mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 14:03:59 +00:00
118 lines
4.0 KiB
Plaintext
118 lines
4.0 KiB
Plaintext
error: unclosed expression, missing "}}"
|
|
failed to parse template source at row 1, column 0 near:
|
|
"{{ expr"
|
|
--> tests/ui/unclosed-nodes.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: unclosed expression, missing "}}"
|
|
failed to parse template source at row 1, column 0 near:
|
|
"{{ expr "
|
|
--> tests/ui/unclosed-nodes.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: unclosed expression, missing "}}"
|
|
failed to parse template source at row 1, column 0 near:
|
|
"{{ expr -"
|
|
--> tests/ui/unclosed-nodes.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)
|
|
|
|
error: failed to parse template source at row 1, column 9 near:
|
|
"}"
|
|
--> tests/ui/unclosed-nodes.rs:15:10
|
|
|
|
|
15 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unclosed block, missing "%}"
|
|
failed to parse template source at row 1, column 0 near:
|
|
"{% let x"
|
|
--> tests/ui/unclosed-nodes.rs:19:10
|
|
|
|
|
19 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unclosed block, missing "%}"
|
|
failed to parse template source at row 1, column 0 near:
|
|
"{% let x "
|
|
--> tests/ui/unclosed-nodes.rs:23:10
|
|
|
|
|
23 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unclosed block, missing "%}"
|
|
failed to parse template source at row 1, column 0 near:
|
|
"{% let x -"
|
|
--> tests/ui/unclosed-nodes.rs:27:10
|
|
|
|
|
27 | #[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 at row 1, column 10 near:
|
|
"%"
|
|
--> tests/ui/unclosed-nodes.rs:31:10
|
|
|
|
|
31 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unclosed comment, missing "#}"
|
|
failed to parse template source at row 1, column 2 near:
|
|
" comment"
|
|
--> tests/ui/unclosed-nodes.rs:35:10
|
|
|
|
|
35 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unclosed comment, missing "#}"
|
|
failed to parse template source at row 1, column 2 near:
|
|
" comment "
|
|
--> tests/ui/unclosed-nodes.rs:39:10
|
|
|
|
|
39 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unclosed comment, missing "#}"
|
|
failed to parse template source at row 1, column 2 near:
|
|
" comment -"
|
|
--> tests/ui/unclosed-nodes.rs:43:10
|
|
|
|
|
43 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unclosed comment, missing "#}"
|
|
failed to parse template source at row 1, column 2 near:
|
|
" comment -#"
|
|
--> tests/ui/unclosed-nodes.rs:47:10
|
|
|
|
|
47 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|