rust/src/test/ui/proc-macro/macros-in-extern-derive.stderr

10 lines
277 B
Plaintext

error[E0774]: `derive` may only be applied to structs, enums and unions
--> $DIR/macros-in-extern-derive.rs:2:5
|
LL | #[derive(Copy)]
| ^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0774`.