blob: deb84fd99bd2a339e4add5a527e3089f1b7369f7 [file] [log] [blame]
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