summary refs log tree commit diff
path: root/src/test/ui/issues/issue-36617.rs
blob: 87092689a281d418b15cc6f63c7635b645187ad0 (plain)
1
2
3
#![derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions

fn main() {}