mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add experimental feature for type witness system inference
This commit is contained in:
@@ -330,10 +330,6 @@ namespace swift {
|
||||
/// Enable inference of Sendable conformances for public types.
|
||||
bool EnableInferPublicSendable = 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