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