2019-07-12 21:33:51 -05:00
|
|
|
error[E0658]: the attribute `empty_attr` is currently unknown to the compiler and may have meaning added to it in the future
|
2019-05-21 17:09:58 -05:00
|
|
|
--> $DIR/proc-macro-gates2.rs:12:11
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-05-21 17:09:58 -05:00
|
|
|
LL | fn _test6<#[empty_attr] T>() {}
|
|
|
|
| ^^^^^^^^^^^^^
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-04-11 13:42:06 -05:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/29642
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(custom_attribute)]` to the crate attributes to enable
|
2018-12-02 13:27:37 -06:00
|
|
|
|
2019-07-12 21:33:51 -05:00
|
|
|
error[E0658]: the attribute `empty_attr` is currently unknown to the compiler and may have meaning added to it in the future
|
2019-05-21 17:09:58 -05:00
|
|
|
--> $DIR/proc-macro-gates2.rs:17:9
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-05-21 17:09:58 -05:00
|
|
|
LL | #[empty_attr]
|
|
|
|
| ^^^^^^^^^^^^^
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-04-11 13:42:06 -05:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/29642
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(custom_attribute)]` to the crate attributes to enable
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|