3 lines
99 B
Rust
3 lines
99 B
Rust
#![derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
|
|
|
|
fn main() {}
|