-
Notifications
You must be signed in to change notification settings - Fork 13.3k
error::Error is not implemented for fmt::Error #33827
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
Comments
Some source code would be appreciated. Context and rustc version as well. |
@GuillaumeGomez I think you're commenting on the wrong bug or misreading the issue. The issue here is that |
@Stebalien: I think I went too fast, indeed. Now @burtonageo also added a description, which helps. :) |
I'm adding it btw. |
…chton Implement Error trait for fmt::Error type Fixes rust-lang#33827. r? @alexcrichton Just one last thing: I added a feature name, but don't hesitate to ask me to change it if you think it doesn't fit well.
I looked around in the standard library's documentation, the only other case where error::Error is not implemented for an error is FromBytesWithNulError. |
@pmarcelll: Want to add it maybe? Take a look at my PR if you don't know how to do it. |
Sure, I'll send a PR, but I'm busy currently, so only tomorrow. |
No problem. ;) |
The Error trait is not implemented for the fmt::Error struct.
The text was updated successfully, but these errors were encountered: