mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 14:31:36 +00:00
30 lines
957 B
Plaintext
30 lines
957 B
Plaintext
error: failed to parse template source
|
|
--> testing/templates/invalid_syntax.html:1:14
|
|
"}"
|
|
--> tests/ui/error_file_path.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)
|
|
|
|
error: failed to parse template source
|
|
--> testing/templates/invalid_syntax.html:1:14
|
|
"}"
|
|
--> tests/ui/error_file_path.rs:7:10
|
|
|
|
|
7 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: failed to parse template source
|
|
--> testing/templates/invalid_syntax.html:1:14
|
|
"}"
|
|
--> tests/ui/error_file_path.rs:11:10
|
|
|
|
|
11 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|