blob: 223bbc3ff5e2190f35519ca5b3ee1665fe1f9fbc [file] [log] [blame]
#[derive(Clone,
Sync, //~ ERROR this unsafe trait should be implemented explicitly
Copy)]
enum Foo {}
fn main() {}