summary refs log tree commit diff
path: root/src/test/ui/methods/method-call-err-msg.rs
AgeCommit message (Collapse)AuthorLines
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-1/+1
Fixes #76267 When there is a single applicable method candidate, but its trait bounds are not satisfied, we avoid saying that the method is "not found". Insted, we update the error message to directly mention which bounds are not satisfied, rather than mentioning them in a note.
2020-02-11On mismatched argument count point at argumentsEsteban Küber-3/+5
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+30