rust/tests/mir-opt/building/custom/consts.consts.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
346 B
Rust
Raw Normal View History

// MIR for `consts` after built
fn consts() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
let mut _1: u8;
let mut _2: i8;
let mut _3: u32;
let mut _4: i32;
let mut _5: fn() {consts::<10>};
bb0: {
2023-06-06 08:47:00 -05:00
_1 = const 5_u8;
_2 = const _;
_3 = const C;
_4 = const _;
_5 = consts::<10>;
return;
}
}