fn parse_rt_fmt<'tcx>(
    fmt_arg: &'tcx Expr<'tcx>
) -> Option<impl Iterator<Item = ParamPosition> + 'tcx>
Expand description

Parses the fmt arg of Arguments::new_v1_formatted(pieces, args, fmt, _)