summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/fn_ptr_shim.core.ops-function-Fn-call.AddMovesForPackedDrops.before.mir
blob: 5fddfd494eadf16a050aa17da6d1150d23428763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// MIR for `std::ops::Fn::call` before AddMovesForPackedDrops

fn std::ops::Fn::call(_1: &fn(), _2: ()) -> <fn() as FnOnce<()>>::Output {
    let mut _0: <fn() as std::ops::FnOnce<()>>::Output;

    bb0: {
        _0 = move (*_1)() -> [return: bb1, unwind continue];
    }

    bb1: {
        return;
    }
}