about summary refs log tree commit diff
path: root/src/test/ui/specialization/defaultimpl/specialization-trait-not-implemented.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
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-06-16warn against 'specialization' featureRalf Jung-1/+1
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/+34