-
Notifications
You must be signed in to change notification settings - Fork 27
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
Remove failure #442
Comments
Sounds like a good idea. It'd be nice to experiment before taking a decision but I can see some limitations with the solution with have today ( |
From this survey on error-handlers in Rust, it looks like These are great articles on the topic. I was planning on experimenting |
|
Should we consider removing
failure
and having custom errors implementing https://doc.rust-lang.org/std/error/trait.Error.html ?failure
wraps errors implementing https://docs.rs/failure/0.1.6/failure/trait.Fail.html not https://doc.rust-lang.org/std/error/trait.Error.htmlwhat we might do
The text was updated successfully, but these errors were encountered: