blob: 2713f47ad2ff6b88f49251e4e66c58a39b4bd04a [file] [log] [blame] [edit]
#[derive(Clone,
Sync, //~ ERROR cannot find derive macro `Sync` in this scope
//~| ERROR cannot find derive macro `Sync` in this scope
Copy)]
enum Foo {}
fn main() {}