[Concurrency] promote GlobalConcurrency from experimental to future feature

This commit is contained in:
Sophia Poirier
2024-01-04 14:45:55 -08:00
parent b1a8ad8562
commit 073f541734
4 changed files with 4 additions and 5 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::GlobalConcurrency);
}
// Map historical flags over to experimental features. We do this for all