Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[inline(never)]
fn noop() {}
// EMIT_MIR simplify_match.main.ConstProp.diff
fn main() {
match { let x = false; x } {
true => noop(),
false => {},
}