fff01ccfa8
Fix a number of uncovered deficiencies in diagnostics
4 lines
99 B
Rust
4 lines
99 B
Rust
#![derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
|
|
|
|
fn main() {}
|