mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Diagnose that where clause is not supported
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user