|
86 | 86 |
|
87 | 87 | bb6: {
|
88 | 88 | _10 = ((_7 as Some).0: usize); // scope 3 at $DIR/funky_arms.rs:+13:17: +13:26
|
89 |
| - StorageLive(_11); // scope 3 at $DIR/funky_arms.rs:+15:43: +15:46 |
90 |
| - _11 = &mut (*_1); // scope 3 at $DIR/funky_arms.rs:+15:43: +15:46 |
91 | 89 | StorageLive(_13); // scope 3 at $DIR/funky_arms.rs:+15:53: +15:57
|
92 | 90 | _13 = _6; // scope 3 at $DIR/funky_arms.rs:+15:53: +15:57
|
93 | 91 | StorageLive(_14); // scope 3 at $DIR/funky_arms.rs:+15:59: +15:79
|
94 | 92 | StorageLive(_15); // scope 3 at $DIR/funky_arms.rs:+15:59: +15:75
|
95 | 93 | _15 = _10 as u32 (IntToInt); // scope 3 at $DIR/funky_arms.rs:+15:59: +15:75
|
96 | 94 | _14 = Add(move _15, const 1_u32); // scope 3 at $DIR/funky_arms.rs:+15:59: +15:79
|
97 | 95 | StorageDead(_15); // scope 3 at $DIR/funky_arms.rs:+15:78: +15:79
|
98 |
| - _0 = float_to_exponential_common_exact::<T>(move _11, _2, move _13, move _14, _3) -> bb7; // scope 3 at $DIR/funky_arms.rs:+15:9: +15:87 |
| 96 | + _0 = float_to_exponential_common_exact::<T>(_1, _2, move _13, move _14, _3) -> bb7; // scope 3 at $DIR/funky_arms.rs:+15:9: +15:87 |
99 | 97 | // mir::Constant
|
100 | 98 | // + span: $DIR/funky_arms.rs:26:9: 26:42
|
101 | 99 | // + literal: Const { ty: for<'a, 'b, 'c> fn(&'a mut Formatter<'b>, &'c T, Sign, u32, bool) -> Result<(), std::fmt::Error> {float_to_exponential_common_exact::<T>}, val: Value(<ZST>) }
|
|
104 | 102 | bb7: {
|
105 | 103 | StorageDead(_14); // scope 3 at $DIR/funky_arms.rs:+15:86: +15:87
|
106 | 104 | StorageDead(_13); // scope 3 at $DIR/funky_arms.rs:+15:86: +15:87
|
107 |
| - StorageDead(_11); // scope 3 at $DIR/funky_arms.rs:+15:86: +15:87 |
108 | 105 | goto -> bb10; // scope 2 at $DIR/funky_arms.rs:+13:5: +18:6
|
109 | 106 | }
|
110 | 107 |
|
111 | 108 | bb8: {
|
112 |
| - StorageLive(_18); // scope 2 at $DIR/funky_arms.rs:+17:46: +17:49 |
113 |
| - _18 = &mut (*_1); // scope 2 at $DIR/funky_arms.rs:+17:46: +17:49 |
114 | 109 | StorageLive(_20); // scope 2 at $DIR/funky_arms.rs:+17:56: +17:60
|
115 | 110 | _20 = _6; // scope 2 at $DIR/funky_arms.rs:+17:56: +17:60
|
116 |
| - _0 = float_to_exponential_common_shortest::<T>(move _18, _2, move _20, _3) -> bb9; // scope 2 at $DIR/funky_arms.rs:+17:9: +17:68 |
| 111 | + _0 = float_to_exponential_common_shortest::<T>(_1, _2, move _20, _3) -> bb9; // scope 2 at $DIR/funky_arms.rs:+17:9: +17:68 |
117 | 112 | // mir::Constant
|
118 | 113 | // + span: $DIR/funky_arms.rs:28:9: 28:45
|
119 | 114 | // + literal: Const { ty: for<'a, 'b, 'c> fn(&'a mut Formatter<'b>, &'c T, Sign, bool) -> Result<(), std::fmt::Error> {float_to_exponential_common_shortest::<T>}, val: Value(<ZST>) }
|
120 | 115 | }
|
121 | 116 |
|
122 | 117 | bb9: {
|
123 | 118 | StorageDead(_20); // scope 2 at $DIR/funky_arms.rs:+17:67: +17:68
|
124 |
| - StorageDead(_18); // scope 2 at $DIR/funky_arms.rs:+17:67: +17:68 |
125 | 119 | goto -> bb10; // scope 2 at $DIR/funky_arms.rs:+13:5: +18:6
|
126 | 120 | }
|
127 | 121 |
|
|
0 commit comments