Searched defs:ParamToVarFolder (Results 1 – 1 of 1) sorted by relevance
2647 struct ParamToVarFolder<'a, 'tcx> { in predicate_can_apply() struct2648 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