Skip to content

Move-only-check the result of modify coroutines. #70404

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

Conversation

jckarter
Copy link
Contributor

Following #70333, do the same thing for modify coroutines, marking the result so that we check uses of the result to ensure it isn't consumed (without being reinitialized).

Following swiftlang#70333, do the same thing for
modify coroutines, marking the result so that we check uses of the result to
ensure it isn't consumed (without being reinitialized).
@jckarter jckarter requested a review from gottesmm December 12, 2023 17:47
@jckarter
Copy link
Contributor Author

@swift-ci Please test

@jckarter jckarter merged commit 957443e into swiftlang:main Dec 12, 2023
Copy link
Contributor

@gottesmm gottesmm left a comment

Choose a reason for hiding this comment

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

LGTM

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