Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// skip-filecheck
// compile-flags: -Zmir-opt-level=0
// EMIT_MIR core.ptr-drop_in_place.[String].AddMovesForPackedDrops.before.mir
fn main() {
let _fn = std::ptr::drop_in_place::<[String]> as unsafe fn(_);
}