[SE-0411] Promote IsolatedDefaultValues from an experimental feature to an

upcoming feature.
This commit is contained in:
Holly Borla
2023-12-04 19:13:36 -08:00
parent 4c604b479b
commit 0e71623386
7 changed files with 14 additions and 15 deletions

View File

@@ -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);
}