Home
last modified time | relevance | path

Searched defs:DebugStats (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs1320 struct DebugStats<'tcx>(TyCtxt<'tcx>); in debug_stats() struct
1322 impl<'tcx> std::fmt::Debug for DebugStats<'tcx> { in debug_stats() implementation