1
1
warning: 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
3
3
|
4
4
LL | 'x: loop { $e }
5
5
| ^^ lifetime 'x already in scope
@@ -11,7 +11,7 @@ LL | loop_x!(break 'x);
11
11
| ------------------ in this macro invocation
12
12
13
13
warning: 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
15
15
|
16
16
LL | 'x: loop {
17
17
| -- first declared here
@@ -20,7 +20,7 @@ LL | 'x: for _ in 0..1 {
20
20
| ^^ lifetime 'x already in scope
21
21
22
22
warning: 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
24
24
|
25
25
LL | 'x: loop { $e }
26
26
| -- first declared here
@@ -29,7 +29,7 @@ LL | 'x: for _ in 0..1 {
29
29
| ^^ lifetime 'x already in scope
30
30
31
31
warning: 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
33
33
|
34
34
LL | 'x: loop { $e }
35
35
| ^^ lifetime 'x already in scope
@@ -41,7 +41,7 @@ LL | loop_x!(break 'x);
41
41
| ------------------ in this macro invocation
42
42
43
43
warning: 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
45
45
|
46
46
LL | 'x: loop { $e }
47
47
| ^^
@@ -53,7 +53,7 @@ LL | loop_x!(break 'x);
53
53
| ------------------ in this macro invocation
54
54
55
55
warning: 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
57
57
|
58
58
LL | 'x: loop { $e }
59
59
| ^^ lifetime 'x already in scope
@@ -65,7 +65,7 @@ LL | loop_x!(break 'x);
65
65
| ------------------ in this macro invocation
66
66
67
67
warning: 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
69
69
|
70
70
LL | 'x: loop {
71
71
| -- first declared here
@@ -74,7 +74,7 @@ LL | 'x: for _ in 0..1 {
74
74
| ^^ lifetime 'x already in scope
75
75
76
76
warning: 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
78
78
|
79
79
LL | 'x: loop { $e }
80
80
| -- first declared here
@@ -83,7 +83,7 @@ LL | 'x: for _ in 0..1 {
83
83
| ^^ lifetime 'x already in scope
84
84
85
85
warning: 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
87
87
|
88
88
LL | 'x: for _ in 0..1 {
89
89
| -- first declared here
@@ -92,7 +92,7 @@ LL | 'x: for _ in 0..1 {
92
92
| ^^ lifetime 'x already in scope
93
93
94
94
warning: 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
96
96
|
97
97
LL | 'x: loop { $e }
98
98
| -- first declared here
@@ -101,7 +101,7 @@ LL | 'x: for _ in 0..1 {
101
101
| ^^ lifetime 'x already in scope
102
102
103
103
warning: 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
105
105
|
106
106
LL | 'x: while 1 + 1 == 2 { $e }
107
107
| ^^ lifetime 'x already in scope
@@ -113,7 +113,7 @@ LL | while_true!(break 'x);
113
113
| ---------------------- in this macro invocation
114
114
115
115
warning: 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
117
117
|
118
118
LL | 'x: loop { $e }
119
119
| -- first declared here
@@ -125,7 +125,7 @@ LL | while_true!(break 'x);
125
125
| ---------------------- in this macro invocation
126
126
127
127
warning: 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
129
129
|
130
130
LL | 'x: while 1 + 1 == 2 { $e }
131
131
| ^^ lifetime 'x already in scope
@@ -137,7 +137,7 @@ LL | while_true!(break 'x);
137
137
| ---------------------- in this macro invocation
138
138
139
139
warning: 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
141
141
|
142
142
LL | 'x: loop { $e }
143
143
| -- first declared here
@@ -149,7 +149,7 @@ LL | while_true!(break 'x);
149
149
| ---------------------- in this macro invocation
150
150
151
151
warning: 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
153
153
|
154
154
LL | 'x: while 1 + 1 == 2 { $e }
155
155
| ^^ lifetime 'x already in scope
@@ -161,7 +161,7 @@ LL | while_true!(break 'x);
161
161
| ---------------------- in this macro invocation
162
162
163
163
warning: 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
165
165
|
166
166
LL | 'x: loop {
167
167
| -- first declared here
@@ -170,7 +170,7 @@ LL | 'x: for _ in 0..1 {
170
170
| ^^ lifetime 'x already in scope
171
171
172
172
warning: 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
174
174
|
175
175
LL | 'x: loop { $e }
176
176
| -- first declared here
@@ -179,7 +179,7 @@ LL | 'x: for _ in 0..1 {
179
179
| ^^ lifetime 'x already in scope
180
180
181
181
warning: 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
183
183
|
184
184
LL | 'x: for _ in 0..1 {
185
185
| -- first declared here
@@ -188,7 +188,7 @@ LL | 'x: for _ in 0..1 {
188
188
| ^^ lifetime 'x already in scope
189
189
190
190
warning: 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
192
192
|
193
193
LL | 'x: loop { $e }
194
194
| -- first declared here
@@ -197,7 +197,7 @@ LL | 'x: for _ in 0..1 {
197
197
| ^^ lifetime 'x already in scope
198
198
199
199
warning: 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
201
201
|
202
202
LL | 'x: for _ in 0..1 {
203
203
| -- first declared here
@@ -206,7 +206,7 @@ LL | 'x: for _ in 0..1 {
206
206
| ^^ lifetime 'x already in scope
207
207
208
208
warning: 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
210
210
|
211
211
LL | 'x: while 1 + 1 == 2 { $e }
212
212
| -- first declared here
@@ -215,7 +215,7 @@ LL | 'x: for _ in 0..1 {
215
215
| ^^ lifetime 'x already in scope
216
216
217
217
warning: 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
219
219
|
220
220
LL | 'x: for _ in 0..1 { $e }
221
221
| ^^ lifetime 'x already in scope
@@ -227,7 +227,7 @@ LL | run_once!(continue 'x);
227
227
| ----------------------- in this macro invocation
228
228
229
229
warning: 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
231
231
|
232
232
LL | 'x: loop { $e }
233
233
| -- first declared here
@@ -239,7 +239,7 @@ LL | run_once!(continue 'x);
239
239
| ----------------------- in this macro invocation
240
240
241
241
warning: 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
243
243
|
244
244
LL | 'x: for _ in 0..1 { $e }
245
245
| ^^ lifetime 'x already in scope
@@ -251,7 +251,7 @@ LL | run_once!(continue 'x);
251
251
| ----------------------- in this macro invocation
252
252
253
253
warning: 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
255
255
|
256
256
LL | 'x: loop { $e }
257
257
| -- first declared here
@@ -263,7 +263,7 @@ LL | run_once!(continue 'x);
263
263
| ----------------------- in this macro invocation
264
264
265
265
warning: 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
267
267
|
268
268
LL | 'x: for _ in 0..1 { $e }
269
269
| ^^ lifetime 'x already in scope
@@ -275,7 +275,7 @@ LL | run_once!(continue 'x);
275
275
| ----------------------- in this macro invocation
276
276
277
277
warning: 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
279
279
|
280
280
LL | 'x: while 1 + 1 == 2 { $e }
281
281
| -- first declared here
@@ -287,7 +287,7 @@ LL | run_once!(continue 'x);
287
287
| ----------------------- in this macro invocation
288
288
289
289
warning: 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
291
291
|
292
292
LL | 'x: for _ in 0..1 { $e }
293
293
| ^^ lifetime 'x already in scope
0 commit comments