blob: e2acec47e5abfcdb1d0ba621138295a6cddf927d (
plain)
1
2
3
4
5
6
7
8
|
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
|