swift
c6dd3ad8 - [CS] Diagnose UnresolvedPatternExprs as part of constraint solving

Commit
2 years ago
[CS] Diagnose UnresolvedPatternExprs as part of constraint solving Instead of diagnosing in CSApply, let's create a fix and diagnose in the solver instead. Additionally, make sure we assign ErrorTypes to any VarDecls bound by the invalid pattern, which fixes a crash. rdar://110638279
Author
Parents
Loading