Skip to content

Commit 67e062c

Browse files
committed
---
yaml --- r: 887 b: refs/heads/master c: 79015e2 h: refs/heads/master i: 885: 33c702c 883: 91bc977 879: a56e4b8 v: v3
1 parent 32ffb87 commit 67e062c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 35eb088ae3a5a530880a77d32798b22639ec6cdd
2+
refs/heads/master: 79015e2d599287d448662e3436f77026c4ffb232

trunk/src/boot/me/resolve.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ let rec lookup_type_by_name
306306
| Some (DEFN_ty_param (_, x)) ->
307307
(Ast.TY_param x, [||])
308308
| _ ->
309-
err None "Found non-type binding for %a"
309+
err loc "Found non-type binding for %a"
310310
Ast.sprintf_name name
311311
in
312312
let args =

0 commit comments

Comments
 (0)