Sema: Remove non-experimental associated type inference

This commit is contained in:
Slava Pestov
2024-02-21 06:48:24 -05:00
parent 66801fd572
commit af8c8f1671
56 changed files with 156 additions and 1497 deletions

View File

@@ -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.