blob: bf62c8441fd110d3b8ab3feb9d3e531fe08a73eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// MIR for `no_codegen` after PreCodegen
fn no_codegen() -> () {
let mut _0: (); // return place in scope 0 at $DIR/remove-never-const.rs:18:20: 18:20
scope 1 {
}
bb0: {
unreachable; // scope 0 at $DIR/remove-never-const.rs:19:13: 19:33
}
}
|