mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Concurrency] promote GlobalConcurrency from experimental to future 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::GlobalConcurrency);
|
||||
}
|
||||
|
||||
// Map historical flags over to experimental features. We do this for all
|
||||
|
||||
Reference in New Issue
Block a user