mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
error: problems parsing template source at row 1, column 41 near:
|
|
"not_foo %}"
|
|
--> tests/ui/name_mismatch_endmacro.rs:3:10
|
|
|
|
|
3 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|