We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44fbf6 commit a5e04b5Copy full SHA for a5e04b5
lib/Sema/CSSimplify.cpp
@@ -15105,6 +15105,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyFixConstraint(
15105
case FixKind::SpecifyContextualTypeForNil:
15106
case FixKind::AllowRefToInvalidDecl:
15107
case FixKind::SpecifyBaseTypeForOptionalUnresolvedMember:
15108
+ case FixKind::SpecifyPackElementType:
15109
case FixKind::AllowCheckedCastCoercibleOptionalType:
15110
case FixKind::AllowNoopCheckedCast:
15111
case FixKind::AllowNoopExistentialToCFTypeCheckedCast:
0 commit comments