-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Sema] Improving implicit closure capture diagnostic wording #58456
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
[Sema] Improving implicit closure capture diagnostic wording #58456
Conversation
b4ce726
to
ffe49a3
Compare
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.
Looks good to me but I'd let @kavon have a final word here.
e74c0bb
to
e0df1c6
Compare
e0df1c6
to
3928ccf
Compare
@swift-ci Please test |
@kavon Friendly ping for a review =] |
3928ccf
to
21ec80f
Compare
@swift-ci Please test |
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.
This looks great. Thank you! Apologies for the late review.
@swift-ci please test and merge |
No worries @kavon, thanks for the review! |
21ec80f
to
d95cd97
Compare
@swift-ci Please test |
@swift-ci Please test Windows Platform |
@swift-ci Please test MacOS Platform |
Improve diagnostic wording for implicit closure captures such as
async let
capture.Resolves SR-16092.
Fixes #58351