mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
TypeWitnessSystem: Disable by default
This commit is contained in:
@@ -352,6 +352,10 @@ namespace swift {
|
||||
/// Enable variadic generics.
|
||||
bool EnableExperimentalVariadicGenerics = false;
|
||||
|
||||
/// Enable experimental associated type inference using type witness
|
||||
/// systems.
|
||||
bool EnableExperimentalAssociatedTypeInference = false;
|
||||
|
||||
/// Disable the implicit import of the _Concurrency module.
|
||||
bool DisableImplicitConcurrencyModuleImport =
|
||||
!SWIFT_IMPLICIT_CONCURRENCY_IMPORT;
|
||||
|
||||
Reference in New Issue
Block a user