]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-33571.stderr
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
[rust.git] / src / test / ui / issues / issue-33571.stderr
1 error: cannot find derive macro `Sync` in this scope
2   --> $DIR/issue-33571.rs:2:10
3    |
4 LL |          Sync,
5    |          ^^^^
6    |
7 note: unsafe traits like `Sync` should be implemented explicitly
8   --> $DIR/issue-33571.rs:2:10
9    |
10 LL |          Sync,
11    |          ^^^^
12
13 error: cannot find derive macro `Sync` in this scope
14   --> $DIR/issue-33571.rs:2:10
15    |
16 LL |          Sync,
17    |          ^^^^
18    |
19 note: unsafe traits like `Sync` should be implemented explicitly
20   --> $DIR/issue-33571.rs:2:10
21    |
22 LL |          Sync,
23    |          ^^^^
24
25 error: aborting due to 2 previous errors
26