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

15 lines
320 B
Plaintext
Raw Normal View History

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