blob: 6524f754d9c48be6bf5095f105cd1314298c6cc0 [file]
// MIR for `drop_first` after built
fn drop_first(_1: WriteOnDrop<'_>, _2: WriteOnDrop<'_>) -> () {
let mut _0: ();
bb0: {
drop(_1) -> [return: bb1, unwind continue];
}
bb1: {
_1 = move _2;
return;
}
}