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

16 lines
557 B
Rust
Raw Normal View History

// MIR for `f` after built
fn f(_1: Void) -> ! {
2022-11-02 16:54:49 -05: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 16:54:49 -05: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 15:11:24 -05:00
bb1: {
2022-11-02 16:54:49 -05:00
return; // scope 0 at $DIR/issue_72181_1.rs:+2:2: +2:2
}
}