2019-12-08 12:19:53 +01:00
|
|
|
error: negative bounds are not supported
|
2023-04-25 05:15:50 +00:00
|
|
|
--> $DIR/issue-58857.rs:4:9
|
2019-03-01 14:42:39 -08:00
|
|
|
|
|
|
|
|
|
LL | impl<A: !Valid> Conj<A>{}
|
2023-04-25 05:15:50 +00:00
|
|
|
| ^
|
2019-03-01 14:42:39 -08:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-03-01 14:42:39 -08:00
|
|
|
|