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

fn main() {}