]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-36617.rs
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-36617.rs
1 #![derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
2 //~| ERROR cannot determine resolution for the derive macro `Copy`
3 //~| ERROR cannot determine resolution for the derive macro `Copy`
4
5 fn main() {}