mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
27 lines
669 B
Text
27 lines
669 B
Text
error: cannot find derive macro `Sync` in this scope
|
|
--> $DIR/issue-33571.rs:2:10
|
|
|
|
|
LL | Sync,
|
|
| ^^^^
|
|
|
|
|
note: unsafe traits like `Sync` should be implemented explicitly
|
|
--> $DIR/issue-33571.rs:2:10
|
|
|
|
|
LL | Sync,
|
|
| ^^^^
|
|
|
|
error: cannot find derive macro `Sync` in this scope
|
|
--> $DIR/issue-33571.rs:2:10
|
|
|
|
|
LL | Sync,
|
|
| ^^^^
|
|
|
|
|
note: unsafe traits like `Sync` should be implemented explicitly
|
|
--> $DIR/issue-33571.rs:2:10
|
|
|
|
|
LL | Sync,
|
|
| ^^^^
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|