fn transform_args<'tcx>(
    tcx: TyCtxt<'tcx>,
    args: GenericArgsRef<'tcx>,
    options: TypeIdOptions
) -> GenericArgsRef<'tcx>
Expand description

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