blob: be45f377c1f4722e014c9fd348c3479894edb2ef (
plain)
1
2
3
4
5
6
7
8
|
error: this unsafe trait should be implemented explicitly
--> $DIR/issue-33571.rs:12:10
|
LL | Sync, //~ ERROR this unsafe trait should be implemented explicitly
| ^^^^
error: aborting due to previous error
|