about summary refs log tree commit diff
path: root/src/test/ui/methods/method-trait-object-with-hrtb.rs
AgeCommit message (Collapse)AuthorLines
2019-01-29add tests to a few edge cases in method lookupAriel Ben-Yehuda-0/+41
These aren't fixed by this PR, but were broken in a few older attempts at it. Make sure they don't regress.