Skip to content

[move-only] Fix lazily initialized global initializers. #67354

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

Without this, we emit a copy of noncopyable type error since we do not insert a mark_must_check on lazily initialized global initializers.

rdar://111402912

Without this, we emit a copy of noncopyable type error since we do not insert a
mark_must_check on lazily initialized global initializers.

rdar://111402912
@gottesmm gottesmm marked this pull request as ready for review July 18, 2023 02:17
@gottesmm
Copy link
Contributor Author

@swift-ci test

1 similar comment
@gottesmm
Copy link
Contributor Author

@swift-ci test

@gottesmm gottesmm merged commit 2abfa25 into swiftlang:main Jul 18, 2023
@gottesmm gottesmm deleted the pr-45bdcac91308a0aa164064d4356f91a367ea00fa branch July 18, 2023 23:38
@atrick
Copy link
Contributor

atrick commented Jul 19, 2023

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.

3 participants