fn transform_predicates<'tcx>(
tcx: TyCtxt<'tcx>,
predicates: &List<PolyExistentialPredicate<'tcx>>,
_options: TypeIdOptions
) -> &'tcx List<PolyExistentialPredicate<'tcx>>Expand description
Transforms predicates for being encoded and used in the substitution dictionary.