2022-09-05 03:00:31 +00:00
|
|
|
// MIR for `f` after built
|
2020-06-18 09:37:59 +00:00
|
|
|
|
|
|
|
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
|
2020-06-18 09:37:59 +00:00
|
|
|
|
|
|
|
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-06-18 09:37:59 +00:00
|
|
|
}
|
|
|
|
|
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
|
2020-06-18 09:37:59 +00:00
|
|
|
}
|
|
|
|
}
|