Make sure to constrain dbgs with existential correctly

This commit is contained in:
Ayaz Hafiz 2022-12-14 16:47:27 -06:00
parent 2dc19207a3
commit bd06714fd2
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 20 additions and 1 deletions

View file

@ -705,7 +705,7 @@ pub fn constrain_expr(
expected,
);
constraints.exists_many([], [cond_con, continuation_con])
constraints.exists_many([*variable], [cond_con, continuation_con])
}
If {