mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 14:31:36 +00:00
8 lines
332 B
Plaintext
8 lines
332 B
Plaintext
error: expected name `foo` in `endmacro` tag, found `not_foo`
|
|
--> <source attribute>:1:41
|
|
"not_foo %}"
|
|
--> tests/ui/name_mismatch_endmacro.rs:4:21
|
|
|
|
|
4 | #[template(source = "{% macro foo(arg) %} {{arg}} {% endmacro not_foo %}", ext = "html")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|