rust/src/test/ui/issues/issue-36617.rs
Vadim Petrochenkov 642669c74d Update tests
2020-01-09 21:23:12 +03:00

6 lines
267 B
Rust

#![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() {}