2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:7:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:8:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(100)]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:9:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(1, 2, 3)]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:10:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr("hello")]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:11:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(name = "hello")]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:12:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(1, "hi", key = 12, true, false)]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:13:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(key = "hello", val = 10)]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:14:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(key("hello"), val(10))]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:15:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(enabled = true, disabled = false)]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:16:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(true)]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:17:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(pi = 3.14159)]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:18:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_attr(b"hi")]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: The attribute `fake_doc` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_attribute.rs:19:3
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[fake_doc(r"doc")]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to 13 previous errors
|
|
|
|
|
2018-03-03 08:59:40 -06:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|