rust/tests/ui/issues/issue-58857.stderr
2023-05-02 22:36:24 +00:00

9 lines
162 B
Plaintext

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