We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23bbbe commit da2a4aeCopy full SHA for da2a4ae
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 09417f81aa86a13f64db260a2b52b2f6112e2498
+refs/heads/master: ff9ecc11287083c761d6ab58b4a2e81da232195b
trunk/src/boot/me/type.ml
@@ -490,7 +490,7 @@ let check_stmt (cx:Semant.ctxt) : (fn_ctx -> Ast.stmt -> unit) =
490
(maybe_mutable mut ty, n_boxes)
491
in
492
match infer, internal_check_lval infer lval with
493
- | TYPAT_wild, LTYPE_mono ty -> yield_ty ty
+ TYPAT_wild, LTYPE_mono ty -> yield_ty ty
494
| TYPAT_ty expected, LTYPE_mono actual ->
495
demand expected actual;
496
yield_ty actual
0 commit comments