mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 21:23:20 +00:00
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
|
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 previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0423`.
|