rust/src/test/ui/issues/issue-36617.stderr

9 lines
232 B
Plaintext
Raw Normal View History

2018-07-15 21:11:54 +00:00
error: `derive` may only be applied to structs, enums and unions
2018-12-25 15:56:47 +00:00
--> $DIR/issue-36617.rs:1:1
2018-07-15 21:11:54 +00:00
|
2019-03-09 12:03:44 +00:00
LL | #![derive(Copy)]
2018-07-15 21:11:54 +00:00
| ^^^^^^^^^^^^^^^^ help: try an outer attribute: `#[derive(Copy)]`
error: aborting due to previous error