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