2019-04-10 18:40:12 -05:00
|
|
|
error[E0658]: The attribute `a` is currently unknown to the compiler and may have meaning added to it in the future
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/proc-macro-gates2.rs:13:11
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
|
LL | fn _test6<#[a] T>() {}
|
|
|
|
| ^^^^
|
|
|
|
|
|
2019-04-10 18:40:12 -05:00
|
|
|
= note: for more information, see tracking issue #29642
|
2018-12-02 13:27:37 -06:00
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
2019-04-10 18:40:12 -05:00
|
|
|
error[E0658]: The attribute `a` is currently unknown to the compiler and may have meaning added to it in the future
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/proc-macro-gates2.rs:18:9
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[a]
|
2018-12-02 13:27:37 -06:00
|
|
|
| ^^^^
|
|
|
|
|
|
2019-04-10 18:40:12 -05:00
|
|
|
= note: for more information, see tracking issue #29642
|
2018-12-02 13:27:37 -06:00
|
|
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|