aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/loop_cycle_empty.stderr
blob: dd4f0ddf5a46b7d0f10bc1ace9dfbcb30417a59c (plain) (blame)
1
2
3
4
5
6
7
error: loop.cycle(…) cannot use an empty array
 --> 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)