]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/macros-in-extern-derive.stderr
e2afb7d34c1494b676a9542f403d592354290030
[rust.git] / src / test / ui / proc-macro / macros-in-extern-derive.stderr
1 error: `derive` may only be applied to structs, enums and unions
2   --> $DIR/macros-in-extern-derive.rs:2:5
3    |
4 LL |     #[derive(Copy)]
5    |     ^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8