2 lines
85 B
Rust
2 lines
85 B
Rust
|
#![derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
|