summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/issue_72181_1.f.built.after.mir
blob: 16f34e4a44985e0249b41cd3eeebb37acec6e2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// MIR for `f` after built

fn f(_1: Void) -> ! {
    debug v => _1;
    let mut _0: !;

    bb0: {
        FakeRead(ForMatchedPlace(None), _1);
        unreachable;
    }

    bb1: {
        return;
    }
}