blob: d61c248c6ec62d9946c50942ebf2597b43ac2c9a [file] [log] [blame]
// run-rustfix
fn main() {
for _i in 0..2 { //~ ERROR missing `in`
}
}