Sign in
rust
/
rust-clippy
/
62a82b361c02838afdf607d461726e0407f1a5ec
/
.
/
tests
/
ui
/
iter_next_loop.stderr
blob: 5bba0e635bba6b7e22c793a5c9ca6de566e59259 [
file
] [
log
] [
blame
]
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`
.