Improve logging in type.
This commit is contained in:
parent
74775eff7e
commit
0efce5ebe2
@ -1539,8 +1539,11 @@ let process_crate (cx:ctxt) (crate:Ast.crate) : unit =
|
|||||||
match slot_defn.Ast.slot_ty with
|
match slot_defn.Ast.slot_ty with
|
||||||
Some _ -> ()
|
Some _ -> ()
|
||||||
| None ->
|
| None ->
|
||||||
log cx "setting auto slot #%d to %a"
|
log cx "setting auto slot #%d = %a to type %a"
|
||||||
(int_of_node id) Ast.sprintf_ty ty;
|
(int_of_node id)
|
||||||
|
Ast.sprintf_slot_key
|
||||||
|
(Hashtbl.find cx.ctxt_slot_keys id)
|
||||||
|
Ast.sprintf_ty ty;
|
||||||
Hashtbl.replace cx.ctxt_all_defns id
|
Hashtbl.replace cx.ctxt_all_defns id
|
||||||
(DEFN_slot { slot_defn with
|
(DEFN_slot { slot_defn with
|
||||||
Ast.slot_ty = Some ty })
|
Ast.slot_ty = Some ty })
|
||||||
|
Loading…
Reference in New Issue
Block a user