rustfmt_nightly::expr

Function rewrite_int_lit

Source
fn rewrite_int_lit(
    context: &RewriteContext<'_>,
    token_lit: Lit,
    span: Span,
    shape: Shape,
) -> Result<String, RewriteError>