about summary refs log tree commit diff
path: root/src/test/ui/span/issue-23729.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-2/+0
2016-11-05Include type of missing trait methods in errorEsteban Küber-0/+45
Provide either a span pointing to the original definition of missing trait items, or a message with the inferred definitions.