Merge pull request #59829 from hborla/enable-bound-generic-extensions

[SE-0361] Enable bound generic extensions.
This commit is contained in:
Holly Borla
2022-07-05 17:38:59 -07:00
committed by GitHub
12 changed files with 7 additions and 42 deletions

View File

@@ -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)