Skip to content
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

Replace failure crate with std::error::Error #2755

Closed
tjanez opened this issue Mar 5, 2020 · 0 comments · Fixed by #2984
Closed

Replace failure crate with std::error::Error #2755

tjanez opened this issue Mar 5, 2020 · 0 comments · Fixed by #2984
Labels
c:deps Category: external dependencies

Comments

@tjanez
Copy link
Member

tjanez commented Mar 5, 2020

SUMMARY

As the standard library has been fixing the Error trait recently (tracking issue: rust-lang/rust#53487, RFC: https://github.com/rust-lang/rfcs/blob/master/text/2504-fix-error.md), there is less and less need to use the failure create.

Coupled with failure crate's instabilities (rust-lang-deprecated/failure#342 being the most recent), people have been recommending its replacement, for example:

ISSUE TYPE
  • Feature Idea
ADDITIONAL INFORMATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant