7 lines
80 B
Rust
7 lines
80 B
Rust
![]() |
// run-rustfix
|
||
|
|
||
|
fn main() {
|
||
|
for _i in 0..2 { //~ ERROR missing `in`
|
||
|
}
|
||
|
}
|