Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
tests
/
ui
/
error-codes
/
E0777.rs
blob: ff70f7368666586e2279e4a9ddf10a8af66292c8 [
file
]
#[
derive
(
"Clone"
)]
//~ ERROR E0777
#[
derive
(
"
Clone
")]
//~^^ ERROR E0777
struct
Foo
;
fn
main
()
{}