2016-05-23 10:16:49 +00:00
|
|
|
#[derive(Clone,
|
2019-06-23 15:14:04 +03:00
|
|
|
Sync, //~ ERROR cannot find derive macro `Sync` in this scope
|
2020-01-08 20:02:10 +03:00
|
|
|
//~| ERROR cannot find derive macro `Sync` in this scope
|
2016-05-23 10:16:49 +00:00
|
|
|
Copy)]
|
|
|
|
enum Foo {}
|
2018-12-16 20:23:27 +03:00
|
|
|
|
|
|
|
fn main() {}
|