rust/tests/ui/malformed/issue-69341-malformed-derive-inert.stderr
2023-01-11 09:32:08 +00:00

8 lines
238 B
Text

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