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

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

14 lines
202 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-06 08:47:00 -05:00
drop(_2) -> bb1;
}
bb1: {
2023-06-06 08:47:00 -05:00
return;
}
}