rustc_ast_lowering::format

Function expand_format_args

Source
fn expand_format_args<'hir>(
    ctx: &mut LoweringContext<'_, 'hir>,
    macsp: Span,
    fmt: &FormatArgs,
    allow_const: bool,
) -> ExprKind<'hir>