rust/tests/mir-opt/building/custom/as_cast.int_to_ptr.built.af...

11 lines
209 B
Rust

// MIR for `int_to_ptr` after built
fn int_to_ptr(_1: usize) -> *const i32 {
let mut _0: *const i32;
bb0: {
_0 = copy _1 as *const i32 (PointerWithExposedProvenance);
return;
}
}