about summary refs log tree commit diff
path: root/src/test/ui/numeric/numeric-cast.stderr
AgeCommit message (Collapse)AuthorLines
2020-09-29Say "doesn't" instead of "wouldn't" in convert messageCamelid-67/+67
2020-09-29Add article after "to"Camelid-113/+113
Also added missing backtick in "you can cast" message.
2020-09-27Use correct article in help message for conversion or castCamelid-56/+56
Before it always used `an`; now it uses the correct article for the type.
2020-04-28Fix numeric-cast tests for new `into` suggestionSamrat Man Singh-42/+28
Remove `integer-into.rs` since the numeric-cast tests already cover these cases.
2020-04-12Add blessed tests after compiler message fixYashhwanth Ram-24/+16
2019-11-18Surround types with backticks in type errorsEsteban Küber-113/+113
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+98
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-05-03Reword casting messageEsteban Küber-78/+78
2019-04-29Suggest try_into when possibleEsteban Küber-317/+528
2018-12-25Remove licensesMark Rousskov-134/+134
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+907