askama/testing/tests/ui/macro-caller.stderr
Michael Pollind f08ca469c9 add more test add reserved word caller
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00

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")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^