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