Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// skip-filecheck
// EMIT_MIR issue_101867.main.built.after.mir
fn main() {
let x: Option<u8> = Some(1);
let Some(y) = x else {
panic!();
};
}