summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/fn_ptr_shim.core.ops-function-Fn-call.AddMovesForPackedDrops.before.mir
blob: c63433d36203da7d28e64d3c4b1ff3da198318a4 (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: *const fn(), _2: ()) -> <fn() as FnOnce<()>>::Output {
    let mut _0: <fn() as std::ops::FnOnce<()>>::Output; // return place in scope 0 at $SRC_DIR/core/src/ops/function.rs:+0:5: +0:67

    bb0: {
        _0 = move (*_1)() -> bb1;        // scope 0 at $SRC_DIR/core/src/ops/function.rs:+0:5: +0:67
    }

    bb1: {
        return;                          // scope 0 at $SRC_DIR/core/src/ops/function.rs:+0:5: +0:67
    }
}