blob: a4f165cd1b52c65470e116dbed27a4c33152c9b3 [file] [log] [blame]
error: macro attributes must be placed before `#[derive]`
--> $DIR/attribute-order-restricted.rs:11:1
|
LL | #[attr_proc_macro] //~ ERROR macro attributes must be placed before `#[derive]`
| ^^^^^^^^^^^^^^^^^^
error: aborting due to previous error