rust/src/test/ui/derives/deriving-bounds.stderr

15 lines
322 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: this unsafe trait should be implemented explicitly
--> $DIR/deriving-bounds.rs:11:10
|
LL | #[derive(Send)]
| ^^^^
error: this unsafe trait should be implemented explicitly
--> $DIR/deriving-bounds.rs:15:10
|
LL | #[derive(Sync)]
| ^^^^
error: aborting due to 2 previous errors