mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Turn on -enable-experimental-associated-type-inference by default
This commit is contained in:
@@ -1339,6 +1339,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Args.hasArg(OPT_warn_redundant_requirements))
|
||||
Opts.WarnRedundantRequirements = 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))
|
||||
|
||||
Reference in New Issue
Block a user