rustfmt_nightly::matches

Function rewrite_match_arms

Source
fn rewrite_match_arms(
    context: &RewriteContext<'_>,
    arms: &[Arm],
    shape: Shape,
    span: Span,
    open_brace_pos: BytePos,
) -> Result<String, RewriteError>