summary refs log tree commit diff
path: root/src/test/ui/span/impl-wrong-item-for-trait.rs
AgeCommit message (Collapse)AuthorLines
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.