mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #59829 from hborla/enable-bound-generic-extensions
[SE-0361] Enable bound generic extensions.
This commit is contained in:
@@ -101,13 +101,6 @@ EXPERIMENTAL_FEATURE(MoveOnly)
|
||||
EXPERIMENTAL_FEATURE(OneWayClosureParameters)
|
||||
EXPERIMENTAL_FEATURE(TypeWitnessSystemInference)
|
||||
|
||||
/// Enable extensions of (sugared) bound generic types
|
||||
///
|
||||
/// \code
|
||||
/// extension [Int] { /**/ }
|
||||
/// \endcode
|
||||
EXPERIMENTAL_FEATURE(BoundGenericExtensions)
|
||||
|
||||
/// Whether to enable experimental differentiable programming features:
|
||||
/// `@differentiable` declaration attribute, etc.
|
||||
EXPERIMENTAL_FEATURE(DifferentiableProgramming)
|
||||
|
||||
Reference in New Issue
Block a user