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.
1 parent ac91b7a commit 931f47dCopy full SHA for 931f47d
lib/Frontend/ModuleInterfaceLoader.cpp
@@ -1641,9 +1641,12 @@ void InterfaceSubContextDelegateImpl::inheritOptionsForBuildingInterface(
1641
GenericArgs.push_back("-disable-availability-checking");
1642
}
1643
1644
- if (bool(requireNCGenerics))
+ if (bool(requireNCGenerics)) {
1645
genericSubInvocation.getLangOptions()
1646
.enableFeature(Feature::NoncopyableGenerics);
1647
+ genericSubInvocation.getLangOptions()
1648
+ .EnableExperimentalAssociatedTypeInference = true;
1649
+ }
1650
1651
// Pass-down the obfuscators so we can get the serialized search paths properly.
1652
genericSubInvocation.setSerializedPathObfuscator(
0 commit comments