]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate/issue-43106-gating-of-builtin-attrs.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / feature-gate / issue-43106-gating-of-builtin-attrs.stderr
CommitLineData
ff7c6d11 1warning: unknown lint: `x5400`
e74abb32 2 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:45:9
ff7c6d11 3 |
532ac7d7 4LL | #![warn(x5400)]
9fa01778 5 | ^^^^^
ff7c6d11 6 |
74b04a01 7note: the lint level is defined here
416331ca 8 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:36:28
ff7c6d11 9 |
0531ce1d 10LL | #![warn(unused_attributes, unknown_lints)]
ff7c6d11
XL
11 | ^^^^^^^^^^^^^
12
13warning: unknown lint: `x5300`
e74abb32 14 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:46:10
ff7c6d11 15 |
532ac7d7 16LL | #![allow(x5300)]
9fa01778 17 | ^^^^^
ff7c6d11
XL
18
19warning: unknown lint: `x5200`
e74abb32 20 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:47:11
ff7c6d11 21 |
532ac7d7 22LL | #![forbid(x5200)]
9fa01778 23 | ^^^^^
ff7c6d11
XL
24
25warning: unknown lint: `x5100`
e74abb32 26 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:48:9
ff7c6d11 27 |
532ac7d7 28LL | #![deny(x5100)]
9fa01778 29 | ^^^^^
ff7c6d11
XL
30
31warning: unknown lint: `x5400`
e74abb32 32 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:105:8
0531ce1d
XL
33 |
34LL | #[warn(x5400)]
35 | ^^^^^
ff7c6d11
XL
36
37warning: unknown lint: `x5400`
e74abb32 38 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:108:25
0531ce1d
XL
39 |
40LL | mod inner { #![warn(x5400)] }
41 | ^^^^^
ff7c6d11
XL
42
43warning: unknown lint: `x5400`
e74abb32 44 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:111:12
0531ce1d
XL
45 |
46LL | #[warn(x5400)] fn f() { }
47 | ^^^^^
ff7c6d11
XL
48
49warning: unknown lint: `x5400`
e74abb32 50 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:114:12
0531ce1d
XL
51 |
52LL | #[warn(x5400)] struct S;
53 | ^^^^^
ff7c6d11
XL
54
55warning: unknown lint: `x5400`
e74abb32 56 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:117:12
0531ce1d
XL
57 |
58LL | #[warn(x5400)] type T = S;
59 | ^^^^^
ff7c6d11
XL
60
61warning: unknown lint: `x5400`
e74abb32 62 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:120:12
0531ce1d
XL
63 |
64LL | #[warn(x5400)] impl S { }
65 | ^^^^^
ff7c6d11
XL
66
67warning: unknown lint: `x5300`
e74abb32 68 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:124:9
0531ce1d
XL
69 |
70LL | #[allow(x5300)]
71 | ^^^^^
ff7c6d11
XL
72
73warning: unknown lint: `x5300`
e74abb32 74 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:127:26
0531ce1d
XL
75 |
76LL | mod inner { #![allow(x5300)] }
77 | ^^^^^
ff7c6d11
XL
78
79warning: unknown lint: `x5300`
e74abb32 80 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:130:13
0531ce1d
XL
81 |
82LL | #[allow(x5300)] fn f() { }
83 | ^^^^^
ff7c6d11
XL
84
85warning: unknown lint: `x5300`
e74abb32 86 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:133:13
0531ce1d
XL
87 |
88LL | #[allow(x5300)] struct S;
89 | ^^^^^
ff7c6d11
XL
90
91warning: unknown lint: `x5300`
e74abb32 92 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:136:13
0531ce1d
XL
93 |
94LL | #[allow(x5300)] type T = S;
95 | ^^^^^
ff7c6d11
XL
96
97warning: unknown lint: `x5300`
e74abb32 98 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:139:13
0531ce1d
XL
99 |
100LL | #[allow(x5300)] impl S { }
101 | ^^^^^
ff7c6d11
XL
102
103warning: unknown lint: `x5200`
e74abb32 104 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:143:10
0531ce1d
XL
105 |
106LL | #[forbid(x5200)]
107 | ^^^^^
ff7c6d11
XL
108
109warning: unknown lint: `x5200`
e74abb32 110 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:146:27
0531ce1d
XL
111 |
112LL | mod inner { #![forbid(x5200)] }
113 | ^^^^^
ff7c6d11
XL
114
115warning: unknown lint: `x5200`
e74abb32 116 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:149:14
0531ce1d
XL
117 |
118LL | #[forbid(x5200)] fn f() { }
119 | ^^^^^
ff7c6d11
XL
120
121warning: unknown lint: `x5200`
e74abb32 122 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:152:14
0531ce1d
XL
123 |
124LL | #[forbid(x5200)] struct S;
125 | ^^^^^
ff7c6d11
XL
126
127warning: unknown lint: `x5200`
e74abb32 128 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:155:14
0531ce1d
XL
129 |
130LL | #[forbid(x5200)] type T = S;
131 | ^^^^^
ff7c6d11
XL
132
133warning: unknown lint: `x5200`
e74abb32 134 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:158:14
0531ce1d
XL
135 |
136LL | #[forbid(x5200)] impl S { }
137 | ^^^^^
ff7c6d11
XL
138
139warning: unknown lint: `x5100`
e74abb32 140 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:162:8
0531ce1d
XL
141 |
142LL | #[deny(x5100)]
143 | ^^^^^
ff7c6d11
XL
144
145warning: unknown lint: `x5100`
e74abb32 146 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:165:25
0531ce1d
XL
147 |
148LL | mod inner { #![deny(x5100)] }
149 | ^^^^^
ff7c6d11
XL
150
151warning: unknown lint: `x5100`
e74abb32 152 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:168:12
0531ce1d
XL
153 |
154LL | #[deny(x5100)] fn f() { }
155 | ^^^^^
ff7c6d11
XL
156
157warning: unknown lint: `x5100`
e74abb32 158 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:171:12
0531ce1d
XL
159 |
160LL | #[deny(x5100)] struct S;
161 | ^^^^^
ff7c6d11
XL
162
163warning: unknown lint: `x5100`
e74abb32 164 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:174:12
0531ce1d
XL
165 |
166LL | #[deny(x5100)] type T = S;
167 | ^^^^^
ff7c6d11
XL
168
169warning: unknown lint: `x5100`
e74abb32 170 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:177:12
0531ce1d
XL
171 |
172LL | #[deny(x5100)] impl S { }
173 | ^^^^^
ff7c6d11 174
dfeec247 175warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
e74abb32 176 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:466:1
8faf50e0
XL
177 |
178LL | #[macro_escape]
179 | ^^^^^^^^^^^^^^^
180
dfeec247 181warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
e74abb32 182 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:469:17
8faf50e0
XL
183 |
184LL | mod inner { #![macro_escape] }
185 | ^^^^^^^^^^^^^^^^
186 |
dfeec247 187 = help: try an outer attribute: `#[macro_use]`
8faf50e0 188
e74abb32
XL
189warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
190 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:221:17
191 |
192LL | mod inner { #![plugin_registrar] }
193 | ^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
194 |
195 = note: `#[warn(deprecated)]` on by default
196
197warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
198 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:227:5
199 |
200LL | #[plugin_registrar] struct S;
201 | ^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
202
203warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
204 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:231:5
205 |
206LL | #[plugin_registrar] type T = S;
207 | ^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
208
209warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
210 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:235:5
211 |
212LL | #[plugin_registrar] impl S { }
213 | ^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
214
215warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
216 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:217:1
217 |
218LL | #[plugin_registrar]
219 | ^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
220
221warning: use of deprecated attribute `plugin_registrar`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
222 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:40:1
223 |
224LL | #![plugin_registrar]
225 | ^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
226
e1599b0c 227warning: use of deprecated attribute `crate_id`: no longer used.
e74abb32 228 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:91:1
e1599b0c
XL
229 |
230LL | #![crate_id = "10"]
231 | ^^^^^^^^^^^^^^^^^^^ help: remove this attribute
e1599b0c
XL
232
233warning: use of deprecated attribute `no_start`: no longer used.
e74abb32 234 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:96:1
e1599b0c
XL
235 |
236LL | #![no_start]
237 | ^^^^^^^^^^^^ help: remove this attribute
238
dc9dc135 239warning: the feature `rust1` has been stable since 1.0.0 and no longer requires an attribute to enable
e74abb32 240 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:94:12
dc9dc135
XL
241 |
242LL | #![feature(rust1)]
243 | ^^^^^
244 |
416331ca 245 = note: `#[warn(stable_features)]` on by default
dc9dc135 246
ff7c6d11 247warning: unused attribute
e74abb32 248 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:185:5
0531ce1d 249 |
83c7162d
XL
250LL | #[macro_use] fn f() { }
251 | ^^^^^^^^^^^^
0531ce1d 252 |
74b04a01 253note: the lint level is defined here
416331ca 254 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:36:9
0531ce1d
XL
255 |
256LL | #![warn(unused_attributes, unknown_lints)]
257 | ^^^^^^^^^^^^^^^^^
ff7c6d11
XL
258
259warning: unused attribute
e74abb32 260 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:188:5
0531ce1d 261 |
0531ce1d
XL
262LL | #[macro_use] struct S;
263 | ^^^^^^^^^^^^
ff7c6d11
XL
264
265warning: unused attribute
e74abb32 266 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:191:5
0531ce1d
XL
267 |
268LL | #[macro_use] type T = S;
269 | ^^^^^^^^^^^^
ff7c6d11
XL
270
271warning: unused attribute
e74abb32 272 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:194:5
0531ce1d
XL
273 |
274LL | #[macro_use] impl S { }
275 | ^^^^^^^^^^^^
ff7c6d11
XL
276
277warning: unused attribute
e74abb32 278 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:201:17
0531ce1d 279 |
9fa01778
XL
280LL | mod inner { #![macro_export] }
281 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
282
283warning: unused attribute
e74abb32 284 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:204:5
0531ce1d 285 |
9fa01778
XL
286LL | #[macro_export] fn f() { }
287 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
288
289warning: unused attribute
e74abb32 290 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:207:5
0531ce1d 291 |
9fa01778
XL
292LL | #[macro_export] struct S;
293 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
294
295warning: unused attribute
e74abb32 296 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:210:5
0531ce1d 297 |
9fa01778
XL
298LL | #[macro_export] type T = S;
299 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
300
301warning: unused attribute
e74abb32 302 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:213:5
0531ce1d 303 |
9fa01778
XL
304LL | #[macro_export] impl S { }
305 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
306
307warning: unused attribute
e74abb32 308 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:198:1
0531ce1d 309 |
9fa01778
XL
310LL | #[macro_export]
311 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
312
313warning: unused attribute
e74abb32 314 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:221:17
0531ce1d 315 |
9fa01778
XL
316LL | mod inner { #![plugin_registrar] }
317 | ^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
318
319warning: unused attribute
e74abb32 320 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:227:5
0531ce1d 321 |
9fa01778
XL
322LL | #[plugin_registrar] struct S;
323 | ^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
324
325warning: unused attribute
e74abb32 326 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:231:5
0531ce1d 327 |
9fa01778
XL
328LL | #[plugin_registrar] type T = S;
329 | ^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
330
331warning: unused attribute
e74abb32 332 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:235:5
0531ce1d 333 |
9fa01778
XL
334LL | #[plugin_registrar] impl S { }
335 | ^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
336
337warning: unused attribute
e74abb32 338 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:217:1
0531ce1d 339 |
9fa01778
XL
340LL | #[plugin_registrar]
341 | ^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
342
343warning: unused attribute
e74abb32 344 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:243:17
0531ce1d 345 |
9fa01778
XL
346LL | mod inner { #![main] }
347 | ^^^^^^^^
ff7c6d11
XL
348
349warning: unused attribute
e74abb32 350 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:248:5
0531ce1d 351 |
9fa01778
XL
352LL | #[main] struct S;
353 | ^^^^^^^
ff7c6d11
XL
354
355warning: unused attribute
e74abb32 356 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:251:5
0531ce1d 357 |
9fa01778
XL
358LL | #[main] type T = S;
359 | ^^^^^^^
ff7c6d11
XL
360
361warning: unused attribute
e74abb32 362 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:254:5
0531ce1d 363 |
9fa01778
XL
364LL | #[main] impl S { }
365 | ^^^^^^^
ff7c6d11
XL
366
367warning: unused attribute
e74abb32 368 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:240:1
0531ce1d 369 |
9fa01778
XL
370LL | #[main]
371 | ^^^^^^^
ff7c6d11
XL
372
373warning: unused attribute
e74abb32 374 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:261:17
0531ce1d 375 |
9fa01778
XL
376LL | mod inner { #![start] }
377 | ^^^^^^^^^
ff7c6d11
XL
378
379warning: unused attribute
e74abb32 380 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:266:5
0531ce1d 381 |
9fa01778
XL
382LL | #[start] struct S;
383 | ^^^^^^^^
ff7c6d11
XL
384
385warning: unused attribute
e74abb32 386 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:269:5
0531ce1d 387 |
9fa01778
XL
388LL | #[start] type T = S;
389 | ^^^^^^^^
ff7c6d11
XL
390
391warning: unused attribute
e74abb32 392 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:272:5
0531ce1d 393 |
9fa01778
XL
394LL | #[start] impl S { }
395 | ^^^^^^^^
ff7c6d11
XL
396
397warning: unused attribute
e74abb32 398 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:258:1
0531ce1d 399 |
9fa01778
XL
400LL | #[start]
401 | ^^^^^^^^
ff7c6d11
XL
402
403warning: unused attribute
e74abb32 404 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:325:5
0531ce1d
XL
405 |
406LL | #[path = "3800"] fn f() { }
407 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
408
409warning: unused attribute
e74abb32 410 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:328:5
0531ce1d
XL
411 |
412LL | #[path = "3800"] struct S;
413 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
414
415warning: unused attribute
e74abb32 416 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:331:5
0531ce1d
XL
417 |
418LL | #[path = "3800"] type T = S;
419 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
420
421warning: unused attribute
e74abb32 422 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:334:5
0531ce1d
XL
423 |
424LL | #[path = "3800"] impl S { }
425 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
426
427warning: unused attribute
e74abb32 428 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:341:17
0531ce1d 429 |
9fa01778
XL
430LL | mod inner { #![automatically_derived] }
431 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
432
433warning: unused attribute
e74abb32 434 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:344:5
0531ce1d 435 |
9fa01778
XL
436LL | #[automatically_derived] fn f() { }
437 | ^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
438
439warning: unused attribute
e74abb32 440 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:347:5
0531ce1d 441 |
9fa01778
XL
442LL | #[automatically_derived] struct S;
443 | ^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
444
445warning: unused attribute
e74abb32 446 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:350:5
0531ce1d 447 |
9fa01778
XL
448LL | #[automatically_derived] type T = S;
449 | ^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
450
451warning: unused attribute
e74abb32 452 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:353:5
0531ce1d 453 |
9fa01778
XL
454LL | #[automatically_derived] impl S { }
455 | ^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
456
457warning: unused attribute
e74abb32 458 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:338:1
0531ce1d 459 |
9fa01778
XL
460LL | #[automatically_derived]
461 | ^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 462
ff7c6d11 463warning: unused attribute
e74abb32 464 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:373:17
0531ce1d 465 |
9fa01778
XL
466LL | mod inner { #![no_link] }
467 | ^^^^^^^^^^^
ff7c6d11
XL
468
469warning: unused attribute
e74abb32 470 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:376:5
0531ce1d 471 |
9fa01778
XL
472LL | #[no_link] fn f() { }
473 | ^^^^^^^^^^
ff7c6d11
XL
474
475warning: unused attribute
e74abb32 476 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:379:5
0531ce1d 477 |
9fa01778
XL
478LL | #[no_link] struct S;
479 | ^^^^^^^^^^
ff7c6d11
XL
480
481warning: unused attribute
e74abb32 482 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:382:5
0531ce1d 483 |
9fa01778
XL
484LL | #[no_link]type T = S;
485 | ^^^^^^^^^^
ff7c6d11
XL
486
487warning: unused attribute
e74abb32 488 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:385:5
0531ce1d 489 |
9fa01778
XL
490LL | #[no_link] impl S { }
491 | ^^^^^^^^^^
ff7c6d11
XL
492
493warning: unused attribute
e74abb32 494 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:370:1
0531ce1d 495 |
9fa01778
XL
496LL | #[no_link]
497 | ^^^^^^^^^^
ff7c6d11
XL
498
499warning: unused attribute
e74abb32 500 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:392:17
0531ce1d 501 |
9fa01778
XL
502LL | mod inner { #![should_panic] }
503 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
504
505warning: unused attribute
e74abb32 506 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:395:5
0531ce1d 507 |
9fa01778
XL
508LL | #[should_panic] fn f() { }
509 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
510
511warning: unused attribute
e74abb32 512 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:398:5
0531ce1d 513 |
9fa01778
XL
514LL | #[should_panic] struct S;
515 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
516
517warning: unused attribute
e74abb32 518 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:401:5
0531ce1d 519 |
9fa01778
XL
520LL | #[should_panic] type T = S;
521 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
522
523warning: unused attribute
e74abb32 524 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:404:5
0531ce1d 525 |
9fa01778
XL
526LL | #[should_panic] impl S { }
527 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
528
529warning: unused attribute
e74abb32 530 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:389:1
0531ce1d 531 |
9fa01778
XL
532LL | #[should_panic]
533 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
534
535warning: unused attribute
e74abb32 536 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:411:17
0531ce1d 537 |
9fa01778
XL
538LL | mod inner { #![ignore] }
539 | ^^^^^^^^^^
ff7c6d11
XL
540
541warning: unused attribute
e74abb32 542 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:414:5
0531ce1d 543 |
9fa01778
XL
544LL | #[ignore] fn f() { }
545 | ^^^^^^^^^
ff7c6d11
XL
546
547warning: unused attribute
e74abb32 548 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:417:5
0531ce1d 549 |
9fa01778
XL
550LL | #[ignore] struct S;
551 | ^^^^^^^^^
ff7c6d11
XL
552
553warning: unused attribute
e74abb32 554 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:420:5
0531ce1d 555 |
9fa01778
XL
556LL | #[ignore] type T = S;
557 | ^^^^^^^^^
ff7c6d11
XL
558
559warning: unused attribute
e74abb32 560 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:423:5
0531ce1d 561 |
9fa01778
XL
562LL | #[ignore] impl S { }
563 | ^^^^^^^^^
ff7c6d11
XL
564
565warning: unused attribute
e74abb32 566 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:408:1
0531ce1d 567 |
9fa01778
XL
568LL | #[ignore]
569 | ^^^^^^^^^
ff7c6d11
XL
570
571warning: unused attribute
e74abb32 572 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:430:17
0531ce1d 573 |
9fa01778
XL
574LL | mod inner { #![no_implicit_prelude] }
575 | ^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
576
577warning: unused attribute
e74abb32 578 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:433:5
0531ce1d 579 |
9fa01778
XL
580LL | #[no_implicit_prelude] fn f() { }
581 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
582
583warning: unused attribute
e74abb32 584 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:436:5
0531ce1d 585 |
9fa01778
XL
586LL | #[no_implicit_prelude] struct S;
587 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
588
589warning: unused attribute
e74abb32 590 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:439:5
0531ce1d 591 |
9fa01778
XL
592LL | #[no_implicit_prelude] type T = S;
593 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
594
595warning: unused attribute
e74abb32 596 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:442:5
0531ce1d 597 |
9fa01778
XL
598LL | #[no_implicit_prelude] impl S { }
599 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
600
601warning: unused attribute
e74abb32 602 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:427:1
0531ce1d 603 |
9fa01778
XL
604LL | #[no_implicit_prelude]
605 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
606
607warning: unused attribute
e74abb32 608 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:449:17
0531ce1d
XL
609 |
610LL | mod inner { #![reexport_test_harness_main="2900"] }
611 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
612
613warning: unused attribute
e74abb32 614 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:452:5
0531ce1d
XL
615 |
616LL | #[reexport_test_harness_main = "2900"] fn f() { }
617 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
618
619warning: unused attribute
e74abb32 620 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:455:5
0531ce1d
XL
621 |
622LL | #[reexport_test_harness_main = "2900"] struct S;
623 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
624
625warning: unused attribute
e74abb32 626 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:458:5
0531ce1d
XL
627 |
628LL | #[reexport_test_harness_main = "2900"] type T = S;
629 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
630
631warning: unused attribute
e74abb32 632 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:461:5
0531ce1d
XL
633 |
634LL | #[reexport_test_harness_main = "2900"] impl S { }
635 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
636
637warning: unused attribute
e74abb32 638 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:446:1
0531ce1d
XL
639 |
640LL | #[reexport_test_harness_main = "2900"]
641 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
642
643warning: unused attribute
e74abb32 644 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:472:5
0531ce1d
XL
645 |
646LL | #[macro_escape] fn f() { }
647 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
648
649warning: unused attribute
e74abb32 650 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:475:5
0531ce1d
XL
651 |
652LL | #[macro_escape] struct S;
653 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
654
655warning: unused attribute
e74abb32 656 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:478:5
0531ce1d
XL
657 |
658LL | #[macro_escape] type T = S;
659 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
660
661warning: unused attribute
e74abb32 662 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:481:5
0531ce1d
XL
663 |
664LL | #[macro_escape] impl S { }
665 | ^^^^^^^^^^^^^^^
ff7c6d11
XL
666
667warning: unused attribute
e74abb32 668 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:489:17
0531ce1d 669 |
9fa01778
XL
670LL | mod inner { #![no_std] }
671 | ^^^^^^^^^^
ff7c6d11
XL
672
673warning: crate-level attribute should be in the root module
e74abb32 674 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:489:17
0531ce1d 675 |
9fa01778
XL
676LL | mod inner { #![no_std] }
677 | ^^^^^^^^^^
ff7c6d11
XL
678
679warning: unused attribute
e74abb32 680 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:493:5
0531ce1d 681 |
9fa01778
XL
682LL | #[no_std] fn f() { }
683 | ^^^^^^^^^
ff7c6d11 684
416331ca 685warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 686 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:493:5
0531ce1d 687 |
9fa01778
XL
688LL | #[no_std] fn f() { }
689 | ^^^^^^^^^
ff7c6d11
XL
690
691warning: unused attribute
e74abb32 692 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:497:5
0531ce1d 693 |
9fa01778
XL
694LL | #[no_std] struct S;
695 | ^^^^^^^^^
ff7c6d11 696
416331ca 697warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 698 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:497:5
0531ce1d 699 |
9fa01778
XL
700LL | #[no_std] struct S;
701 | ^^^^^^^^^
ff7c6d11
XL
702
703warning: unused attribute
e74abb32 704 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:501:5
0531ce1d 705 |
9fa01778
XL
706LL | #[no_std] type T = S;
707 | ^^^^^^^^^
ff7c6d11 708
416331ca 709warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 710 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:501:5
0531ce1d 711 |
9fa01778
XL
712LL | #[no_std] type T = S;
713 | ^^^^^^^^^
ff7c6d11
XL
714
715warning: unused attribute
e74abb32 716 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:505:5
0531ce1d 717 |
9fa01778
XL
718LL | #[no_std] impl S { }
719 | ^^^^^^^^^
ff7c6d11 720
416331ca 721warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 722 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:505:5
0531ce1d 723 |
9fa01778
XL
724LL | #[no_std] impl S { }
725 | ^^^^^^^^^
ff7c6d11
XL
726
727warning: unused attribute
e74abb32 728 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:485:1
0531ce1d 729 |
9fa01778
XL
730LL | #[no_std]
731 | ^^^^^^^^^
ff7c6d11 732
416331ca 733warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 734 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:485:1
0531ce1d 735 |
9fa01778
XL
736LL | #[no_std]
737 | ^^^^^^^^^
ff7c6d11
XL
738
739warning: unused attribute
e74abb32 740 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:644:17
0531ce1d
XL
741 |
742LL | mod inner { #![crate_name="0900"] }
743 | ^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
744
745warning: crate-level attribute should be in the root module
e74abb32 746 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:644:17
0531ce1d
XL
747 |
748LL | mod inner { #![crate_name="0900"] }
749 | ^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
750
751warning: unused attribute
e74abb32 752 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:648:5
0531ce1d
XL
753 |
754LL | #[crate_name = "0900"] fn f() { }
755 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 756
416331ca 757warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 758 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:648:5
0531ce1d
XL
759 |
760LL | #[crate_name = "0900"] fn f() { }
761 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
762
763warning: unused attribute
e74abb32 764 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:652:5
0531ce1d
XL
765 |
766LL | #[crate_name = "0900"] struct S;
767 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 768
416331ca 769warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 770 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:652:5
0531ce1d
XL
771 |
772LL | #[crate_name = "0900"] struct S;
773 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
774
775warning: unused attribute
e74abb32 776 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:656:5
0531ce1d
XL
777 |
778LL | #[crate_name = "0900"] type T = S;
779 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 780
416331ca 781warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 782 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:656:5
0531ce1d
XL
783 |
784LL | #[crate_name = "0900"] type T = S;
785 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
786
787warning: unused attribute
e74abb32 788 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:660:5
0531ce1d
XL
789 |
790LL | #[crate_name = "0900"] impl S { }
791 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 792
416331ca 793warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 794 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:660:5
0531ce1d
XL
795 |
796LL | #[crate_name = "0900"] impl S { }
797 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
798
799warning: unused attribute
e74abb32 800 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:640:1
0531ce1d
XL
801 |
802LL | #[crate_name = "0900"]
803 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 804
416331ca 805warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 806 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:640:1
0531ce1d
XL
807 |
808LL | #[crate_name = "0900"]
809 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
810
811warning: unused attribute
e74abb32 812 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:669:17
0531ce1d
XL
813 |
814LL | mod inner { #![crate_type="0800"] }
815 | ^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
816
817warning: crate-level attribute should be in the root module
e74abb32 818 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:669:17
0531ce1d
XL
819 |
820LL | mod inner { #![crate_type="0800"] }
821 | ^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
822
823warning: unused attribute
e74abb32 824 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:673:5
0531ce1d
XL
825 |
826LL | #[crate_type = "0800"] fn f() { }
827 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 828
416331ca 829warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 830 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:673:5
0531ce1d
XL
831 |
832LL | #[crate_type = "0800"] fn f() { }
833 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
834
835warning: unused attribute
e74abb32 836 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:677:5
0531ce1d
XL
837 |
838LL | #[crate_type = "0800"] struct S;
839 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 840
416331ca 841warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 842 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:677:5
0531ce1d
XL
843 |
844LL | #[crate_type = "0800"] struct S;
845 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
846
847warning: unused attribute
e74abb32 848 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:681:5
0531ce1d
XL
849 |
850LL | #[crate_type = "0800"] type T = S;
851 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 852
416331ca 853warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 854 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:681:5
0531ce1d
XL
855 |
856LL | #[crate_type = "0800"] type T = S;
857 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
858
859warning: unused attribute
e74abb32 860 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:685:5
0531ce1d
XL
861 |
862LL | #[crate_type = "0800"] impl S { }
863 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 864
416331ca 865warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 866 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:685:5
0531ce1d
XL
867 |
868LL | #[crate_type = "0800"] impl S { }
869 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
870
871warning: unused attribute
e74abb32 872 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:665:1
0531ce1d
XL
873 |
874LL | #[crate_type = "0800"]
875 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 876
416331ca 877warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 878 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:665:1
0531ce1d
XL
879 |
880LL | #[crate_type = "0800"]
881 | ^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
882
883warning: unused attribute
e74abb32 884 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:694:17
0531ce1d
XL
885 |
886LL | mod inner { #![feature(x0600)] }
887 | ^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
888
889warning: crate-level attribute should be in the root module
e74abb32 890 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:694:17
0531ce1d
XL
891 |
892LL | mod inner { #![feature(x0600)] }
893 | ^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
894
895warning: unused attribute
e74abb32 896 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:698:5
0531ce1d
XL
897 |
898LL | #[feature(x0600)] fn f() { }
899 | ^^^^^^^^^^^^^^^^^
ff7c6d11 900
416331ca 901warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 902 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:698:5
0531ce1d
XL
903 |
904LL | #[feature(x0600)] fn f() { }
905 | ^^^^^^^^^^^^^^^^^
ff7c6d11
XL
906
907warning: unused attribute
e74abb32 908 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:702:5
0531ce1d
XL
909 |
910LL | #[feature(x0600)] struct S;
911 | ^^^^^^^^^^^^^^^^^
ff7c6d11 912
416331ca 913warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 914 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:702:5
0531ce1d
XL
915 |
916LL | #[feature(x0600)] struct S;
917 | ^^^^^^^^^^^^^^^^^
ff7c6d11
XL
918
919warning: unused attribute
e74abb32 920 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:706:5
0531ce1d
XL
921 |
922LL | #[feature(x0600)] type T = S;
923 | ^^^^^^^^^^^^^^^^^
ff7c6d11 924
416331ca 925warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 926 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:706:5
0531ce1d
XL
927 |
928LL | #[feature(x0600)] type T = S;
929 | ^^^^^^^^^^^^^^^^^
ff7c6d11
XL
930
931warning: unused attribute
e74abb32 932 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:710:5
0531ce1d
XL
933 |
934LL | #[feature(x0600)] impl S { }
935 | ^^^^^^^^^^^^^^^^^
ff7c6d11 936
416331ca 937warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 938 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:710:5
0531ce1d
XL
939 |
940LL | #[feature(x0600)] impl S { }
941 | ^^^^^^^^^^^^^^^^^
ff7c6d11
XL
942
943warning: unused attribute
e74abb32 944 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:690:1
0531ce1d
XL
945 |
946LL | #[feature(x0600)]
947 | ^^^^^^^^^^^^^^^^^
ff7c6d11 948
416331ca 949warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 950 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:690:1
0531ce1d
XL
951 |
952LL | #[feature(x0600)]
953 | ^^^^^^^^^^^^^^^^^
ff7c6d11
XL
954
955warning: unused attribute
e74abb32 956 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:720:17
0531ce1d 957 |
9fa01778
XL
958LL | mod inner { #![no_main] }
959 | ^^^^^^^^^^^
ff7c6d11
XL
960
961warning: crate-level attribute should be in the root module
e74abb32 962 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:720:17
0531ce1d 963 |
9fa01778
XL
964LL | mod inner { #![no_main] }
965 | ^^^^^^^^^^^
ff7c6d11
XL
966
967warning: unused attribute
e74abb32 968 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:724:5
0531ce1d 969 |
9fa01778
XL
970LL | #[no_main] fn f() { }
971 | ^^^^^^^^^^
ff7c6d11 972
416331ca 973warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 974 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:724:5
0531ce1d 975 |
9fa01778
XL
976LL | #[no_main] fn f() { }
977 | ^^^^^^^^^^
ff7c6d11
XL
978
979warning: unused attribute
e74abb32 980 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:728:5
0531ce1d 981 |
9fa01778
XL
982LL | #[no_main] struct S;
983 | ^^^^^^^^^^
ff7c6d11 984
416331ca 985warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 986 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:728:5
0531ce1d 987 |
9fa01778
XL
988LL | #[no_main] struct S;
989 | ^^^^^^^^^^
ff7c6d11
XL
990
991warning: unused attribute
e74abb32 992 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:732:5
0531ce1d 993 |
9fa01778
XL
994LL | #[no_main] type T = S;
995 | ^^^^^^^^^^
ff7c6d11 996
416331ca 997warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 998 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:732:5
0531ce1d 999 |
9fa01778
XL
1000LL | #[no_main] type T = S;
1001 | ^^^^^^^^^^
ff7c6d11
XL
1002
1003warning: unused attribute
e74abb32 1004 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:736:5
0531ce1d 1005 |
9fa01778
XL
1006LL | #[no_main] impl S { }
1007 | ^^^^^^^^^^
ff7c6d11 1008
416331ca 1009warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1010 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:736:5
0531ce1d 1011 |
9fa01778
XL
1012LL | #[no_main] impl S { }
1013 | ^^^^^^^^^^
ff7c6d11
XL
1014
1015warning: unused attribute
e74abb32 1016 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:716:1
0531ce1d 1017 |
9fa01778
XL
1018LL | #[no_main]
1019 | ^^^^^^^^^^
ff7c6d11 1020
416331ca 1021warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1022 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:716:1
0531ce1d 1023 |
9fa01778
XL
1024LL | #[no_main]
1025 | ^^^^^^^^^^
ff7c6d11
XL
1026
1027warning: unused attribute
e74abb32 1028 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:758:17
0531ce1d
XL
1029 |
1030LL | mod inner { #![recursion_limit="0200"] }
1031 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1032
1033warning: crate-level attribute should be in the root module
e74abb32 1034 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:758:17
0531ce1d
XL
1035 |
1036LL | mod inner { #![recursion_limit="0200"] }
1037 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1038
1039warning: unused attribute
e74abb32 1040 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:762:5
0531ce1d
XL
1041 |
1042LL | #[recursion_limit="0200"] fn f() { }
1043 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1044
416331ca 1045warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1046 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:762:5
0531ce1d
XL
1047 |
1048LL | #[recursion_limit="0200"] fn f() { }
1049 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1050
1051warning: unused attribute
e74abb32 1052 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:766:5
0531ce1d
XL
1053 |
1054LL | #[recursion_limit="0200"] struct S;
1055 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1056
416331ca 1057warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1058 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:766:5
0531ce1d
XL
1059 |
1060LL | #[recursion_limit="0200"] struct S;
1061 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1062
1063warning: unused attribute
e74abb32 1064 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:770:5
0531ce1d
XL
1065 |
1066LL | #[recursion_limit="0200"] type T = S;
1067 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1068
416331ca 1069warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1070 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:770:5
0531ce1d
XL
1071 |
1072LL | #[recursion_limit="0200"] type T = S;
1073 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1074
1075warning: unused attribute
e74abb32 1076 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:774:5
0531ce1d
XL
1077 |
1078LL | #[recursion_limit="0200"] impl S { }
1079 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1080
416331ca 1081warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1082 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:774:5
0531ce1d
XL
1083 |
1084LL | #[recursion_limit="0200"] impl S { }
1085 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1086
1087warning: unused attribute
e74abb32 1088 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:754:1
0531ce1d
XL
1089 |
1090LL | #[recursion_limit="0200"]
1091 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1092
416331ca 1093warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1094 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:754:1
0531ce1d
XL
1095 |
1096LL | #[recursion_limit="0200"]
1097 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1098
1099warning: unused attribute
e74abb32 1100 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:783:17
0531ce1d
XL
1101 |
1102LL | mod inner { #![type_length_limit="0100"] }
1103 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1104
1105warning: crate-level attribute should be in the root module
e74abb32 1106 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:783:17
0531ce1d
XL
1107 |
1108LL | mod inner { #![type_length_limit="0100"] }
1109 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1110
1111warning: unused attribute
e74abb32 1112 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:787:5
0531ce1d
XL
1113 |
1114LL | #[type_length_limit="0100"] fn f() { }
1115 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1116
416331ca 1117warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1118 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:787:5
0531ce1d
XL
1119 |
1120LL | #[type_length_limit="0100"] fn f() { }
1121 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1122
1123warning: unused attribute
e74abb32 1124 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:791:5
0531ce1d
XL
1125 |
1126LL | #[type_length_limit="0100"] struct S;
1127 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1128
416331ca 1129warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1130 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:791:5
0531ce1d
XL
1131 |
1132LL | #[type_length_limit="0100"] struct S;
1133 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1134
1135warning: unused attribute
e74abb32 1136 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:795:5
0531ce1d
XL
1137 |
1138LL | #[type_length_limit="0100"] type T = S;
1139 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1140
416331ca 1141warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1142 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:795:5
0531ce1d
XL
1143 |
1144LL | #[type_length_limit="0100"] type T = S;
1145 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1146
1147warning: unused attribute
e74abb32 1148 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:799:5
0531ce1d
XL
1149 |
1150LL | #[type_length_limit="0100"] impl S { }
1151 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1152
416331ca 1153warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1154 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:799:5
0531ce1d
XL
1155 |
1156LL | #[type_length_limit="0100"] impl S { }
1157 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1158
1159warning: unused attribute
e74abb32 1160 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:779:1
0531ce1d
XL
1161 |
1162LL | #[type_length_limit="0100"]
1163 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1164
416331ca 1165warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
e74abb32 1166 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:779:1
0531ce1d
XL
1167 |
1168LL | #[type_length_limit="0100"]
1169 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1170
1171warning: unused attribute
e74abb32 1172 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:40:1
ff7c6d11 1173 |
e74abb32
XL
1174LL | #![plugin_registrar]
1175 | ^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1176
1177warning: unused attribute
e74abb32 1178 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:50:1
ff7c6d11 1179 |
e74abb32
XL
1180LL | #![macro_export]
1181 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
1182
1183warning: unused attribute
e74abb32 1184 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:53:1
ff7c6d11 1185 |
532ac7d7 1186LL | #![main]
9fa01778 1187 | ^^^^^^^^
ff7c6d11
XL
1188
1189warning: unused attribute
e74abb32 1190 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:54:1
ff7c6d11 1191 |
532ac7d7 1192LL | #![start]
9fa01778 1193 | ^^^^^^^^^
ff7c6d11
XL
1194
1195warning: unused attribute
e74abb32 1196 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:57:1
ff7c6d11 1197 |
9fa01778
XL
1198LL | #![repr()]
1199 | ^^^^^^^^^^
ff7c6d11
XL
1200
1201warning: unused attribute
e74abb32 1202 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:59:1
ff7c6d11 1203 |
532ac7d7 1204LL | #![path = "3800"]
9fa01778 1205 | ^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1206
1207warning: unused attribute
e74abb32 1208 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:60:1
ff7c6d11 1209 |
532ac7d7 1210LL | #![automatically_derived]
9fa01778 1211 | ^^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11
XL
1212
1213warning: unused attribute
e74abb32 1214 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:62:1
ff7c6d11 1215 |
532ac7d7 1216LL | #![no_link]
9fa01778 1217 | ^^^^^^^^^^^
ff7c6d11
XL
1218
1219warning: unused attribute
e74abb32 1220 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:64:1
ff7c6d11 1221 |
532ac7d7 1222LL | #![should_panic]
9fa01778 1223 | ^^^^^^^^^^^^^^^^
ff7c6d11
XL
1224
1225warning: unused attribute
e74abb32 1226 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:65:1
ff7c6d11 1227 |
532ac7d7 1228LL | #![ignore]
9fa01778 1229 | ^^^^^^^^^^
ff7c6d11
XL
1230
1231warning: unused attribute
e74abb32 1232 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:71:1
ff7c6d11 1233 |
532ac7d7 1234LL | #![proc_macro_derive()]
9fa01778 1235 | ^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 1236
ba9703b0
XL
1237warning: 203 warnings emitted
1238