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:
Evan Wilde
2022-03-13 17:47:46 -07:00
parent b183ae13fa
commit c34f7055f8
6 changed files with 14 additions and 21 deletions

View File

@@ -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.