about summary refs log tree commit diff
path: root/src/test/ui/integer-literal-suffix-inference.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-14Move some tests to more reasonable directoriesCaio-575/+0
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-118/+162
Use more accurate suggestion spans for * argument parse error * fully qualified path * missing code block type * numeric casts * E0212
2021-08-11Modify structured suggestion outputEsteban Küber-30/+30
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-09-29Say "doesn't" instead of "wouldn't" in convert messageCamelid-30/+30
2020-09-29Add article after "to"Camelid-52/+52
Also added missing backtick in "you can cast" message.
2020-09-27Use correct article in help message for conversion or castCamelid-20/+20
Before it always used `an`; now it uses the correct article for the type.
2020-04-12Add blessed tests after compiler message fixYashhwanth Ram-37/+205
2019-11-18Surround types with backticks in type errorsEsteban Küber-36/+36
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+18
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-05-03Reword casting messageEsteban Küber-18/+18
2019-04-29Suggest try_into when possibleEsteban Küber-90/+144
2018-12-25Remove licensesMark Rousskov-36/+36
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+291