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