mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
11 lines
161 B
Rust
11 lines
161 B
Rust
// MIR for `int_to_int` after built
|
|
|
|
fn int_to_int(_1: u32) -> i32 {
|
|
let mut _0: i32;
|
|
|
|
bb0: {
|
|
_0 = _1 as i32 (IntToInt);
|
|
return;
|
|
}
|
|
}
|