mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #71780 from slavapestov/remove-non-experimental-assoc-type-inference
Remove old associated type inference implementation
This commit is contained in:
@@ -1390,13 +1390,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Args.hasArg(OPT_enable_requirement_machine_opaque_archetypes))
|
||||
Opts.EnableRequirementMachineOpaqueArchetypes = true;
|
||||
|
||||
Opts.EnableExperimentalAssociatedTypeInference = true;
|
||||
|
||||
if (Args.hasArg(OPT_enable_experimental_associated_type_inference))
|
||||
Opts.EnableExperimentalAssociatedTypeInference = true;
|
||||
if (Args.hasArg(OPT_disable_experimental_associated_type_inference))
|
||||
Opts.EnableExperimentalAssociatedTypeInference = false;
|
||||
|
||||
if (Args.hasArg(OPT_enable_experimental_lifetime_dependence_inference))
|
||||
Opts.EnableExperimentalLifetimeDependenceInference = true;
|
||||
if (Args.hasArg(OPT_disable_experimental_lifetime_dependence_inference))
|
||||
|
||||
Reference in New Issue
Block a user