rust/src/test/ui/issues/issue-58857.stderr
2019-03-01 14:42:39 -08:00

9 lines
202 B
Plaintext

error: negative trait bounds are not supported
--> $DIR/issue-58857.rs:4:7
|
LL | impl<A: !Valid> Conj<A>{}
| ^^^^^^^^ help: remove the trait bound
error: aborting due to previous error