mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00
8 lines
307 B
Plaintext
8 lines
307 B
Plaintext
error: 'caller' is not a valid name for a macro
|
|
--> <source attribute>:1:2
|
|
"- macro caller() -%}{%- endmacro -%}"
|
|
--> tests/ui/macro-caller.rs:4:21
|
|
|
|
|
4 | #[template(source = "{%- macro caller() -%}{%- endmacro -%}", ext = "html")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|