2017-12-06 02:27:47 -06:00
|
|
|
warning: unknown lint: `x5400`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:38:9
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![warn(x5400)] //~ WARN unknown lint: `x5400`
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
|
note: lint level defined here
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:33:28
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #![warn(unused_attributes, unknown_lints)]
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: unknown lint: `x5300`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:39:10
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![allow(x5300)] //~ WARN unknown lint: `x5300`
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5200`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:40:11
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![forbid(x5200)] //~ WARN unknown lint: `x5200`
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5100`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:41:9
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![deny(x5100)] //~ WARN unknown lint: `x5100`
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5400`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:101:8
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[warn(x5400)]
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5400`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:104:25
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![warn(x5400)] }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5400`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:107:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[warn(x5400)] fn f() { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5400`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:110:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[warn(x5400)] struct S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5400`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:113:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[warn(x5400)] type T = S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5400`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:116:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[warn(x5400)] impl S { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5300`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:120:9
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[allow(x5300)]
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5300`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:123:26
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![allow(x5300)] }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5300`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:126:13
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[allow(x5300)] fn f() { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5300`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:129:13
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[allow(x5300)] struct S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5300`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:132:13
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[allow(x5300)] type T = S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5300`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:135:13
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[allow(x5300)] impl S { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5200`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:139:10
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[forbid(x5200)]
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5200`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:142:27
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![forbid(x5200)] }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5200`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:145:14
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[forbid(x5200)] fn f() { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5200`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:148:14
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[forbid(x5200)] struct S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5200`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:151:14
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[forbid(x5200)] type T = S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5200`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:154:14
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[forbid(x5200)] impl S { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5100`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:158:8
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[deny(x5100)]
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5100`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:161:25
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![deny(x5100)] }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5100`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:164:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[deny(x5100)] fn f() { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5100`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:167:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[deny(x5100)] struct S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5100`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:170:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[deny(x5100)] type T = S;
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unknown lint: `x5100`
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:173:12
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[deny(x5100)] impl S { }
|
|
|
|
| ^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2018-07-14 09:40:17 -05:00
|
|
|
warning: macro_escape is a deprecated synonym for macro_use
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:457:1
|
2018-07-14 09:40:17 -05:00
|
|
|
|
|
|
|
|
LL | #[macro_escape]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: macro_escape is a deprecated synonym for macro_use
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:460:17
|
2018-07-14 09:40:17 -05:00
|
|
|
|
|
|
|
|
LL | mod inner { #![macro_escape] }
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider an outer attribute, #[macro_use] mod ...
|
|
|
|
|
2017-12-06 02:27:47 -06:00
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:181:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2018-04-15 08:59:00 -05:00
|
|
|
LL | #[macro_use] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2017-12-06 02:27:47 -06:00
|
|
|
note: lint level defined here
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:33:9
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #![warn(unused_attributes, unknown_lints)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:184:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[macro_use] struct S;
|
|
|
|
| ^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:187:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[macro_use] type T = S;
|
|
|
|
| ^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:190:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[macro_use] impl S { }
|
|
|
|
| ^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:197:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![macro_export] }
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:200:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[macro_export] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:203:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[macro_export] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:206:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[macro_export] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:209:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[macro_export] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:194:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[macro_export]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:216:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![plugin_registrar] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:221:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[plugin_registrar] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:224:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[plugin_registrar] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:227:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[plugin_registrar] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:213:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[plugin_registrar]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:234:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![main] }
|
|
|
|
| ^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:239:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[main] struct S;
|
|
|
|
| ^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:242:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[main] type T = S;
|
|
|
|
| ^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:245:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[main] impl S { }
|
|
|
|
| ^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:231:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[main]
|
|
|
|
| ^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:252:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![start] }
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:257:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[start] struct S;
|
|
|
|
| ^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:260:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[start] type T = S;
|
|
|
|
| ^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:263:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[start] impl S { }
|
|
|
|
| ^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:249:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[start]
|
|
|
|
| ^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:316:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[path = "3800"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:319:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[path = "3800"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:322:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[path = "3800"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:325:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[path = "3800"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:332:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![automatically_derived] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:335:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[automatically_derived] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:338:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[automatically_derived] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:341:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[automatically_derived] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:344:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[automatically_derived] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:329:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[automatically_derived]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:364:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![no_link] }
|
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:367:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_link] fn f() { }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:370:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_link] struct S;
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:373:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_link]type T = S;
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:376:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_link] impl S { }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:361:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_link]
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:383:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![should_panic] }
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:386:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[should_panic] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:389:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[should_panic] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:392:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[should_panic] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:395:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[should_panic] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:380:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[should_panic]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:402:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![ignore] }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:405:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[ignore] fn f() { }
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:408:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[ignore] struct S;
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:411:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[ignore] type T = S;
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:414:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[ignore] impl S { }
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:399:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[ignore]
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:421:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![no_implicit_prelude] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:424:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_implicit_prelude] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:427:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_implicit_prelude] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:430:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_implicit_prelude] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:433:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_implicit_prelude] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:418:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_implicit_prelude]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:440:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![reexport_test_harness_main="2900"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:443:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[reexport_test_harness_main = "2900"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:446:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[reexport_test_harness_main = "2900"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:449:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[reexport_test_harness_main = "2900"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:452:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[reexport_test_harness_main = "2900"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:437:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[reexport_test_harness_main = "2900"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:463:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[macro_escape] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:466:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[macro_escape] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:469:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[macro_escape] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:472:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[macro_escape] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:480:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![no_std] }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be in the root module
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:480:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![no_std] }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:484:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] fn f() { }
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:484:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] fn f() { }
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:488:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] struct S;
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:488:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] struct S;
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:492:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] type T = S;
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:492:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] type T = S;
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:496:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] impl S { }
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:496:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std] impl S { }
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:476:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std]
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:476:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_std]
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:635:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![crate_name="0900"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be in the root module
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:635:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![crate_name="0900"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:639:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:639:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:643:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:643:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:647:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:647:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:651:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:651:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:631:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:631:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_name = "0900"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:660:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![crate_type="0800"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be in the root module
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:660:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![crate_type="0800"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:664:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:664:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:668:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:668:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:672:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:672:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:676:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:676:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:656:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:656:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[crate_type = "0800"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:685:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![feature(x0600)] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be in the root module
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:685:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![feature(x0600)] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:689:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:689:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:693:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:693:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:697:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:697:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:701:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:701:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:681:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:681:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[feature(x0600)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:711:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![no_main] }
|
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be in the root module
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:711:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | mod inner { #![no_main] }
|
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:715:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] fn f() { }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:715:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] fn f() { }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:719:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] struct S;
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:719:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] struct S;
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:723:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] type T = S;
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:723:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] type T = S;
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:727:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] impl S { }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:727:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main] impl S { }
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:707:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main]
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:707:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #[no_main]
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:749:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![recursion_limit="0200"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be in the root module
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:749:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![recursion_limit="0200"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:753:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:753:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:757:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:757:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:761:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:761:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:765:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:765:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:745:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:745:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[recursion_limit="0200"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:774:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![type_length_limit="0100"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be in the root module
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:774:17
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | mod inner { #![type_length_limit="0100"] }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:778:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:778:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] fn f() { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:782:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:782:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] struct S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:786:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:786:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] type T = S;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:790:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:790:5
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"] impl S { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:770:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:770:1
|
2018-02-22 18:42:32 -06:00
|
|
|
|
|
|
|
|
LL | #[type_length_limit="0100"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:43:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![macro_export] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:44:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![plugin_registrar] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:47:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![main] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:48:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![start] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:51:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![repr()]
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:53:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![path = "3800"] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:54:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![automatically_derived] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:56:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![no_link] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:58:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![should_panic] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:59:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![ignore] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
|
|
warning: unused attribute
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:65:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-01-01 17:21:05 -06:00
|
|
|
LL | #![proc_macro_derive()] //~ WARN unused attribute
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2018-10-31 06:24:01 -05:00
|
|
|
error: invalid windows subsystem `1000`, only `windows` and `console` are allowed
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2018-03-15 10:13:47 -05:00
|
|
|
error: aborting due to previous error
|
|
|
|
|