rustfmt_nightly::matches

Function collect_beginning_verts

Source
fn collect_beginning_verts(
    context: &RewriteContext<'_>,
    arms: &[Arm],
) -> Vec<Option<BytePos>>
Expand description

Collect a byte position of the beginning | for each arm, if available.