mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Detach enable-experimental-async-top-level flag
SE-0343 is approved so it's time to pull the feature out from behind the experimental feature flag. This patch pulls it out and deprecates passing the flag to the frontend so that we can pull it out entirely eventually.
This commit is contained in:
@@ -407,9 +407,6 @@ namespace swift {
|
||||
/// cases.
|
||||
bool EnableNonFrozenEnumExhaustivityDiagnostics = false;
|
||||
|
||||
/// Enable making top-level code support concurrency
|
||||
bool EnableExperimentalAsyncTopLevel = false;
|
||||
|
||||
/// Regex for the passes that should report passed and missed optimizations.
|
||||
///
|
||||
/// These are shared_ptrs so that this class remains copyable.
|
||||
|
||||
Reference in New Issue
Block a user