mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Add support for inout lifetime dependence"
This commit is contained in:
@@ -1244,7 +1244,7 @@ extension ContiguousArray {
|
||||
|
||||
@available(SwiftStdlib 6.2, *)
|
||||
public var mutableSpan: MutableSpan<Element> {
|
||||
@lifetime(&self)
|
||||
@lifetime(/*inout*/borrow self)
|
||||
@_alwaysEmitIntoClient
|
||||
mutating get {
|
||||
_makeMutableAndUnique()
|
||||
|
||||
Reference in New Issue
Block a user