rust/tests/mir-opt/building/custom/references.raw_pointer.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
380 B
Rust
Raw Normal View History

// MIR for `raw_pointer` after built
fn raw_pointer(_1: *const i32) -> *const i32 {
let mut _0: *const i32; // return place in scope 0 at $DIR/references.rs:+0:38: +0:48
bb0: {
_0 = &raw const (*_1); // scope 0 at $DIR/references.rs:+4:9: +4:27
return; // scope 0 at $DIR/references.rs:+5:9: +5:17
}
}