]> git.proxmox.com Git - rustc.git/blob - src/test/ui/proc-macro/attribute-order-restricted.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / attribute-order-restricted.stderr
1 error: macro attributes must be placed before `#[derive]`
2 --> $DIR/attribute-order-restricted.rs:11:1
3 |
4 LL | #[attr_proc_macro]
5 | ^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8