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.

16 lines
208 B
Rust
Raw Normal View History

// MIR for `f` after built
fn f(_1: Void) -> ! {
2023-06-06 09:47:00 -04:00
debug v => _1;
let mut _0: !;
bb0: {
2023-06-06 09:47:00 -04:00
FakeRead(ForMatchedPlace(None), _1);
unreachable;
}
2020-10-02 16:11:24 -04:00
bb1: {
2023-06-06 09:47:00 -04:00
return;
}
}