about summary refs log tree commit diff
path: root/src/test/ui/try-block
AgeCommit message (Collapse)AuthorLines
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-1/+1
Improve type mismatch error messages Closes #56115. Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing. TODO the book and clippy needs to be changed accordingly later. r? @varkor
2018-12-31Improve type mismatch error messagesYuning Zhang-1/+1
Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing.
2018-12-31Address review commentsEsteban Küber-0/+4
- Suggest raw ident escaping in all editions - Keep primary label in all cases
2018-12-25Remove licensesMark Rousskov-99/+19
2018-10-28Point at `match` when a parse failure ocurrs inside of itEsteban Küber-1/+3
2018-10-10Use the span of the user type for `AscribeUserType`Matthew Jasper-1/+1
Also change the order of the fake read for let and the AscribeUserType, so that we use the better span and message from the fake read in errors.
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-2/+3
2018-08-19Make a try-blocks folder for all the try{} UI testsScott McMurray-0/+452