This repository was archived by the owner on Aug 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Allow deriving traits on the Error #134
Comments
This was referenced Feb 21, 2017
Closed
anowell
pushed a commit
to anowell/algorithmia-rust
that referenced
this issue
Apr 5, 2017
Needing a `Sync` bound, so we're downgrading temporarily to get it while keeping an eye on: rust-lang-deprecated/error-chain#134
Should this be done as "attrs" or something that would also allow passing attributes for proc macro crates like |
Any news? Ran into this problem while I was trying to use pseudo :) |
Hello, are there any updates in this? |
Any updates? |
I've switched to failure in the meantime, and then switched to anyhow after that, I'm not sure if people still work on error-chain |
no, anyhow + thiserror is better so I don't think there is more work on error-chain. |
error-chain does not have new features developed, but there is an effort to keep it working as breaking changes are introduced from rust-lang. Probably better to find a different library (if you even need one) for new projects. |
Thank you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Possible syntax:
We may have to add a trait which the chained errors would have to implement.
The text was updated successfully, but these errors were encountered: