Print info from the barefn and region interners in the tcx.
This commit is contained in:
parent
85970d49df
commit
06f25b7e99
1 changed files with 2 additions and 0 deletions
|
@ -873,6 +873,8 @@ impl<'tcx> ctxt<'tcx> {
|
|||
ty_struct, ty_unboxed_closure, ty_tup, ty_param, ty_open, ty_infer);
|
||||
|
||||
println!("Substs interner: #{}", self.substs_interner.borrow().len());
|
||||
println!("BareFnTy interner: #{}", self.bare_fn_interner.borrow().len());
|
||||
println!("Region interner: #{}", self.region_interner.borrow().len());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue