瀏覽代碼

minor [skip ci]

Dan Korostelev 8 年之前
父節點
當前提交
a61f0b18d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/codegen/gencommon/castDetect.ml

+ 1 - 1
src/codegen/gencommon/castDetect.ml

@@ -623,7 +623,7 @@ let choose_ctor gen cl tparams etl maybe_empty_t p =
 			unify et t;
 			check_arg arglist elist
 		with | Unify_error el ->
-			(* List.iter (fun el -> gen.gcon.warning (Typecore.unify_error_msg (print_context()) el) p) el; *)
+			(* List.iter (fun el -> gen.gcon.warning (Error.unify_error_msg (print_context()) el) p) el; *)
 			false)
 		| _ ->
 			false