Skip to content

Commit a852b58

Browse files
committed
LangOptions: Change default for RequirementMachineAbstractSignatures from Verify to Enabled
We've only seen false positives from verification here, and this request doesn't emit diagnostics.
1 parent 26ba097 commit a852b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ namespace swift {
533533
/// Enable the new experimental generic signature minimization algorithm
534534
/// for abstract generic signatures.
535535
RequirementMachineMode RequirementMachineAbstractSignatures =
536-
RequirementMachineMode::Verify;
536+
RequirementMachineMode::Enabled;
537537

538538
/// Enable the new experimental generic signature minimization algorithm
539539
/// for user-written generic signatures.

0 commit comments

Comments
 (0)