rust/tests/ui/issues/issue-58857.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
164 B
Plaintext
Raw Normal View History

error: negative bounds are not supported
2023-04-25 05:15:50 +00:00
--> $DIR/issue-58857.rs:4:9
|
LL | impl<A: !Valid> Conj<A>{}
2023-04-25 05:15:50 +00:00
| ^
error: aborting due to 1 previous error