mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
12 lines
312 B
Rust
12 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:+0:20: +0:20
|
|
scope 1 {
|
|
}
|
|
|
|
bb0: {
|
|
unreachable; // scope 0 at $DIR/remove_never_const.rs:+1:13: +1:33
|
|
}
|
|
}
|