We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ffb87 commit 67e062cCopy full SHA for 67e062c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 35eb088ae3a5a530880a77d32798b22639ec6cdd
+refs/heads/master: 79015e2d599287d448662e3436f77026c4ffb232
trunk/src/boot/me/resolve.ml
@@ -306,7 +306,7 @@ let rec lookup_type_by_name
306
| Some (DEFN_ty_param (_, x)) ->
307
(Ast.TY_param x, [||])
308
| _ ->
309
- err None "Found non-type binding for %a"
+ err loc "Found non-type binding for %a"
310
Ast.sprintf_name name
311
in
312
let args =
0 commit comments