summary refs log tree commit diff
path: root/src/test/ui/proc-macro/attribute-order-restricted.stderr
blob: a4f165cd1b52c65470e116dbed27a4c33152c9b3 (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 | #[attr_proc_macro] //~ ERROR macro attributes must be placed before `#[derive]`
   | ^^^^^^^^^^^^^^^^^^

error: aborting due to previous error