Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn main() {
loop {
|_: [_; break]| {} //~ ERROR: `break` outside of a loop
}
|_: [_; continue]| {} //~ ERROR: `continue` outside of a loop