6 lines
77 B
Rust
6 lines
77 B
Rust
// run-rustfix
|
|
|
|
fn main() {
|
|
for _i 0..2 { //~ ERROR missing `in`
|
|
}
|
|
}
|