mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 23:10:54 +00:00
8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
error: `caller` is not a valid name for a macro
|
|
--> <source attribute>:1:10
|
|
"caller() -%}{%- endmacro -%}"
|
|
--> tests/ui/macro-caller.rs:4:21
|
|
|
|
|
4 | #[template(source = "{%- macro caller() -%}{%- endmacro -%}", ext = "html")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|