Searched defs:DebugStats (Results 1 – 1 of 1) sorted by relevance
1320 struct DebugStats<'tcx>(TyCtxt<'tcx>); in debug_stats() struct1322 impl<'tcx> std::fmt::Debug for DebugStats<'tcx> { in debug_stats() implementation