-
Notifications
You must be signed in to change notification settings - Fork 61
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
Implement iter_chain
on ErrorCompat
#187
Comments
I would like to assist in this, as this seems to be the main blocker towards an error reporting abstraction for SNAFU. The error handling working group has recently decided(see comment) on an error design guideline.
And SNAFU sits in a tricky situation, due to how it is natural for source errors constructed via context selectors to also become available via
I am not entirely sure of how one should go about this in the project, but I could take an attempt and let it go under review as a PR. |
Copy over
iter_chain
from Rust unstable intoErrorCompat
Related: #186 (comment)
Depended by: #186
The text was updated successfully, but these errors were encountered: