askama/testing/tests/ui/break_outside_of_loop.stderr
René Kijewski 5955ba23c1 Remove obsolete trybuild outputs
The current main branch does not compile with rust 1.58 or earlier
anyway.
2024-04-29 08:33:32 +02:00

9 lines
328 B
Plaintext

error: 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)