]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/issue-36617.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / derives / issue-36617.rs
CommitLineData
6a06907d 1#![derive(Copy)] //~ ERROR cannot determine resolution for the attribute macro `derive`
0731742a
XL
2
3fn main() {}