about summary refs log tree commit diff
path: root/src/test/ui/fmt/format-string-error-2.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-86/+0
2021-08-11Update format string tests to explicitly escape multiple newlinesAnton Golov-3/+3
2019-05-31fix tidyEsteban Küber-1/+0
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-1/+1
2019-05-02don't amplify errors in format! with bad literalsAleksey Kladov-1/+0
2019-05-02introduce unescape moduleAleksey Kladov-1/+2
2018-12-31Account for `\xFF` and `\u{FF}` sequences in string format errorsEsteban Küber-0/+15
2018-12-26Point at correct span for arguments in format stringsEsteban Küber-0/+2
2018-12-26Various changes to string format diagnosticsEsteban Küber-0/+70