mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00
8 lines
325 B
Plaintext
8 lines
325 B
Plaintext
error: loop.cycle(…) cannot use an empty array
|
|
--> ForCycleEmpty.txt:1:35
|
|
"[]) }}{{ v }},{% endfor %}"
|
|
--> tests/ui/loop_cycle_empty.rs:5:14
|
|
|
|
|
5 | source = r#"{% for v in values %}{{ loop.cycle([]) }}{{ v }},{% endfor %}"#,
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|