rust/tests/ui/issues/issue-58857.stderr
2023-01-11 09:32:08 +00:00

9 lines
201 B
Plaintext

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