2020-11-14 05:47:14 -06:00
|
|
|
error: expected non-macro attribute, found attribute macro `derive`
|
|
|
|
--> $DIR/issue-69341-malformed-derive-inert.rs:4:7
|
2020-02-27 13:09:14 -06:00
|
|
|
|
|
|
|
|
LL | #[derive(parse())]
|
2020-11-14 05:47:14 -06:00
|
|
|
| ^^^^^^ not a non-macro attribute
|
2020-02-27 13:09:14 -06:00
|
|
|
|
2020-11-14 05:47:14 -06:00
|
|
|
error: aborting due to previous error
|
2020-02-27 13:09:14 -06:00
|
|
|
|