mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
11 lines
203 B
Rust
11 lines
203 B
Rust
// MIR for `raw_pointer_offset` after built
|
|
|
|
fn raw_pointer_offset(_1: *const i32) -> *const i32 {
|
|
let mut _0: *const i32;
|
|
|
|
bb0: {
|
|
_0 = Offset(_1, const 1_isize);
|
|
return;
|
|
}
|
|
}
|