Skip to content

[sending] Change suppression to use __owned instead of consuming. #75136

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

Conversation

gottesmm
Copy link
Contributor

The reason why I am doing this is that consuming could cause no implicit copy errors. Instead __owned will just potentially cause an error if someone assigns into sending.

rdar://131066640

The reason why I am doing this is that consuming could cause no implicit
copy errors. Instead __owned will just potentially cause an error if
someone assigns into sending.

rdar://131066640
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test

@gottesmm gottesmm enabled auto-merge July 10, 2024 19:43
@gottesmm gottesmm merged commit 38631ac into swiftlang:main Jul 10, 2024
3 checks passed
@gottesmm gottesmm deleted the pr-f4ed7a74d1c86b132efccb042929ea28b764fc90 branch July 10, 2024 23:46
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.

2 participants