11warning: label name `'x` shadows a label name that is already in scope
2- --> $DIR/hygienic-labels-in-let.rs:15 :9
2+ --> $DIR/hygienic-labels-in-let.rs:16 :9
33 |
44LL | 'x: loop { $e }
55 | ^^ lifetime 'x already in scope
@@ -11,7 +11,7 @@ LL | loop_x!(break 'x);
1111 | ------------------ in this macro invocation
1212
1313warning: label name `'x` shadows a label name that is already in scope
14- --> $DIR/hygienic-labels-in-let.rs:63 :9
14+ --> $DIR/hygienic-labels-in-let.rs:64 :9
1515 |
1616LL | 'x: loop {
1717 | -- first declared here
@@ -20,7 +20,7 @@ LL | 'x: for _ in 0..1 {
2020 | ^^ lifetime 'x already in scope
2121
2222warning: label name `'x` shadows a label name that is already in scope
23- --> $DIR/hygienic-labels-in-let.rs:63 :9
23+ --> $DIR/hygienic-labels-in-let.rs:64 :9
2424 |
2525LL | 'x: loop { $e }
2626 | -- first declared here
@@ -29,7 +29,7 @@ LL | 'x: for _ in 0..1 {
2929 | ^^ lifetime 'x already in scope
3030
3131warning: label name `'x` shadows a label name that is already in scope
32- --> $DIR/hygienic-labels-in-let.rs:15 :9
32+ --> $DIR/hygienic-labels-in-let.rs:16 :9
3333 |
3434LL | 'x: loop { $e }
3535 | ^^ lifetime 'x already in scope
@@ -41,7 +41,7 @@ LL | loop_x!(break 'x);
4141 | ------------------ in this macro invocation
4242
4343warning: label name `'x` shadows a label name that is already in scope
44- --> $DIR/hygienic-labels-in-let.rs:15 :9
44+ --> $DIR/hygienic-labels-in-let.rs:16 :9
4545 |
4646LL | 'x: loop { $e }
4747 | ^^
@@ -53,7 +53,7 @@ LL | loop_x!(break 'x);
5353 | ------------------ in this macro invocation
5454
5555warning: label name `'x` shadows a label name that is already in scope
56- --> $DIR/hygienic-labels-in-let.rs:15 :9
56+ --> $DIR/hygienic-labels-in-let.rs:16 :9
5757 |
5858LL | 'x: loop { $e }
5959 | ^^ lifetime 'x already in scope
@@ -65,7 +65,7 @@ LL | loop_x!(break 'x);
6565 | ------------------ in this macro invocation
6666
6767warning: label name `'x` shadows a label name that is already in scope
68- --> $DIR/hygienic-labels-in-let.rs:75 :9
68+ --> $DIR/hygienic-labels-in-let.rs:76 :9
6969 |
7070LL | 'x: loop {
7171 | -- first declared here
@@ -74,7 +74,7 @@ LL | 'x: for _ in 0..1 {
7474 | ^^ lifetime 'x already in scope
7575
7676warning: label name `'x` shadows a label name that is already in scope
77- --> $DIR/hygienic-labels-in-let.rs:75 :9
77+ --> $DIR/hygienic-labels-in-let.rs:76 :9
7878 |
7979LL | 'x: loop { $e }
8080 | -- first declared here
@@ -83,7 +83,7 @@ LL | 'x: for _ in 0..1 {
8383 | ^^ lifetime 'x already in scope
8484
8585warning: label name `'x` shadows a label name that is already in scope
86- --> $DIR/hygienic-labels-in-let.rs:75 :9
86+ --> $DIR/hygienic-labels-in-let.rs:76 :9
8787 |
8888LL | 'x: for _ in 0..1 {
8989 | -- first declared here
@@ -92,7 +92,7 @@ LL | 'x: for _ in 0..1 {
9292 | ^^ lifetime 'x already in scope
9393
9494warning: label name `'x` shadows a label name that is already in scope
95- --> $DIR/hygienic-labels-in-let.rs:75 :9
95+ --> $DIR/hygienic-labels-in-let.rs:76 :9
9696 |
9797LL | 'x: loop { $e }
9898 | -- first declared here
@@ -101,7 +101,7 @@ LL | 'x: for _ in 0..1 {
101101 | ^^ lifetime 'x already in scope
102102
103103warning: label name `'x` shadows a label name that is already in scope
104- --> $DIR/hygienic-labels-in-let.rs:26 :9
104+ --> $DIR/hygienic-labels-in-let.rs:27 :9
105105 |
106106LL | 'x: while 1 + 1 == 2 { $e }
107107 | ^^ lifetime 'x already in scope
@@ -113,7 +113,7 @@ LL | while_true!(break 'x);
113113 | ---------------------- in this macro invocation
114114
115115warning: label name `'x` shadows a label name that is already in scope
116- --> $DIR/hygienic-labels-in-let.rs:26 :9
116+ --> $DIR/hygienic-labels-in-let.rs:27 :9
117117 |
118118LL | 'x: loop { $e }
119119 | -- first declared here
@@ -125,7 +125,7 @@ LL | while_true!(break 'x);
125125 | ---------------------- in this macro invocation
126126
127127warning: label name `'x` shadows a label name that is already in scope
128- --> $DIR/hygienic-labels-in-let.rs:26 :9
128+ --> $DIR/hygienic-labels-in-let.rs:27 :9
129129 |
130130LL | 'x: while 1 + 1 == 2 { $e }
131131 | ^^ lifetime 'x already in scope
@@ -137,7 +137,7 @@ LL | while_true!(break 'x);
137137 | ---------------------- in this macro invocation
138138
139139warning: label name `'x` shadows a label name that is already in scope
140- --> $DIR/hygienic-labels-in-let.rs:26 :9
140+ --> $DIR/hygienic-labels-in-let.rs:27 :9
141141 |
142142LL | 'x: loop { $e }
143143 | -- first declared here
@@ -149,7 +149,7 @@ LL | while_true!(break 'x);
149149 | ---------------------- in this macro invocation
150150
151151warning: label name `'x` shadows a label name that is already in scope
152- --> $DIR/hygienic-labels-in-let.rs:26 :9
152+ --> $DIR/hygienic-labels-in-let.rs:27 :9
153153 |
154154LL | 'x: while 1 + 1 == 2 { $e }
155155 | ^^ lifetime 'x already in scope
@@ -161,7 +161,7 @@ LL | while_true!(break 'x);
161161 | ---------------------- in this macro invocation
162162
163163warning: label name `'x` shadows a label name that is already in scope
164- --> $DIR/hygienic-labels-in-let.rs:89 :9
164+ --> $DIR/hygienic-labels-in-let.rs:90 :9
165165 |
166166LL | 'x: loop {
167167 | -- first declared here
@@ -170,7 +170,7 @@ LL | 'x: for _ in 0..1 {
170170 | ^^ lifetime 'x already in scope
171171
172172warning: label name `'x` shadows a label name that is already in scope
173- --> $DIR/hygienic-labels-in-let.rs:89 :9
173+ --> $DIR/hygienic-labels-in-let.rs:90 :9
174174 |
175175LL | 'x: loop { $e }
176176 | -- first declared here
@@ -179,7 +179,7 @@ LL | 'x: for _ in 0..1 {
179179 | ^^ lifetime 'x already in scope
180180
181181warning: label name `'x` shadows a label name that is already in scope
182- --> $DIR/hygienic-labels-in-let.rs:89 :9
182+ --> $DIR/hygienic-labels-in-let.rs:90 :9
183183 |
184184LL | 'x: for _ in 0..1 {
185185 | -- first declared here
@@ -188,7 +188,7 @@ LL | 'x: for _ in 0..1 {
188188 | ^^ lifetime 'x already in scope
189189
190190warning: label name `'x` shadows a label name that is already in scope
191- --> $DIR/hygienic-labels-in-let.rs:89 :9
191+ --> $DIR/hygienic-labels-in-let.rs:90 :9
192192 |
193193LL | 'x: loop { $e }
194194 | -- first declared here
@@ -197,7 +197,7 @@ LL | 'x: for _ in 0..1 {
197197 | ^^ lifetime 'x already in scope
198198
199199warning: label name `'x` shadows a label name that is already in scope
200- --> $DIR/hygienic-labels-in-let.rs:89 :9
200+ --> $DIR/hygienic-labels-in-let.rs:90 :9
201201 |
202202LL | 'x: for _ in 0..1 {
203203 | -- first declared here
@@ -206,7 +206,7 @@ LL | 'x: for _ in 0..1 {
206206 | ^^ lifetime 'x already in scope
207207
208208warning: label name `'x` shadows a label name that is already in scope
209- --> $DIR/hygienic-labels-in-let.rs:89 :9
209+ --> $DIR/hygienic-labels-in-let.rs:90 :9
210210 |
211211LL | 'x: while 1 + 1 == 2 { $e }
212212 | -- first declared here
@@ -215,7 +215,7 @@ LL | 'x: for _ in 0..1 {
215215 | ^^ lifetime 'x already in scope
216216
217217warning: label name `'x` shadows a label name that is already in scope
218- --> $DIR/hygienic-labels-in-let.rs:38 :9
218+ --> $DIR/hygienic-labels-in-let.rs:39 :9
219219 |
220220LL | 'x: for _ in 0..1 { $e }
221221 | ^^ lifetime 'x already in scope
@@ -227,7 +227,7 @@ LL | run_once!(continue 'x);
227227 | ----------------------- in this macro invocation
228228
229229warning: label name `'x` shadows a label name that is already in scope
230- --> $DIR/hygienic-labels-in-let.rs:38 :9
230+ --> $DIR/hygienic-labels-in-let.rs:39 :9
231231 |
232232LL | 'x: loop { $e }
233233 | -- first declared here
@@ -239,7 +239,7 @@ LL | run_once!(continue 'x);
239239 | ----------------------- in this macro invocation
240240
241241warning: label name `'x` shadows a label name that is already in scope
242- --> $DIR/hygienic-labels-in-let.rs:38 :9
242+ --> $DIR/hygienic-labels-in-let.rs:39 :9
243243 |
244244LL | 'x: for _ in 0..1 { $e }
245245 | ^^ lifetime 'x already in scope
@@ -251,7 +251,7 @@ LL | run_once!(continue 'x);
251251 | ----------------------- in this macro invocation
252252
253253warning: label name `'x` shadows a label name that is already in scope
254- --> $DIR/hygienic-labels-in-let.rs:38 :9
254+ --> $DIR/hygienic-labels-in-let.rs:39 :9
255255 |
256256LL | 'x: loop { $e }
257257 | -- first declared here
@@ -263,7 +263,7 @@ LL | run_once!(continue 'x);
263263 | ----------------------- in this macro invocation
264264
265265warning: label name `'x` shadows a label name that is already in scope
266- --> $DIR/hygienic-labels-in-let.rs:38 :9
266+ --> $DIR/hygienic-labels-in-let.rs:39 :9
267267 |
268268LL | 'x: for _ in 0..1 { $e }
269269 | ^^ lifetime 'x already in scope
@@ -275,7 +275,7 @@ LL | run_once!(continue 'x);
275275 | ----------------------- in this macro invocation
276276
277277warning: label name `'x` shadows a label name that is already in scope
278- --> $DIR/hygienic-labels-in-let.rs:38 :9
278+ --> $DIR/hygienic-labels-in-let.rs:39 :9
279279 |
280280LL | 'x: while 1 + 1 == 2 { $e }
281281 | -- first declared here
@@ -287,7 +287,7 @@ LL | run_once!(continue 'x);
287287 | ----------------------- in this macro invocation
288288
289289warning: label name `'x` shadows a label name that is already in scope
290- --> $DIR/hygienic-labels-in-let.rs:38 :9
290+ --> $DIR/hygienic-labels-in-let.rs:39 :9
291291 |
292292LL | 'x: for _ in 0..1 { $e }
293293 | ^^ lifetime 'x already in scope
0 commit comments