Skip to content

Commit 45e62bf

Browse files
committed
---
yaml --- r: 677 b: refs/heads/master c: 09793dd h: refs/heads/master i: 675: ee85cca v: v3
1 parent 2aa4c8f commit 45e62bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1bd331b7aaa24245f86868305ab64600683a41e1
2+
refs/heads/master: 09793dd0c85be635666c308719cf83f377a7ac6e

trunk/src/boot/me/type.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,9 @@ let check_stmt (cx:Semant.ctxt) : (fn_ctx -> Ast.stmt -> unit) =
438438
try
439439
Hashtbl.find items id
440440
with Not_found ->
441-
Common.bug
442-
()
443-
"internal_check_ext_lval: ident %s not found in mod item"
441+
Common.err
442+
None
443+
"the name '%s' can't be found in the module"
444444
id
445445
in
446446
let lty =

0 commit comments

Comments
 (0)