fn transform_predicates<'tcx>(
    tcx: TyCtxt<'tcx>,
    predicates: &List<PolyExistentialPredicate<'tcx>>
) -> &'tcx List<PolyExistentialPredicate<'tcx>>
Expand description

Transforms predicates for being encoded and used in the substitution dictionary.