]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-33571.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-33571.stderr
CommitLineData
dc9dc135
XL
1error: cannot find derive macro `Sync` in this scope
2 --> $DIR/issue-33571.rs:2:10
3 |
4LL | Sync,
5 | ^^^^
6 |
7note: unsafe traits like `Sync` should be implemented explicitly
0731742a 8 --> $DIR/issue-33571.rs:2:10
8faf50e0 9 |
532ac7d7 10LL | Sync,
8faf50e0
XL
11 | ^^^^
12
dfeec247
XL
13error: cannot find derive macro `Sync` in this scope
14 --> $DIR/issue-33571.rs:2:10
15 |
16LL | Sync,
17 | ^^^^
18 |
19note: unsafe traits like `Sync` should be implemented explicitly
20 --> $DIR/issue-33571.rs:2:10
21 |
22LL | Sync,
23 | ^^^^
24
25error: aborting due to 2 previous errors
8faf50e0 26