mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #59740 from hborla/remove-existential-opening-option
[LangOptions] Remove the option to enable/disable implicit existential opening.
This commit is contained in:
@@ -317,10 +317,6 @@ namespace swift {
|
||||
/// Enable experimental concurrency model.
|
||||
bool EnableExperimentalConcurrency = false;
|
||||
|
||||
/// Enable support for implicitly opening existential argument types
|
||||
/// in calls to generic functions.
|
||||
bool EnableOpenedExistentialTypes = false;
|
||||
|
||||
/// Disable experimental ClangImporter diagnostics.
|
||||
bool DisableExperimentalClangImporterDiagnostics = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user