summary refs log tree commit diff
path: root/src/test/ui/numeric/len.stderr
AgeCommit message (Collapse)AuthorLines
2020-09-29Say "doesn't" instead of "wouldn't" in convert messageCamelid-1/+1
2020-09-29Add article after "to"Camelid-1/+1
Also added missing backtick in "you can cast" message.
2020-09-27Use correct article in help message for conversion or castCamelid-1/+1
Before it always used `an`; now it uses the correct article for the type.
2019-11-18Surround types with backticks in type errorsEsteban Küber-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-03Reword casting messageEsteban Küber-1/+1
2019-04-29Add testEsteban Küber-0/+13