mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
238 B
Text
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
|
|
|