mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00
This is a way to shrink call spans that doesn't involve mixing different spans, and avoids overlap with argument spans. This patch also removes some low-value comments that were causing rustfmt to ignore the match arms.