about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-22644.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-123/+0
2022-09-27Migrate more diagnostics in rustc_parse to diagnostic structsXiretza-1/+1
2022-06-16--bless uiMaybe Waffle-4/+3
2021-08-11Modify structured suggestion outputEsteban Küber-9/+9
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-07-30Use multispan suggestions more oftenEsteban Küber-24/+48
* Use more accurate span for `async move` suggestion * Use more accurate span for deref suggestion * Use `multipart_suggestion` more often
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-07-19Handle more cases of typos misinterpreted as type ascriptionEsteban Küber-7/+4
2019-07-16normalize use of backticks in compiler messages for libsyntax/parseSamy Kacimi-1/+1
https://github.com/rust-lang/rust/issues/60532
2019-05-30Explicitly suggest 'type_ascription' featureJanusz Marcinkiewicz-1/+1
2019-03-22Reword type ascription note to reduce verbosityEsteban Küber-6/+1
2019-03-22Review commentEsteban Küber-1/+1
2019-03-22Expand suggestions for type ascription parse errorsEsteban Küber-0/+13
2019-03-11Update testsVadim Petrochenkov-7/+7
2019-01-02make `panictry!` private to libsyntaxAndy Russell-9/+9
This commit completely removes usage of the `panictry!` macro from outside libsyntax. The macro causes parse errors to be fatal, so using it in libsyntax_ext caused parse failures *within* a syntax extension to be fatal, which is probably not intended. Furthermore, this commit adds spans to diagnostics emitted by empty extensions if they were missing, à la #56491.
2018-12-25Remove licensesMark Rousskov-9/+9
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+93