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:
Andrew Trick
2024-12-18 17:11:32 -08:00
parent d0f58b7b0c
commit 5581ab876b
37 changed files with 14 additions and 91 deletions

View File

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