fff01ccfa8
Fix a number of uncovered deficiencies in diagnostics
7 lines
134 B
Rust
7 lines
134 B
Rust
#[derive(Clone,
|
|
Sync, //~ ERROR this unsafe trait should be implemented explicitly
|
|
Copy)]
|
|
enum Foo {}
|
|
|
|
fn main() {}
|