mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Merge pull request #80540 from swiftlang/revert-80452-lifetimeinout"
This reverts commit6eaa07a880, reversing changes made toe75ee3f4cf.
This commit is contained in:
@@ -1732,7 +1732,7 @@ extension Array {
|
||||
|
||||
@available(SwiftStdlib 6.2, *)
|
||||
public var mutableSpan: MutableSpan<Element> {
|
||||
@lifetime(/*inout*/borrow self)
|
||||
@lifetime(&self)
|
||||
@_alwaysEmitIntoClient
|
||||
mutating get {
|
||||
_makeMutableAndUnique()
|
||||
|
||||
Reference in New Issue
Block a user