summary refs log tree commit diff
path: root/src/test/compile-fail/self-impl.rs
AgeCommit message (Collapse)AuthorLines
2015-04-07Work with assoc types in a super trait.Nick Cameron-0/+8
And fix a bug with type param visibility though the Self rib.
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-0/+32
Closes #23909