11 lines
312 B
Rust
11 lines
312 B
Rust
// MIR for `no_codegen` after PreCodegen
|
|
|
|
fn no_codegen() -> () {
|
|
let mut _0: (); // return place in scope 0 at $DIR/remove-never-const.rs:19:20: 19:20
|
|
scope 1 {
|
|
}
|
|
|
|
bb0: {
|
|
unreachable; // scope 0 at $DIR/remove-never-const.rs:20:13: 20:33
|
|
}
|
|
}
|