5 lines
61 B
Rust
5 lines
61 B
Rust
|
#[derive("Clone")] //~ ERROR E0777
|
||
|
struct Foo;
|
||
|
|
||
|
fn main() {}
|