blob: 04f7ebe019ea4d94303137da27e9173b26955a5d (
plain)
1
2
3
4
5
6
7
8
|
error: expected non-macro attribute, found attribute macro `derive`
--> $DIR/issue-69341-malformed-derive-inert.rs:4:7
|
LL | #[derive(parse())]
| ^^^^^^ not a non-macro attribute
error: aborting due to previous error
|