rust/src/test/ui/issue-33571.stderr

9 lines
235 B
Plaintext
Raw Normal View History

2018-07-15 14:11:54 -07:00
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