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.
2 parents d25be61 + 7df58a7 commit 4d76319Copy full SHA for 4d76319
include/swift/Basic/LangOptions.h
@@ -614,11 +614,11 @@ namespace swift {
614
615
/// Maximum nesting depth for type substitution operations, to prevent
616
/// runaway recursion.
617
- unsigned MaxSubstitutionDepth = 50;
+ unsigned MaxSubstitutionDepth = 1000;
618
619
/// Maximum step count for type substitution operations, to prevent
620
621
- unsigned MaxSubstitutionCount = 2000;
+ unsigned MaxSubstitutionCount = 32000;
622
623
/// Enable implicit lifetime dependence for ~Escapable return types.
624
bool EnableExperimentalLifetimeDependenceInference = false;
0 commit comments