summary refs log tree commit diff
path: root/src/test/ui/issues/issue-33571.stderr
blob: 5d83a08e9075748b37a5c9e72f5de12b393ab04a (plain)
1
2
3
4
5
6
7
8
error: this unsafe trait should be implemented explicitly
  --> $DIR/issue-33571.rs:2:10
   |
LL |          Sync,
   |          ^^^^

error: aborting due to previous error