summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/iter_next_loop.stderr
blob: 5871d21e4915791fc9d6e3c5388e1b0e5a569b3f (plain)
1
2
3
4
5
6
7
8
9
error[E0423]: expected value, found macro `vec`
  --> $DIR/iter_next_loop.rs:6:14
   |
LL |     for _ in vec.iter().next() {}
   |              ^^^ not a value

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0423`.