Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_type_ir/src/
Dfold.rs152 pub trait FallibleTypeFolder<I: Interner>: Sized { trait
/third_party/rust/rust/compiler/rustc_trait_selection/src/solve/
Dnormalize.rs142 impl<'tcx> FallibleTypeFolder<TyCtxt<'tcx>> for NormalizationFolder<'_, 'tcx> { impl
/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dresolve.rs208 impl<'a, 'tcx> FallibleTypeFolder<TyCtxt<'tcx>> for FullTypeResolver<'a, 'tcx> { impl
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dnormalize_erasing_regions.rs238 impl<'tcx> FallibleTypeFolder<TyCtxt<'tcx>> for TryNormalizeAfterErasingRegionsFolder<'tcx> { impl
Ddiagnostics.rs550 impl<'tcx> FallibleTypeFolder<TyCtxt<'tcx>> for MakeSuggestableFolder<'tcx> { impl
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/
Dnormalize.rs183 impl<'cx, 'tcx> FallibleTypeFolder<TyCtxt<'tcx>> for QueryNormalizer<'cx, 'tcx> { impl