mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
18 lines
350 B
Rust
18 lines
350 B
Rust
// MIR for `unsigny` after built
|
|
|
|
fn unsigny(_1: UnsignedAroundZero) -> u16 {
|
|
debug x => _1;
|
|
let mut _0: u16;
|
|
let _2: UnsignedAroundZero;
|
|
let mut _3: u16;
|
|
|
|
bb0: {
|
|
StorageLive(_2);
|
|
_2 = move _1;
|
|
_3 = discriminant(_2);
|
|
_0 = move _3 as u16 (IntToInt);
|
|
StorageDead(_2);
|
|
return;
|
|
}
|
|
}
|