summary refs log tree commit diff
path: root/src/test/ui/macros/format-parse-errors.stderr
AgeCommit message (Expand)AuthorLines
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-07-15Specific error for positional args after named args in `format!()`Esteban Küber-12/+14
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-6/+6
2019-03-11Update testsVadim Petrochenkov-8/+8
2019-01-11don't unwrap unexpected tokens in `format!`Andy Russell-4/+10
2019-01-02make `panictry!` private to libsyntaxAndy Russell-0/+44