Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add and correct tests of impl lookup on generic interfaces (#4974)
These tests expose cycles during deduction, when the generic parameters in an impl statement require deduction and the impl clause that satisfies them comes after the one containing the generic parameters. This causes the same impl to be looked at repeatedly, and produces a cycle diagnostic. --------- Co-authored-by: Geoff Romer <gromer@google.com>
- Loading branch information