Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dproject.rs429 struct AssocTypeNormalizer<'a, 'b, 'tcx> { struct
442 impl<'a, 'b, 'tcx> AssocTypeNormalizer<'a, 'b, 'tcx> { impl
498 impl<'a, 'b, 'tcx> TypeFolder<TyCtxt<'tcx>> for AssocTypeNormalizer<'a, 'b, 'tcx> { implementation