2019-06-23 07:14:04 -05:00
|
|
|
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
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-33571.rs:2:10
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | Sync,
|
2018-07-15 16:11:54 -05:00
|
|
|
| ^^^^
|
|
|
|
|
2020-01-08 11:02:10 -06:00
|
|
|
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,
|
|
|
|
| ^^^^
|
2023-10-04 13:34:50 -05:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-07-15 16:11:54 -05:00
|
|
|
|