]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/lower_intrinsics_e2e.f_unit.PreCodegen.after.mir
Add #[const_trait] where needed in tests.
[rust.git] / src / test / mir-opt / lower_intrinsics_e2e.f_unit.PreCodegen.after.mir
1 // MIR for `f_unit` after PreCodegen
2
3 fn f_unit() -> () {
4     let mut _0: ();                      // return place in scope 0 at $DIR/lower_intrinsics_e2e.rs:+0:17: +0:17
5     let mut _1: ();                      // in scope 0 at $DIR/lower_intrinsics_e2e.rs:+1:16: +1:18
6     scope 1 (inlined f_dispatch::<()>) { // at $DIR/lower_intrinsics_e2e.rs:9:5: 9:19
7         debug t => _1;                   // in scope 1 at $DIR/lower_intrinsics_e2e.rs:19:22: 19:23
8         let _2: ();                      // in scope 1 at $DIR/lower_intrinsics_e2e.rs:21:9: 21:17
9         let mut _3: ();                  // in scope 1 at $DIR/lower_intrinsics_e2e.rs:21:15: 21:16
10         scope 2 (inlined std::mem::size_of::<()>) { // at $DIR/lower_intrinsics_e2e.rs:20:8: 20:32
11         }
12     }
13
14     bb0: {
15         StorageLive(_1);                 // scope 0 at $DIR/lower_intrinsics_e2e.rs:+1:16: +1:18
16         StorageLive(_2);                 // scope 1 at $DIR/lower_intrinsics_e2e.rs:21:9: 21:17
17         StorageLive(_3);                 // scope 1 at $DIR/lower_intrinsics_e2e.rs:21:15: 21:16
18         _2 = f_zst::<()>(move _3) -> bb1; // scope 1 at $DIR/lower_intrinsics_e2e.rs:21:9: 21:17
19                                          // mir::Constant
20                                          // + span: $DIR/lower_intrinsics_e2e.rs:21:9: 21:14
21                                          // + literal: Const { ty: fn(()) {f_zst::<()>}, val: Value(<ZST>) }
22     }
23
24     bb1: {
25         StorageDead(_3);                 // scope 1 at $DIR/lower_intrinsics_e2e.rs:21:16: 21:17
26         StorageDead(_2);                 // scope 1 at $DIR/lower_intrinsics_e2e.rs:21:17: 21:18
27         StorageDead(_1);                 // scope 0 at $DIR/lower_intrinsics_e2e.rs:+1:18: +1:19
28         return;                          // scope 0 at $DIR/lower_intrinsics_e2e.rs:+2:2: +2:2
29     }
30 }