2018-08-08 14:28:26 +02:00
|
|
|
error: this unsafe trait should be implemented explicitly
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/deriving-bounds.rs:1:10
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(Send)]
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: this unsafe trait should be implemented explicitly
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/deriving-bounds.rs:5:10
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(Sync)]
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|