summary refs log tree commit diff
path: root/src/test/ui/proc-macro/attribute-order-restricted.stderr
blob: 39db45cf569a775d5421c49dd7be6af516d2d2c3 (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: aborting due to previous error