mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
23 lines
1.0 KiB
Rust
23 lines
1.0 KiB
Rust
// MIR for `f_unit` after PreCodegen
|
|
|
|
fn f_unit() -> () {
|
|
let mut _0: (); // return place in scope 0 at $DIR/lower_intrinsics_e2e.rs:+0:17: +0:17
|
|
scope 1 (inlined f_dispatch::<()>) { // at $DIR/lower_intrinsics_e2e.rs:9:5: 9:19
|
|
debug t => const (); // in scope 1 at $DIR/lower_intrinsics_e2e.rs:19:22: 19:23
|
|
let _1: (); // in scope 1 at $DIR/lower_intrinsics_e2e.rs:21:9: 21:17
|
|
scope 2 (inlined std::mem::size_of::<()>) { // at $DIR/lower_intrinsics_e2e.rs:20:8: 20:32
|
|
}
|
|
}
|
|
|
|
bb0: {
|
|
_1 = f_zst::<()>(const ()) -> bb1; // scope 1 at $DIR/lower_intrinsics_e2e.rs:21:9: 21:17
|
|
// mir::Constant
|
|
// + span: $DIR/lower_intrinsics_e2e.rs:21:9: 21:14
|
|
// + literal: Const { ty: fn(()) {f_zst::<()>}, val: Value(<ZST>) }
|
|
}
|
|
|
|
bb1: {
|
|
return; // scope 0 at $DIR/lower_intrinsics_e2e.rs:+2:2: +2:2
|
|
}
|
|
}
|