rust/src/test/ui/derives/deriving-bounds.stderr
2018-12-25 21:08:33 -07:00

15 lines
320 B
Plaintext

error: this unsafe trait should be implemented explicitly
--> $DIR/deriving-bounds.rs:1:10
|
LL | #[derive(Send)]
| ^^^^
error: this unsafe trait should be implemented explicitly
--> $DIR/deriving-bounds.rs:5:10
|
LL | #[derive(Sync)]
| ^^^^
error: aborting due to 2 previous errors