rust/src/test/ui/proc-macro/attribute-order-restricted....

9 lines
193 B
Plaintext

error: macro attributes must be placed before `#[derive]`
--> $DIR/attribute-order-restricted.rs:11:1
|
LL | #[identity_attr]
| ^^^^^^^^^^^^^^^^
error: aborting due to previous error