Function rustfmt_nightly::matches::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.