Function rustc_builtin_macros::format::make_format_args
source · pub fn make_format_args(
ecx: &mut ExtCtxt<'_>,
efmt: P<Expr>,
args: FormatArguments,
append_newline: bool
) -> Result<FormatArgs, ()>
pub fn make_format_args(
ecx: &mut ExtCtxt<'_>,
efmt: P<Expr>,
args: FormatArguments,
append_newline: bool
) -> Result<FormatArgs, ()>