]> git.lizzy.rs Git - rust.git/commit
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)
commitecf31655679b9b5755da046be9ff689eb24c0b80
tree77c1e14da60e2acb6945400e8806b872e8f08d78
parente7132887917317ab009fce33d3bc0522b1a765c6
parentdcdff601fe49240df4e73a763ff2e15cd3304cdd
Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov

Correctly mark the span of captured arguments in `format_args!()`

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

Fixes #94010.