about summary refs log tree commit diff
path: root/src/test/ui/ufcs
AgeCommit message (Collapse)AuthorLines
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+3
2019-04-10clarify what the item is in "not a module" errorAndy Russell-6/+6
2019-03-23Tweak spans for E0599Esteban Küber-6/+2
2019-03-11Update testsVadim Petrochenkov-36/+36
2019-01-09clarify resolve typo suggestionAndy Russell-7/+7
Include the kind of the binding that we're suggesting, and use a structured suggestion.
2018-12-26Fixed more tests.Alexander Regueiro-4/+8
2018-12-25Remove licensesMark Rousskov-99/+59
2018-12-20Refactor and add comments to code in receiver_is_validMichael Hewson-9/+9
also updated some error messages removed the code manually checking for `receiver_ty: Deref<Target=self_ty>`, in favour of using autoderef but only doing one iteration. This will cause error messages to be more consistent. Before, a "mismatched method receiver" error would be emitted when `receiver_ty` was valid except for a lifetime parameter, but only when `feature(arbitrary_self_types)` was enabled, and without the feature flag the error would be "uncoercible receiver". Now it emits "mismatched method receiver" in both cases.
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-8/+8
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-3/+1
It looks like we tend to use angle-brackets around the placeholder in the few other places we use `Applicability::HasPlaceholders`, but that would be confusing here, so ...
2018-08-24updates tests to use new error codeMatthew Russo-2/+2
2018-08-20Update new ui testsvarkor-2/+2
2018-08-19Fix some remaining testsvarkor-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+527