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

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

27 lines
590 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 08:56:47 -07:00
--> $DIR/issue-33571.rs:2:10
2018-07-15 14:11:54 -07:00
|
2019-03-09 15:03:44 +03:00
LL | Sync,
2018-07-15 14:11:54 -07:00
| ^^^^
2020-01-08 20:02:10 +03: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,
| ^^^^
error: aborting due to 2 previous errors
2018-07-15 14:11:54 -07:00