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 2aa4c8f commit 45e62bfCopy full SHA for 45e62bf
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 1bd331b7aaa24245f86868305ab64600683a41e1
+refs/heads/master: 09793dd0c85be635666c308719cf83f377a7ac6e
trunk/src/boot/me/type.ml
@@ -438,9 +438,9 @@ let check_stmt (cx:Semant.ctxt) : (fn_ctx -> Ast.stmt -> unit) =
438
try
439
Hashtbl.find items id
440
with Not_found ->
441
- Common.bug
442
- ()
443
- "internal_check_ext_lval: ident %s not found in mod item"
+ Common.err
+ None
+ "the name '%s' can't be found in the module"
444
id
445
in
446
let lty =
0 commit comments