rust/src/test/ui/error-codes/E0192.stderr
2018-12-25 21:08:33 -07:00

10 lines
299 B
Plaintext

error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`)
--> $DIR/E0192.rs:9:1
|
LL | impl !Trait for Foo { } //~ ERROR E0192
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0192`.