]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 17 Feb 2022 05:30:02 +0000 (06:30 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 05:30:02 +0000 (06:30 +0100)
Correctly mark the span of captured arguments in `format_args!()`

It should not include the braces, or misspelling suggestions will be wrong.

Fixes #94010.


Trivial merge