rust/tests/mir-opt/issue_72181_1.f.built.after.mir

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

17 lines
234 B
Rust
Raw Normal View History

// MIR for `f` after built
fn f(_1: Void) -> ! {
2023-06-06 08:47:00 -05:00
debug v => _1;
let mut _0: !;
bb0: {
PlaceMention(_1);
2023-06-06 08:47:00 -05:00
FakeRead(ForMatchedPlace(None), _1);
unreachable;
}
bb1: {
2023-06-06 08:47:00 -05:00
return;
}
}