mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
error: failed to parse template source at row 3, column 4 near:
|
|
"// Help, I forgot how to write comments!"...
|
|
--> tests/ui/match_with_extra.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)
|