mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
error: you can only `break` inside a `for` loop
|
|
failed to parse template source at row 1, column 9 near:
|
|
"break%}, have a parsing error!"
|
|
--> tests/ui/break_outside_of_loop.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)
|