Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn main() {
'_: loop { //~ ERROR labels cannot use keyword names
break '_ //~ ERROR labels cannot use keyword names
}