mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
27 lines
590 B
Plaintext
27 lines
590 B
Plaintext
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,
|
|
| ^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|