Diagnose that where clause is not supported

This commit is contained in:
Sima Nerush
2023-11-27 20:19:59 -08:00
parent a687032925
commit 23485990e5
8 changed files with 78 additions and 0 deletions

View File

@@ -14895,6 +14895,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyFixConstraint(
case FixKind::AllowInvalidPackElement:
case FixKind::AllowInvalidPackReference:
case FixKind::AllowInvalidPackExpansion:
case FixKind::IgnoreWhereClauseInPackIteration:
case FixKind::MacroMissingPound:
case FixKind::AllowGlobalActorMismatch:
case FixKind::AllowAssociatedValueMismatch: