Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-27340.rs
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
()
{}