mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Sema: Remove non-experimental associated type inference
This commit is contained in:
@@ -1656,8 +1656,6 @@ void InterfaceSubContextDelegateImpl::inheritOptionsForBuildingInterface(
|
||||
if (bool(requireNCGenerics)) {
|
||||
genericSubInvocation.getLangOptions()
|
||||
.enableFeature(Feature::NoncopyableGenerics);
|
||||
genericSubInvocation.getLangOptions()
|
||||
.EnableExperimentalAssociatedTypeInference = true;
|
||||
}
|
||||
|
||||
// Pass-down the obfuscators so we can get the serialized search paths properly.
|
||||
|
||||
Reference in New Issue
Block a user