mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
error: you can only `break` inside a `for` loop
|
|
--> <source attribute>:1:9
|
|
"break%}, have a parsing error!"
|
|
--> tests/ui/break_outside_of_loop.rs:5:14
|
|
|
|
|
5 | source = "Have a {%break%}, have a parsing error!",
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|