2020-04-02 21:09:01 +00:00
|
|
|
// MIR for `no_codegen` after PreCodegen
|
|
|
|
|
|
|
|
fn no_codegen() -> () {
|
2022-07-27 20:47:42 +02:00
|
|
|
let mut _0: (); // return place in scope 0 at $DIR/remove-never-const.rs:+0:20: +0:20
|
2020-04-02 21:09:01 +00:00
|
|
|
scope 1 {
|
|
|
|
}
|
|
|
|
|
|
|
|
bb0: {
|
2022-07-27 20:47:42 +02:00
|
|
|
unreachable; // scope 0 at $DIR/remove-never-const.rs:+1:13: +1:33
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
|
|
|
}
|