blob: 61c77cc1ff39b8c1638e8e28a898d90894ccb06e [file] [log] [blame]
struct Foo;
#[derive(Copy, Clone)]
//~^ ERROR the trait `Copy` may not be implemented for this type
struct Bar(Foo);
fn main() {}