mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into next
This commit is contained in:
@@ -310,6 +310,10 @@ namespace swift {
|
||||
/// `func f() -> <T> T`.
|
||||
bool EnableExperimentalNamedOpaqueTypes = false;
|
||||
|
||||
/// Enable support for explicit existential types via the \c any
|
||||
/// keyword.
|
||||
bool EnableExplicitExistentialTypes = false;
|
||||
|
||||
/// Enable experimental flow-sensitive concurrent captures.
|
||||
bool EnableExperimentalFlowSensitiveConcurrentCaptures = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user