summary refs log tree commit diff
path: root/src/test/ui/issues/issue-36617.rs
blob: 1102f3c4640a188a3b0adb5785b4a11cc25cdb60 (plain)
1
2
3
4
#![derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
                 //~| ERROR cannot determine resolution for the derive macro `Copy`

fn main() {}