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 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