mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #40282 from hborla/existential-any
[SE-0335] Introduce existential `any`
This commit is contained in:
@@ -484,6 +484,10 @@ def enable_experimental_structural_opaque_types :
|
||||
Flag<["-"], "enable-experimental-structural-opaque-types">,
|
||||
HelpText<"Enable experimental support for structural opaque result types">;
|
||||
|
||||
def enable_explicit_existential_types :
|
||||
Flag<["-"], "enable-explicit-existential-types">,
|
||||
HelpText<"Enable experimental support for explicit existential types">;
|
||||
|
||||
def enable_deserialization_recovery :
|
||||
Flag<["-"], "enable-deserialization-recovery">,
|
||||
HelpText<"Attempt to recover from missing xrefs (etc) in swiftmodules">;
|
||||
|
||||
Reference in New Issue
Block a user