Commits
Rintaro Ishizaki committed 97c325f9088
[Parse] Improve diagnostic for deprecated protocol<...> syntax (#3631)
* Don't emit deprecated warnings for incomplete protocol<...>.
E.g: `func fn(x: protocol<P) {}`
* Different message for single protocol compostion.
E.g: `typealias MyError = protocol<Error>`