Skip to content

Commit 130f628

Browse files
nikomatsakislcnr
andauthored
Update crates/formality-check/src/mini_rust_check.rs
Co-authored-by: lcnr <[email protected]>
1 parent afd30d2 commit 130f628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/formality-check/src/mini_rust_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ judgment_fn! {
385385
// For the rest of the case, it should fail.
386386

387387
(
388-
(prove_normalize(&decl, &env, &assumptions, ty) => (c1, p))
388+
(prove_normalize(&decl, &env, &assumptions, ty) => (c1, p))!
389389
(let assumptions = c1.substitution().apply(&assumptions))
390390
(ty_is_int(&decl, &env, assumptions, p) => c2)
391391
----------------------------- ("alias_ty is int")

0 commit comments

Comments
 (0)