rust/src/test/ui/error-codes/E0777.rs

5 lines
61 B
Rust
Raw Normal View History

#[derive("Clone")] //~ ERROR E0777
struct Foo;
fn main() {}