blob: e182cbd2ec155727b6afa9098d100f78b8344268 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0198]: negative impls cannot be unsafe
--> $DIR/E0198.rs:5: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`.
|