Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dmod.rs1738 struct ShallowResolver<'a, 'tcx> { struct
1742 impl<'a, 'tcx> TypeFolder<TyCtxt<'tcx>> for ShallowResolver<'a, 'tcx> { implementation
1771 impl<'a, 'tcx> ShallowResolver<'a, 'tcx> { implementation