mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the experimental LifetimeDependenceDiagnoseTrivial feature.
This was never used to generate a .swiftinterface, so can be safely removed. It was used to guard compiler fixes that might break older .swiftinterface files. Now, we guard the same fixes by checking the source file type.
This commit is contained in:
@@ -362,9 +362,6 @@ EXPERIMENTAL_FEATURE(StructLetDestructuring, true)
|
||||
/// Enable returning non-escapable types from functions.
|
||||
EXPERIMENTAL_FEATURE(LifetimeDependence, true)
|
||||
|
||||
/// Enable LifetimeDependence diagnostics for trivial types.
|
||||
EXPERIMENTAL_FEATURE(LifetimeDependenceDiagnoseTrivial, false)
|
||||
|
||||
/// Enable the `@_staticExclusiveOnly` attribute.
|
||||
EXPERIMENTAL_FEATURE(StaticExclusiveOnly, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user