]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.mir
Fix font color for help button in ayu and dark themes
[rust.git] / src / test / mir-opt / const_prop / control_flow_simplification.hello.PreCodegen.before.mir
1 // MIR for `hello` before PreCodegen
2
3 fn hello() -> () {
4     let mut _0: ();                      // return place in scope 0 at $DIR/control-flow-simplification.rs:11:14: 11:14
5
6     bb0: {
7         _0 = const ();                   // scope 0 at $DIR/control-flow-simplification.rs:12:5: 14:6
8                                          // ty::Const
9                                          // + ty: ()
10                                          // + val: Value(Scalar(<ZST>))
11                                          // mir::Constant
12                                          // + span: $DIR/control-flow-simplification.rs:12:5: 14:6
13                                          // + literal: Const { ty: (), val: Value(Scalar(<ZST>)) }
14         return;                          // scope 0 at $DIR/control-flow-simplification.rs:15:2: 15:2
15     }
16 }