mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SE-0361] Remove the feature flag for bound generic extensions.
This commit is contained in:
@@ -656,8 +656,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.Features.insert(Feature::OneWayClosureParameters);
|
||||
if (Args.hasArg(OPT_enable_experimental_associated_type_inference))
|
||||
Opts.Features.insert(Feature::TypeWitnessSystemInference);
|
||||
if (Args.hasArg(OPT_enable_experimental_bound_generic_extensions))
|
||||
Opts.Features.insert(Feature::BoundGenericExtensions);
|
||||
if (Args.hasArg(OPT_enable_experimental_forward_mode_differentiation))
|
||||
Opts.Features.insert(Feature::ForwardModeDifferentiation);
|
||||
if (Args.hasArg(OPT_enable_experimental_additive_arithmetic_derivation))
|
||||
|
||||
Reference in New Issue
Block a user