summary refs log tree commit diff
path: root/src/test/ui/issues/issue-36617.stderr
blob: 296fec46d80a6a897cd3c510038ef2bd2b7515ae (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)]
   | ^^^^^^^^^^^^^^^^ help: try an outer attribute: `#[derive(Copy)]`

error: aborting due to previous error