Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
issues
/
issue-33571.rs
blob: 2713f47ad2ff6b88f49251e4e66c58a39b4bd04a [
file
]
#[
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
()
{}