5 lines
120 B
Rust
5 lines
120 B
Rust
|
#[derive(Clone,
|
||
|
Sync, //~ ERROR this unsafe trait should be implemented explicitly
|
||
|
Copy)]
|
||
|
enum Foo {}
|