mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-14 08:07:14 +00:00

Correctly mark the span of captured arguments in `format_args!()` It should not include the braces, or misspelling suggestions will be wrong. Fixes #94010.