Skip to content

Commit 68b3a67

Browse files
authored
Merge pull request swiftlang#39420 from slavapestov/enable-requirement-machine
Enable the use of the RequirementMachine for generic signature queries
2 parents 88bf210 + 6629982 commit 68b3a67

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)