-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] Add @usableFromInline to internal typealiases that need it #17296
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
[stdlib] Add @usableFromInline to internal typealiases that need it #17296
Conversation
This fixes 3659 warnings in the standard library.
@swift-ci please smoke test |
@swift-ci please clean smoke test macOS platform |
@swift-ci please smoke test compiler performance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Hopefully there's not a large code size cost to the stdlib.
There should not be a code size cost at all. I already had this change in another PR, I forgot to land it, sorry! |
@lorentey You can merge this change. It will have no effect on compiler performance |
This fixes 3659 issues in the standard library, uncovered by @slavapestov's change in #17257