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 d7f81b4 + a852b58 commit b90d584Copy full SHA for b90d584
include/swift/Basic/LangOptions.h
@@ -533,7 +533,7 @@ namespace swift {
533
/// Enable the new experimental generic signature minimization algorithm
534
/// for abstract generic signatures.
535
RequirementMachineMode RequirementMachineAbstractSignatures =
536
- RequirementMachineMode::Verify;
+ RequirementMachineMode::Enabled;
537
538
539
/// for user-written generic signatures.
0 commit comments