Skip to content

Reland #80452 #80541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2025
Merged

Reland #80452 #80541

merged 2 commits into from
Apr 7, 2025

Conversation

meg-gupta
Copy link
Contributor

No description provided.

@meg-gupta
Copy link
Contributor Author

@swift-ci test

@meg-gupta meg-gupta changed the title Reland https://github.com/swiftlang/swift/pull/80452 Reland #80452 Apr 4, 2025
@meg-gupta
Copy link
Contributor Author

@swift-ci build toolchain

@@ -1302,7 +1302,7 @@ extension ArraySlice {

@available(SwiftStdlib 6.2, *)
public var mutableSpan: MutableSpan<Element> {
@lifetime(/*inout*/borrow self)
@lifetime(/*inout*/&self)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@lifetime(/*inout*/&self)
@lifetime(&self)

@meg-gupta meg-gupta merged commit 2d9217b into swiftlang:main Apr 7, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants