summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/issue_110508.{impl#0}-SELF_BAR.built.after.mir
blob: 1a8925599717e943093cec9cb043adede497c9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// MIR for `<impl at $DIR/issue_110508.rs:8:1: 8:9>::SELF_BAR` after built

const <impl at $DIR/issue_110508.rs:8:1: 8:9>::SELF_BAR: Foo = {
    let mut _0: Foo;
    let mut _1: ();

    bb0: {
        StorageLive(_1);
        _1 = ();
        _0 = Foo::Bar(move _1);
        StorageDead(_1);
        return;
    }
}