rustfmt_nightly::expr

Function rewrite_call

Source
pub(crate) fn rewrite_call(
    context: &RewriteContext<'_>,
    callee: &str,
    args: &[P<Expr>],
    span: Span,
    shape: Shape,
) -> Result<String, RewriteError>