rustfmt_nightly::expr

Function rewrite_literal

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