mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
20 lines
346 B
Rust
20 lines
346 B
Rust
// MIR for `consts` after built
|
|
|
|
fn consts() -> () {
|
|
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: {
|
|
_1 = const 5_u8;
|
|
_2 = const _;
|
|
_3 = const C;
|
|
_4 = const _;
|
|
_5 = consts::<10>;
|
|
return;
|
|
}
|
|
}
|