mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add experimental feature for type witness system inference
This commit is contained in:
@@ -89,6 +89,7 @@ EXPERIMENTAL_FEATURE(NamedOpaqueTypes)
|
||||
EXPERIMENTAL_FEATURE(FlowSensitiveConcurrencyCaptures)
|
||||
EXPERIMENTAL_FEATURE(MoveOnly)
|
||||
EXPERIMENTAL_FEATURE(OneWayClosureParameters)
|
||||
EXPERIMENTAL_FEATURE(TypeWitnessSystemInference)
|
||||
|
||||
#undef EXPERIMENTAL_FEATURE
|
||||
#undef SUPPRESSIBLE_LANGUAGE_FEATURE
|
||||
|
||||
@@ -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