Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// https://github.com/rust-lang/rust/issues/75704
// Caused an infinite loop during SimlifyCfg MIR transform previously.
//
//@ build-pass
fn main() {
loop { continue; }
}