Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dresolve.rs114 pub struct UnresolvedTypeOrConstFinder<'a, 'tcx> { struct
118 impl<'a, 'tcx> UnresolvedTypeOrConstFinder<'a, 'tcx> { impl
124 impl<'a, 'tcx> TypeVisitor<TyCtxt<'tcx>> for UnresolvedTypeOrConstFinder<'a, 'tcx> { implementation