|
15 | 15 | let mut _13: &[&str; 3]; // in scope 0 at $DIR/lifetimes.rs:+10:19: +10:28
|
16 | 16 | let _14: &[&str; 3]; // in scope 0 at $DIR/lifetimes.rs:+10:19: +10:28
|
17 | 17 | let _15: [&str; 3]; // in scope 0 at $DIR/lifetimes.rs:+10:19: +10:28
|
18 |
| - let mut _16: &[core::fmt::ArgumentV1<'_>]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
19 |
| - let mut _17: &[core::fmt::ArgumentV1<'_>; 2]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
20 |
| - let _18: &[core::fmt::ArgumentV1<'_>; 2]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
21 |
| - let _19: [core::fmt::ArgumentV1<'_>; 2]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
22 |
| - let mut _20: core::fmt::ArgumentV1<'_>; // in scope 0 at $DIR/lifetimes.rs:+10:20: +10:23 |
| 18 | + let mut _16: &[core::fmt::rt::Argument<'_>]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
| 19 | + let mut _17: &[core::fmt::rt::Argument<'_>; 2]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
| 20 | + let _18: &[core::fmt::rt::Argument<'_>; 2]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
| 21 | + let _19: [core::fmt::rt::Argument<'_>; 2]; // in scope 0 at $SRC_DIR/std/src/macros.rs:LL:COL |
| 22 | + let mut _20: core::fmt::rt::Argument<'_>; // in scope 0 at $DIR/lifetimes.rs:+10:20: +10:23 |
23 | 23 | let mut _21: &std::boxed::Box<dyn std::fmt::Display>; // in scope 0 at $DIR/lifetimes.rs:+10:20: +10:23
|
24 | 24 | let _22: &std::boxed::Box<dyn std::fmt::Display>; // in scope 0 at $DIR/lifetimes.rs:+10:20: +10:23
|
25 |
| - let mut _23: core::fmt::ArgumentV1<'_>; // in scope 0 at $DIR/lifetimes.rs:+10:24: +10:27 |
| 25 | + let mut _23: core::fmt::rt::Argument<'_>; // in scope 0 at $DIR/lifetimes.rs:+10:24: +10:27 |
26 | 26 | let mut _24: &u32; // in scope 0 at $DIR/lifetimes.rs:+10:24: +10:27
|
27 | 27 | let _25: &u32; // in scope 0 at $DIR/lifetimes.rs:+10:24: +10:27
|
28 | 28 | let mut _27: bool; // in scope 0 at $DIR/lifetimes.rs:+12:1: +12:2
|
|
113 | 113 | StorageLive(_22); // scope 4 at $DIR/lifetimes.rs:+10:20: +10:23
|
114 | 114 | _22 = &_8; // scope 4 at $DIR/lifetimes.rs:+10:20: +10:23
|
115 | 115 | _21 = &(*_22); // scope 4 at $DIR/lifetimes.rs:+10:20: +10:23
|
116 |
| - _20 = core::fmt::ArgumentV1::<'_>::new_display::<Box<dyn std::fmt::Display>>(move _21) -> [return: bb3, unwind unreachable]; // scope 4 at $DIR/lifetimes.rs:+10:20: +10:23 |
| 116 | + _20 = core::fmt::rt::Argument::<'_>::new_display::<Box<dyn std::fmt::Display>>(move _21) -> [return: bb3, unwind unreachable]; // scope 4 at $DIR/lifetimes.rs:+10:20: +10:23 |
117 | 117 | // mir::Constant
|
118 | 118 | // + span: $DIR/lifetimes.rs:27:20: 27:23
|
119 | 119 | // + user_ty: UserType(4)
|
120 |
| - // + literal: Const { ty: for<'b> fn(&'b Box<dyn std::fmt::Display>) -> core::fmt::ArgumentV1<'b> {core::fmt::ArgumentV1::<'_>::new_display::<Box<dyn std::fmt::Display>>}, val: Value(<ZST>) } |
| 120 | + // + literal: Const { ty: for<'b> fn(&'b Box<dyn std::fmt::Display>) -> core::fmt::rt::Argument<'b> {core::fmt::rt::Argument::<'_>::new_display::<Box<dyn std::fmt::Display>>}, val: Value(<ZST>) } |
121 | 121 | }
|
122 | 122 |
|
123 | 123 | bb3: {
|
|
127 | 127 | StorageLive(_25); // scope 4 at $DIR/lifetimes.rs:+10:24: +10:27
|
128 | 128 | _25 = &_6; // scope 4 at $DIR/lifetimes.rs:+10:24: +10:27
|
129 | 129 | _24 = &(*_25); // scope 4 at $DIR/lifetimes.rs:+10:24: +10:27
|
130 |
| - _23 = core::fmt::ArgumentV1::<'_>::new_display::<u32>(move _24) -> [return: bb4, unwind unreachable]; // scope 4 at $DIR/lifetimes.rs:+10:24: +10:27 |
| 130 | + _23 = core::fmt::rt::Argument::<'_>::new_display::<u32>(move _24) -> [return: bb4, unwind unreachable]; // scope 4 at $DIR/lifetimes.rs:+10:24: +10:27 |
131 | 131 | // mir::Constant
|
132 | 132 | // + span: $DIR/lifetimes.rs:27:24: 27:27
|
133 | 133 | // + user_ty: UserType(5)
|
134 |
| - // + literal: Const { ty: for<'b> fn(&'b u32) -> core::fmt::ArgumentV1<'b> {core::fmt::ArgumentV1::<'_>::new_display::<u32>}, val: Value(<ZST>) } |
| 134 | + // + literal: Const { ty: for<'b> fn(&'b u32) -> core::fmt::rt::Argument<'b> {core::fmt::rt::Argument::<'_>::new_display::<u32>}, val: Value(<ZST>) } |
135 | 135 | }
|
136 | 136 |
|
137 | 137 | bb4: {
|
|
141 | 141 | StorageDead(_20); // scope 4 at $SRC_DIR/std/src/macros.rs:LL:COL
|
142 | 142 | _18 = &_19; // scope 4 at $SRC_DIR/std/src/macros.rs:LL:COL
|
143 | 143 | _17 = &(*_18); // scope 4 at $SRC_DIR/std/src/macros.rs:LL:COL
|
144 |
| - _16 = move _17 as &[core::fmt::ArgumentV1<'_>] (Pointer(Unsize)); // scope 4 at $SRC_DIR/std/src/macros.rs:LL:COL |
| 144 | + _16 = move _17 as &[core::fmt::rt::Argument<'_>] (Pointer(Unsize)); // scope 4 at $SRC_DIR/std/src/macros.rs:LL:COL |
145 | 145 | StorageDead(_17); // scope 4 at $SRC_DIR/std/src/macros.rs:LL:COL
|
146 | 146 | _11 = Arguments::<'_>::new_v1(move _12, move _16) -> [return: bb5, unwind unreachable]; // scope 4 at $SRC_DIR/std/src/macros.rs:LL:COL
|
147 | 147 | // mir::Constant
|
148 | 148 | // + span: $SRC_DIR/std/src/macros.rs:LL:COL
|
149 | 149 | // + user_ty: UserType(3)
|
150 |
| - // + literal: Const { ty: fn(&[&'static str], &[core::fmt::ArgumentV1<'_>]) -> Arguments<'_> {Arguments::<'_>::new_v1}, val: Value(<ZST>) } |
| 150 | + // + literal: Const { ty: fn(&[&'static str], &[core::fmt::rt::Argument<'_>]) -> Arguments<'_> {Arguments::<'_>::new_v1}, val: Value(<ZST>) } |
151 | 151 | }
|
152 | 152 |
|
153 | 153 | bb5: {
|
|
0 commit comments