Skip to content

[IRGen] Fix SignatureExpansion::expandAsyncAwaitType #76302

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
merged 1 commit into from
Sep 6, 2024

Conversation

drexin
Copy link
Contributor

@drexin drexin commented Sep 6, 2024

For typed throws async functions, when the error type is Never and the result type Void, we still have to add the error context

@drexin drexin requested a review from rjmccall as a code owner September 6, 2024 00:47
@drexin
Copy link
Contributor Author

drexin commented Sep 6, 2024

@swift-ci smoke test

For typed throws async functions, when the error type is `Never` and the result type `Void`, we still have to add the error context
@drexin drexin force-pushed the wip-typed-throws-empty branch from d34c86b to a4c1d2e Compare September 6, 2024 14:33
@drexin
Copy link
Contributor Author

drexin commented Sep 6, 2024

@swift-ci smoke test

@drexin drexin merged commit cf2af68 into swiftlang:main Sep 6, 2024
3 checks passed
@drexin drexin deleted the wip-typed-throws-empty branch September 6, 2024 18:44
aschwaighofer added a commit to aschwaighofer/swift that referenced this pull request Sep 12, 2024
…ws-empty"

This reverts commit cf2af68, reversing
changes made to 0c30f55.
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.

1 participant