mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #80847 from glessard/rdar149227278-nonescapable-mutating-accessor-62
[6.2, LifetimeDependenceMutableAccessors] defensive feature flag
This commit is contained in:
@@ -422,6 +422,7 @@ EXPERIMENTAL_FEATURE(LifetimeDependence, true)
|
||||
|
||||
/// Enable inout lifetime dependence - @lifetime(&arg)
|
||||
EXPERIMENTAL_FEATURE(InoutLifetimeDependence, true)
|
||||
EXPERIMENTAL_FEATURE(LifetimeDependenceMutableAccessors, true)
|
||||
|
||||
/// Enable the `@_staticExclusiveOnly` attribute.
|
||||
EXPERIMENTAL_FEATURE(StaticExclusiveOnly, true)
|
||||
|
||||
Reference in New Issue
Block a user