Revert "Merge pull request #80540 from swiftlang/revert-80452-lifetimeinout"

This reverts commit 6eaa07a880, reversing
changes made to e75ee3f4cf.
This commit is contained in:
Meghana Gupta
2025-04-04 09:50:13 -07:00
parent 6eaa07a880
commit ef1e94577f
26 changed files with 254 additions and 159 deletions

View File

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