about summary refs log tree commit diff
path: root/src/test/ui/fmt/format-args-capture-missing-variables.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-47/+0
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-12/+12
It should only include the identifier, or misspelling suggestions will be wrong.
2021-11-15Update test outputJosh Triplett-7/+7
2020-09-08Point at named argument not found when using `format_args_capture` instead ↵Esteban Küber-18/+13
of whole format string
2020-06-24Add `format_args_capture` featureDavid Hewitt-0/+52