rust/src/test/ui/issues/issue-33571.rs

7 lines
134 B
Rust
Raw Normal View History

2016-05-23 10:16:49 +00:00
#[derive(Clone,
Sync, //~ ERROR this unsafe trait should be implemented explicitly
Copy)]
enum Foo {}
fn main() {}