Function rustfmt_nightly::matches::rewrite_match
source ยท pub(crate) fn rewrite_match(
context: &RewriteContext<'_>,
cond: &Expr,
arms: &[Arm],
shape: Shape,
span: Span,
attrs: &[Attribute],
match_kind: MatchKind,
) -> Option<String>