-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fix re-export of SdkError
#2931
Fix re-export of SdkError
#2931
Conversation
9605963
to
4a126b7
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
69fd3ba
to
70c328f
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
…disanti-fix-sdkerror-reexport
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
It looks like this fixes the examples, but a change to aws-doc-sdk-examples needs to get merged before this can: awsdocs/aws-doc-sdk-examples#5286 |
A new generated diff is ready to view.
A new doc preview is ready to view. |
SdkError
was re-exported in generated crates with the wrong generic argument for the response type, which causes the SDK examples to fail to compile. The example breaks weren't caught due to a bug in the CI script that checks them, addressed in smithy-rs#2930.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.