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 88bf210 + 6629982 commit 68b3a67Copy full SHA for 68b3a67
include/swift/Basic/LangOptions.h
@@ -463,7 +463,7 @@ namespace swift {
463
464
/// Whether the new experimental generics implementation is enabled.
465
RequirementMachineMode EnableRequirementMachine =
466
- RequirementMachineMode::Disabled;
+ RequirementMachineMode::Enabled;
467
468
/// Enables dumping rewrite systems from the requirement machine.
469
bool DumpRequirementMachine = false;
0 commit comments