askama/testing/tests/ui/loop_cycle_wrong_argument_count.stderr
2021-11-11 10:05:34 +01:00

8 lines
282 B
Plaintext

error: loop.cycle(…) expects exactly one argument
--> $DIR/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)