summary refs log tree commit diff
path: root/src/test/ui/proc-macro/attribute-order-restricted.stderr
blob: 9ca8a443e40fbb5cf1fcb8015e279b10b4954ac6 (plain)
1
2
3
4
5
6
7
8
error: macro attributes must be placed before `#[derive]`
  --> $DIR/attribute-order-restricted.rs:11:1
   |
LL | #[identity_attr]
   | ^^^^^^^^^^^^^^^^

error: aborting due to previous error