askama/testing/tests/ui/error_file_path.stderr

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)