mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 02:57:05 +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.