|
41 | 41 | _4 = Formatter::<'_>::sign_plus(move _5) -> bb1; // scope 0 at $DIR/funky_arms.rs:+4:22: +4:37
|
42 | 42 | // mir::Constant
|
43 | 43 | // + span: $DIR/funky_arms.rs:15:26: 15:35
|
44 |
| - // + literal: Const { ty: for<'r> fn(&'r Formatter<'_>) -> bool {Formatter::<'_>::sign_plus}, val: Value(<ZST>) } |
| 44 | + // + literal: Const { ty: for<'a> fn(&'a Formatter<'_>) -> bool {Formatter::<'_>::sign_plus}, val: Value(<ZST>) } |
45 | 45 | }
|
46 | 46 |
|
47 | 47 | bb1: {
|
|
69 | 69 | _7 = Formatter::<'_>::precision(move _8) -> bb5; // scope 3 at $DIR/funky_arms.rs:+13:30: +13:45
|
70 | 70 | // mir::Constant
|
71 | 71 | // + span: $DIR/funky_arms.rs:24:34: 24:43
|
72 |
| - // + literal: Const { ty: for<'r> fn(&'r Formatter<'_>) -> Option<usize> {Formatter::<'_>::precision}, val: Value(<ZST>) } |
| 72 | + // + literal: Const { ty: for<'a> fn(&'a Formatter<'_>) -> Option<usize> {Formatter::<'_>::precision}, val: Value(<ZST>) } |
73 | 73 | }
|
74 | 74 |
|
75 | 75 | bb5: {
|
|
100 | 100 | _0 = float_to_exponential_common_exact::<T>(move _11, move _12, move _13, move _14, move _17) -> bb7; // scope 3 at $DIR/funky_arms.rs:+15:9: +15:87
|
101 | 101 | // mir::Constant
|
102 | 102 | // + span: $DIR/funky_arms.rs:26:9: 26:42
|
103 |
| - // + literal: Const { ty: for<'r, 's, 't> fn(&'r mut Formatter<'s>, &'t T, Sign, u32, bool) -> Result<(), std::fmt::Error> {float_to_exponential_common_exact::<T>}, val: Value(<ZST>) } |
| 103 | + // + 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 | 104 | }
|
105 | 105 |
|
106 | 106 | bb7: {
|
|
125 | 125 | _0 = float_to_exponential_common_shortest::<T>(move _18, move _19, move _20, move _21) -> bb9; // scope 2 at $DIR/funky_arms.rs:+17:9: +17:68
|
126 | 126 | // mir::Constant
|
127 | 127 | // + span: $DIR/funky_arms.rs:28:9: 28:45
|
128 |
| - // + literal: Const { ty: for<'r, 's, 't> fn(&'r mut Formatter<'s>, &'t T, Sign, bool) -> Result<(), std::fmt::Error> {float_to_exponential_common_shortest::<T>}, val: Value(<ZST>) } |
| 128 | + // + 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>) } |
129 | 129 | }
|
130 | 130 |
|
131 | 131 | bb9: {
|
|
0 commit comments