Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dmod.rs2647 struct ParamToVarFolder<'a, 'tcx> { in predicate_can_apply() struct
2648 infcx: &'a InferCtxt<'tcx>, in predicate_can_apply()
2649 var_map: FxHashMap<Ty<'tcx>, Ty<'tcx>>, in predicate_can_apply()
2652 impl<'a, 'tcx> TypeFolder<TyCtxt<'tcx>> for ParamToVarFolder<'a, 'tcx> { in predicate_can_apply() implementation