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

14 lines
229 B
Rust
Raw Normal View History

// MIR for `drop_second` after built
fn drop_second(_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(_2) -> [return: bb1, unwind continue];
}
bb1: {
2023-06-06 08:47:00 -05:00
return;
}
}