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
557 B
Rust
Raw Normal View History

// MIR for `f` after built
fn f(_1: Void) -> ! {
2022-11-02 21:54:49 +00:00
debug v => _1; // in scope 0 at $DIR/issue_72181_1.rs:+0:6: +0:7
let mut _0: !; // return place in scope 0 at $DIR/issue_72181_1.rs:+0:18: +0:19
bb0: {
2022-11-02 21:54:49 +00:00
FakeRead(ForMatchedPlace(None), _1); // scope 0 at $DIR/issue_72181_1.rs:+1:11: +1:12
unreachable; // scope 0 at $DIR/issue_72181_1.rs:+1:11: +1:12
}
2020-10-02 20:11:24 +00:00
bb1: {
2022-11-02 21:54:49 +00:00
return; // scope 0 at $DIR/issue_72181_1.rs:+2:2: +2:2
}
}