blob: 41ea0565cccba5f1cd168919ff5c5fff31db61e4 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0198]: negative impls cannot be unsafe
--> $DIR/E0198.rs:15:1
|
LL | unsafe impl !Send for Foo { } //~ ERROR E0198
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0198`.
|