mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SE-0411] Promote IsolatedDefaultValues from an experimental feature to an
upcoming feature.
This commit is contained in:
@@ -880,6 +880,7 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Opts.hasFeature(Feature::CompleteConcurrency)) {
|
||||
Opts.StrictConcurrencyLevel = StrictConcurrency::Complete;
|
||||
Opts.enableFeature(Feature::DisableOutwardActorInference);
|
||||
Opts.enableFeature(Feature::IsolatedDefaultValues);
|
||||
Opts.enableFeature(Feature::GlobalConcurrency);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user