Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_analysis/src/collect/
Dresolve_bound_vars.rs198 struct TruncatedScopeDebug<'a>(&'a Scope<'a>); struct
200 impl<'a> fmt::Debug for TruncatedScopeDebug<'a> { implementation