fn make_format_spec(
    ecx: &ExtCtxt<'_>,
    sp: Span,
    placeholder: &FormatPlaceholder,
    argmap: &mut FxIndexSet<(usize, ArgumentType)>
) -> P<Expr>