rust/src/test/ui/error-codes/E0198.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

10 lines
280 B
Plaintext

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
If you want more information on this error, try using "rustc --explain E0198"