about summary refs log tree commit diff
path: root/src/test/ui/span/impl-wrong-item-for-trait.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-38/+0
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-5/+3
2018-12-25Remove licensesMark Rousskov-11/+0
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-15/+0
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-0/+11
2017-07-06remove associated_consts feature gateSean McArthur-1/+0
2016-11-05Include type of missing trait methods in errorEsteban Küber-0/+56
Provide either a span pointing to the original definition of missing trait items, or a message with the inferred definitions.