blob: 7685b84bea7bf106377bcf2a99403f10997703fd (
plain)
1
2
3
4
5
6
7
8
|
error: `derive` may only be applied to structs, enums and unions
--> $DIR/issue-36617.rs:1:1
|
LL | #![derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
| ^^^^^^^^^^^^^^^^ help: try an outer attribute: `#[derive(Copy)]`
error: aborting due to previous error
|