rust/src/test/ui/feature-gates/feature-gate-rustc-attrs.stderr

12 lines
416 B
Plaintext
Raw Normal View History

error[E0658]: unless otherwise specified, attributes with the prefix `rustc_` are reserved for internal compiler diagnostics (see issue #29642)
--> $DIR/feature-gate-rustc-attrs.rs:15:1
|
2018-02-23 00:42:32 +00:00
LL | #[rustc_foo]
| ^^^^^^^^^^^^
|
= help: add #![feature(rustc_attrs)] to the crate attributes to enable
error: aborting due to previous error
2018-03-03 14:59:40 +00:00
For more information about this error, try `rustc --explain E0658`.