You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GuillaumeGomez I think you're commenting on the wrong bug or misreading the issue. The issue here is that fmt::Error is an error and should implement error::Error but doesn't.
I looked around in the standard library's documentation, the only other case where error::Error is not implemented for an error is FromBytesWithNulError.
Activity
GuillaumeGomez commentedon May 24, 2016
Some source code would be appreciated. Context and rustc version as well.
Stebalien commentedon May 24, 2016
@GuillaumeGomez I think you're commenting on the wrong bug or misreading the issue. The issue here is that
fmt::Error
is an error and should implementerror::Error
but doesn't.GuillaumeGomez commentedon May 24, 2016
@Stebalien: I think I went too fast, indeed. Now @burtonageo also added a description, which helps. :)
GuillaumeGomez commentedon May 24, 2016
I'm adding it btw.
pmarcelll commentedon May 28, 2016
I looked around in the standard library's documentation, the only other case where error::Error is not implemented for an error is FromBytesWithNulError.
GuillaumeGomez commentedon May 28, 2016
@pmarcelll: Want to add it maybe? Take a look at my PR if you don't know how to do it.
pmarcelll commentedon May 29, 2016
Sure, I'll send a PR, but I'm busy currently, so only tomorrow.
GuillaumeGomez commentedon May 29, 2016
No problem. ;)