about summary refs log tree commit diff
path: root/src/test/ui/methods/method-trait-object-with-hrtb.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-41/+0
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
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.