mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
error: loop.cycle(…) cannot use an empty array
|
|
--> ForCycleEmpty.txt:1:35
|
|
"[]) }}{{ v }},{% endfor %}"
|
|
--> tests/ui/loop_cycle_empty.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)
|