Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
suggestions
/
for-loop-missing-in.fixed
blob: 396c3ff87fffa7c5a38fce6414bdf48284c165e9 [
file
] [
log
] [
blame
]
//@ run-rustfix
fn main
()
{
for
_i
in
0.
.
2
{}
//~ ERROR missing `in`
for
_i
in
0.
.
2
{}
//~ ERROR missing `in`
for
_i
in
0.
.
2
{}
//~ ERROR missing `in`
}