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

fn tuples(_1: (u32, i32)) -> (u32, i32) {
    let mut _0: (u32, i32);

    bb0: {
        (_0.0: u32) = (_1.0: u32);
        (_0.1: i32) = (_1.1: i32);
        return;
    }
}