swift
e2d4eb64
- Sema: Fix recursion into associated conformances when checking for rethrows
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Sema: Fix recursion into associated conformances when checking for rethrows The logic for recursively expanding protocol requirements was broken. Instead, let's do the recursive visitation when evaluating a conformance to a @rethrows protocol.
References
#35891 - More rethrows-via-conformance fixes
Author
slavapestov
Committer
slavapestov
Parents
07bd0792
Loading