mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
a4660dfea2
Avoid overlapping spans by only pointing at the arguments that are not being used in the argument string. Enable libsyntax to have diagnostics with multiple primary spans by accepting `Into<MultiSpan>` instead of `Span`.