Merge pull request #84390 from hamishknight/out-of-place

[Sema] Reject placeholders in type resolution for param and result types
This commit is contained in:
Hamish Knight
2025-09-19 23:19:48 +01:00
committed by GitHub
15 changed files with 53 additions and 285 deletions

View File

@@ -16099,7 +16099,6 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyFixConstraint(
case FixKind::AllowValueExpansionWithoutPackReferences:
case FixKind::IgnoreInvalidPatternInExpr:
case FixKind::IgnoreInvalidPlaceholder:
case FixKind::IgnoreInvalidPlaceholderInDeclRef:
case FixKind::IgnoreOutOfPlaceThenStmt:
case FixKind::IgnoreMissingEachKeyword:
case FixKind::AllowInlineArrayLiteralCountMismatch: