mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 00:14:22 +00:00
Fix overlapping spans in removing extra arguments Fixes #108225 Each span is already extended to include the previous comma, so extending to the *next* comma is unecessary and causes an ICE with assertions on. ``@rustbot`` label +A-diagnostics