askama/testing/tests/ui/loop_cycle_wrong_argument_count.stderr
2024-06-17 17:18:55 +02:00

10 lines
365 B
Plaintext

error: loop.cycle(…) cannot use an empty array
--> ForCycle.txt:1:28
".cycle(\"r\", \"g\", \"b\") }}{{ v }},{% endfo"...
--> tests/ui/loop_cycle_wrong_argument_count.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)