about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-47377.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2022-01-18Make suggestions verboseNoah Lev-4/+7
2022-01-18Shorten and improve messagesNoah Lev-10/+5
2022-01-12Add line breaks to make message easier to readNoah Lev-1/+3
2022-01-12Split up very long messageNoah Lev-1/+2
This should make it easier to read.
2022-01-12Improve suggestions for type errors with string concatenationNoah Lev-1/+1
Now, multipart suggestions are used instead of `span_to_snippet`, which improves code quality, makes the suggestion work even without access to source code, and, most importantly, improves the rendering of the suggestion.
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
2019-12-12Update UI test expectationsLeSeulArtichaut-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-05-16review commentsEsteban Küber-1/+1
2019-03-28Add check for when left and right overlap and change span for explanation to ↵hgallagher1993-4/+3
point at operator
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-2/+6
2018-12-25Remove licensesMark Rousskov-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+13