about summary refs log tree commit diff
path: root/tests/ui/fmt/format-string-wrong-order.rs
AgeCommit message (Collapse)AuthorLines
2025-08-27Fix format string grammar in docs and improve alignment error messageNilotpal Gupta-3/+5
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-2/+2
2024-01-07Adding alignment to the list of cases to test for specific error message. ↵Mads Ravn-0/+6
Covers `>`, `^` and `<`.
2023-02-02PR fixing wrong order of format parameters in strings. Issue #106572Mads Ravn-0/+15
Adding Adding Fixing small issues for PR Adding tests Removing unused binding Changing the wording on note Fixing PR comment