rust/tests/mir-opt/building/custom/terminators.drop_first.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
249 B
Rust
Raw Normal View History

// MIR for `drop_first` after built
fn drop_first(_1: WriteOnDrop<'_>, _2: WriteOnDrop<'_>) -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
bb0: {
2023-06-23 11:53:09 -05:00
drop(_1) -> [return: bb1, unwind continue];
}
bb1: {
2023-06-06 08:47:00 -05:00
_1 = move _2;
return;
}
}