Skip to content

Commit 6629982

Browse files
committed
RequirementMachine: Enable by default
1 parent 579e37d commit 6629982

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
@@ -463,7 +463,7 @@ namespace swift {
463463

464464
/// Whether the new experimental generics implementation is enabled.
465465
RequirementMachineMode EnableRequirementMachine =
466-
RequirementMachineMode::Disabled;
466+
RequirementMachineMode::Enabled;
467467

468468
/// Enables dumping rewrite systems from the requirement machine.
469469
bool DumpRequirementMachine = false;

0 commit comments

Comments
 (0)