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