mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
c2c73189c8
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
270 B
Text
9 lines
270 B
Text
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`.
|