Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-rustfix
fn main() {
for _i in 0..2 { //~ ERROR missing `in`
}