rust/tests/ui/issues/issue-33571.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
669 B
Plaintext
Raw Normal View History

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