]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/macros-in-extern-derive.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / proc-macro / macros-in-extern-derive.stderr
CommitLineData
1b1a35ee 1error[E0774]: `derive` may only be applied to structs, enums and unions
e74abb32
XL
2 --> $DIR/macros-in-extern-derive.rs:2:5
3 |
4LL | #[derive(Copy)]
5 | ^^^^^^^^^^^^^^^
6
7error: aborting due to previous error
8
1b1a35ee 9For more information about this error, try `rustc --explain E0774`.