11error[E0658]: attributes on expressions are experimental
2- --> $DIR/preserve_field_drop_order.rs:20 :13
2+ --> $DIR/preserve_field_drop_order.rs:23 :13
33 |
44LL | let c = #[rustc_capture_analysis]
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -8,7 +8,7 @@ LL | let c = #[rustc_capture_analysis]
88 = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
99
1010error[E0658]: attributes on expressions are experimental
11- --> $DIR/preserve_field_drop_order.rs:46 :13
11+ --> $DIR/preserve_field_drop_order.rs:49 :13
1212 |
1313LL | let c = #[rustc_capture_analysis]
1414 | ^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -17,7 +17,7 @@ LL | let c = #[rustc_capture_analysis]
1717 = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
1818
1919error[E0658]: attributes on expressions are experimental
20- --> $DIR/preserve_field_drop_order.rs:72 :13
20+ --> $DIR/preserve_field_drop_order.rs:75 :13
2121 |
2222LL | let c = #[rustc_capture_analysis]
2323 | ^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -26,7 +26,7 @@ LL | let c = #[rustc_capture_analysis]
2626 = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
2727
2828error: First Pass analysis includes:
29- --> $DIR/preserve_field_drop_order.rs:23 :5
29+ --> $DIR/preserve_field_drop_order.rs:26 :5
3030 |
3131LL | / || {
3232LL | |
@@ -38,28 +38,28 @@ LL | | };
3838 | |_____^
3939 |
4040note: Capturing a[(0, 0)] -> ImmBorrow
41- --> $DIR/preserve_field_drop_order.rs:26 :26
41+ --> $DIR/preserve_field_drop_order.rs:29 :26
4242 |
4343LL | println!("{:?}", a.0);
4444 | ^^^
4545note: Capturing a[(1, 0)] -> ImmBorrow
46- --> $DIR/preserve_field_drop_order.rs:29 :26
46+ --> $DIR/preserve_field_drop_order.rs:32 :26
4747 |
4848LL | println!("{:?}", a.1);
4949 | ^^^
5050note: Capturing b[(0, 0)] -> ImmBorrow
51- --> $DIR/preserve_field_drop_order.rs:33 :26
51+ --> $DIR/preserve_field_drop_order.rs:36 :26
5252 |
5353LL | println!("{:?}", b.0);
5454 | ^^^
5555note: Capturing b[(1, 0)] -> ImmBorrow
56- --> $DIR/preserve_field_drop_order.rs:36 :26
56+ --> $DIR/preserve_field_drop_order.rs:39 :26
5757 |
5858LL | println!("{:?}", b.1);
5959 | ^^^
6060
6161error: Min Capture analysis includes:
62- --> $DIR/preserve_field_drop_order.rs:23 :5
62+ --> $DIR/preserve_field_drop_order.rs:26 :5
6363 |
6464LL | / || {
6565LL | |
@@ -71,28 +71,28 @@ LL | | };
7171 | |_____^
7272 |
7373note: Min Capture a[(0, 0)] -> ImmBorrow
74- --> $DIR/preserve_field_drop_order.rs:26 :26
74+ --> $DIR/preserve_field_drop_order.rs:29 :26
7575 |
7676LL | println!("{:?}", a.0);
7777 | ^^^
7878note: Min Capture a[(1, 0)] -> ImmBorrow
79- --> $DIR/preserve_field_drop_order.rs:29 :26
79+ --> $DIR/preserve_field_drop_order.rs:32 :26
8080 |
8181LL | println!("{:?}", a.1);
8282 | ^^^
8383note: Min Capture b[(0, 0)] -> ImmBorrow
84- --> $DIR/preserve_field_drop_order.rs:33 :26
84+ --> $DIR/preserve_field_drop_order.rs:36 :26
8585 |
8686LL | println!("{:?}", b.0);
8787 | ^^^
8888note: Min Capture b[(1, 0)] -> ImmBorrow
89- --> $DIR/preserve_field_drop_order.rs:36 :26
89+ --> $DIR/preserve_field_drop_order.rs:39 :26
9090 |
9191LL | println!("{:?}", b.1);
9292 | ^^^
9393
9494error: First Pass analysis includes:
95- --> $DIR/preserve_field_drop_order.rs:49 :5
95+ --> $DIR/preserve_field_drop_order.rs:52 :5
9696 |
9797LL | / || {
9898LL | |
@@ -104,28 +104,28 @@ LL | | };
104104 | |_____^
105105 |
106106note: Capturing a[(1, 0)] -> ImmBorrow
107- --> $DIR/preserve_field_drop_order.rs:52 :26
107+ --> $DIR/preserve_field_drop_order.rs:55 :26
108108 |
109109LL | println!("{:?}", a.1);
110110 | ^^^
111111note: Capturing a[(0, 0)] -> ImmBorrow
112- --> $DIR/preserve_field_drop_order.rs:55 :26
112+ --> $DIR/preserve_field_drop_order.rs:58 :26
113113 |
114114LL | println!("{:?}", a.0);
115115 | ^^^
116116note: Capturing b[(1, 0)] -> ImmBorrow
117- --> $DIR/preserve_field_drop_order.rs:59 :26
117+ --> $DIR/preserve_field_drop_order.rs:62 :26
118118 |
119119LL | println!("{:?}", b.1);
120120 | ^^^
121121note: Capturing b[(0, 0)] -> ImmBorrow
122- --> $DIR/preserve_field_drop_order.rs:62 :26
122+ --> $DIR/preserve_field_drop_order.rs:65 :26
123123 |
124124LL | println!("{:?}", b.0);
125125 | ^^^
126126
127127error: Min Capture analysis includes:
128- --> $DIR/preserve_field_drop_order.rs:49 :5
128+ --> $DIR/preserve_field_drop_order.rs:52 :5
129129 |
130130LL | / || {
131131LL | |
@@ -137,28 +137,28 @@ LL | | };
137137 | |_____^
138138 |
139139note: Min Capture a[(0, 0)] -> ImmBorrow
140- --> $DIR/preserve_field_drop_order.rs:55 :26
140+ --> $DIR/preserve_field_drop_order.rs:58 :26
141141 |
142142LL | println!("{:?}", a.0);
143143 | ^^^
144144note: Min Capture a[(1, 0)] -> ImmBorrow
145- --> $DIR/preserve_field_drop_order.rs:52 :26
145+ --> $DIR/preserve_field_drop_order.rs:55 :26
146146 |
147147LL | println!("{:?}", a.1);
148148 | ^^^
149149note: Min Capture b[(0, 0)] -> ImmBorrow
150- --> $DIR/preserve_field_drop_order.rs:62 :26
150+ --> $DIR/preserve_field_drop_order.rs:65 :26
151151 |
152152LL | println!("{:?}", b.0);
153153 | ^^^
154154note: Min Capture b[(1, 0)] -> ImmBorrow
155- --> $DIR/preserve_field_drop_order.rs:59 :26
155+ --> $DIR/preserve_field_drop_order.rs:62 :26
156156 |
157157LL | println!("{:?}", b.1);
158158 | ^^^
159159
160160error: First Pass analysis includes:
161- --> $DIR/preserve_field_drop_order.rs:75 :5
161+ --> $DIR/preserve_field_drop_order.rs:78 :5
162162 |
163163LL | / || {
164164LL | |
@@ -170,28 +170,28 @@ LL | | };
170170 | |_____^
171171 |
172172note: Capturing b[(1, 0)] -> ImmBorrow
173- --> $DIR/preserve_field_drop_order.rs:78 :26
173+ --> $DIR/preserve_field_drop_order.rs:81 :26
174174 |
175175LL | println!("{:?}", b.1);
176176 | ^^^
177177note: Capturing a[(1, 0)] -> ImmBorrow
178- --> $DIR/preserve_field_drop_order.rs:81 :26
178+ --> $DIR/preserve_field_drop_order.rs:84 :26
179179 |
180180LL | println!("{:?}", a.1);
181181 | ^^^
182182note: Capturing a[(0, 0)] -> ImmBorrow
183- --> $DIR/preserve_field_drop_order.rs:84 :26
183+ --> $DIR/preserve_field_drop_order.rs:87 :26
184184 |
185185LL | println!("{:?}", a.0);
186186 | ^^^
187187note: Capturing b[(0, 0)] -> ImmBorrow
188- --> $DIR/preserve_field_drop_order.rs:88 :26
188+ --> $DIR/preserve_field_drop_order.rs:91 :26
189189 |
190190LL | println!("{:?}", b.0);
191191 | ^^^
192192
193193error: Min Capture analysis includes:
194- --> $DIR/preserve_field_drop_order.rs:75 :5
194+ --> $DIR/preserve_field_drop_order.rs:78 :5
195195 |
196196LL | / || {
197197LL | |
@@ -203,22 +203,22 @@ LL | | };
203203 | |_____^
204204 |
205205note: Min Capture b[(0, 0)] -> ImmBorrow
206- --> $DIR/preserve_field_drop_order.rs:88 :26
206+ --> $DIR/preserve_field_drop_order.rs:91 :26
207207 |
208208LL | println!("{:?}", b.0);
209209 | ^^^
210210note: Min Capture b[(1, 0)] -> ImmBorrow
211- --> $DIR/preserve_field_drop_order.rs:78 :26
211+ --> $DIR/preserve_field_drop_order.rs:81 :26
212212 |
213213LL | println!("{:?}", b.1);
214214 | ^^^
215215note: Min Capture a[(0, 0)] -> ImmBorrow
216- --> $DIR/preserve_field_drop_order.rs:84 :26
216+ --> $DIR/preserve_field_drop_order.rs:87 :26
217217 |
218218LL | println!("{:?}", a.0);
219219 | ^^^
220220note: Min Capture a[(1, 0)] -> ImmBorrow
221- --> $DIR/preserve_field_drop_order.rs:81 :26
221+ --> $DIR/preserve_field_drop_order.rs:84 :26
222222 |
223223LL | println!("{:?}", a.1);
224224 | ^^^
0 commit comments