summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/slice-drop-shim.rs
blob: 0fd32906db6be56536e6d51e65bf26864e4daf1d (plain)
1
2
3
4
5
6
7
// compile-flags: -Zmir-opt-level=0

// EMIT_MIR_FOR_EACH_BIT_WIDTH
// EMIT_MIR core.ptr-drop_in_place.[String].AddMovesForPackedDrops.before.mir
fn main() {
    let _fn = std::ptr::drop_in_place::<[String]> as unsafe fn(_);
}