about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-13497.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-15/+0
2022-07-25Report elision failures on the AST.Camille GILLOT-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-04-22Tweak wordingEsteban Küber-1/+1
2020-04-22Tweak `'static` suggestion codeEsteban Küber-1/+5
Fix #71196.
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-22review commentsEsteban Küber-4/+1
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-2/+4
Suggest using `'static` when a lifetime is missing in the return type with a structured suggestion instead of a note.
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+12