summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-58857.stderr
blob: ac70bc725e2770ea6ca1e10be527f8e7f4236837 (plain)
1
2
3
4
5
6
7
8
error: negative bounds are not supported
  --> $DIR/issue-58857.rs:4:9
   |
LL | impl<A: !Valid> Conj<A>{}
   |         ^

error: aborting due to 1 previous error