2020-11-14 14:47:14 +03:00
|
|
|
error: expected non-macro attribute, found attribute macro `derive`
|
|
|
|
--> $DIR/issue-69341-malformed-derive-inert.rs:4:7
|
2020-02-27 20:09:14 +01:00
|
|
|
|
|
|
|
|
LL | #[derive(parse())]
|
2020-11-14 14:47:14 +03:00
|
|
|
| ^^^^^^ not a non-macro attribute
|
2020-02-27 20:09:14 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-02-27 20:09:14 +01:00
|
|
|
|