1 2 3 4 5 6 7 8
// run-rustfix fn main() { for _i in 0..2 { //~ ERROR missing `in` } for _i in 0..2 { //~ ERROR missing `in` } }