fn transform_args<'tcx>(
tcx: TyCtxt<'tcx>,
args: GenericArgsRef<'tcx>,
parents: &mut Vec<Ty<'tcx>>,
options: TypeIdOptions
) -> GenericArgsRef<'tcx>Expand description
Transforms args for being encoded and used in the substitution dictionary.