summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/custom/projections.set.built.after.mir
blob: 9e756c50458a33d45d8b572f350156f1b667d652 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `set` after built

fn set(_1: &mut Option<i32>) -> () {
    let mut _0: ();

    bb0: {
        (((*_1) as variant#1).0: i32) = const 10_i32;
        return;
    }
}