2019-04-10 16:40:12 -07:00
|
|
|
error[E0658]: the `#[rustc_variance]` attribute is just used for rustc unit tests and will never be stable
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/feature-gate-rustc-attrs-1.rs:5:1
|
2018-08-11 16:40:08 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[rustc_variance]
|
2018-08-11 16:40:08 +03:00
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-04-11 11:42:06 -07:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/29642
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
|
2018-08-11 16:40:08 +03:00
|
|
|
|
2019-04-10 16:40:12 -07:00
|
|
|
error[E0658]: the `#[rustc_error]` attribute is just used for rustc unit tests and will never be stable
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/feature-gate-rustc-attrs-1.rs:6:1
|
2018-08-11 16:40:08 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[rustc_error]
|
2018-08-11 16:40:08 +03:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-04-11 11:42:06 -07:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/29642
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
|
2018-08-11 16:40:08 +03:00
|
|
|
|
2019-05-22 06:49:43 -07:00
|
|
|
error[E0658]: the `#[rustc_nonnull_optimization_guaranteed]` attribute is just used to enable niche optimizations in libcore and will never be stable
|
|
|
|
--> $DIR/feature-gate-rustc-attrs-1.rs:7:1
|
|
|
|
|
|
|
|
|
LL | #[rustc_nonnull_optimization_guaranteed]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/29642
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
|
2019-05-22 06:49:43 -07:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-08-11 16:40:08 +03:00
|
|
|
|
2019-01-28 22:28:44 +01:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|