rust/src/test/ui/issues/issue-33571.rs

7 lines
129 B
Rust
Raw Normal View History

2016-05-23 05:16:49 -05:00
#[derive(Clone,
Sync, //~ ERROR cannot find derive macro `Sync` in this scope
2016-05-23 05:16:49 -05:00
Copy)]
enum Foo {}
fn main() {}