mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
437f210af5
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