Commits
Joe Pamer committed cc6e3e8d03f
Fix some issues with type checking indirectly recursive protocol requirements These changes prevent a certain class of bogus errors, as well as several crashers. Unfortunately, though, they don't quite get us to the point where we can broadly use recursively defined protocol requirements, in the standard library. (To do so would require significant changes across the entire stack.) Swift SVN r19019