blob: cc01f51973c8414b04700cbc20a4359434ef3fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// MIR for `main` after PreCodegen
fn main() -> () {
let mut _0: ();
scope 1 {
debug x => const 2_u32 is 1..;
scope 2 {
debug y => const {transmute(0x00000000): (u32) is 1..};
}
}
bb0: {
return;
}
}
|