2020-11-18 16:49:20 -06:00
|
|
|
error: expected non-macro attribute, found attribute macro `empty_attr`
|
|
|
|
--> $DIR/proc-macro-gates2.rs:12:13
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-05-21 17:09:58 -05:00
|
|
|
LL | fn _test6<#[empty_attr] T>() {}
|
2020-11-18 16:49:20 -06:00
|
|
|
| ^^^^^^^^^^ not a non-macro attribute
|
2018-12-02 13:27:37 -06:00
|
|
|
|
2020-11-18 16:49:20 -06:00
|
|
|
error: expected non-macro attribute, found attribute macro `empty_attr`
|
|
|
|
--> $DIR/proc-macro-gates2.rs:17:11
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-05-21 17:09:58 -05:00
|
|
|
LL | #[empty_attr]
|
2020-11-18 16:49:20 -06:00
|
|
|
| ^^^^^^^^^^ not a non-macro attribute
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|