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
Because of this issue in error-chainrust-lang-deprecated/error-chain#240 , errors from this crate are impossible to propagate when the user is using failures or anyhow and maybe others.
Because of this issue in
error-chain
rust-lang-deprecated/error-chain#240 , errors from this crate are impossible to propagate when the user is usingfailures
oranyhow
and maybe others.More info can be found here:
Moreover
error-chain
is not maintained anymore and the fix has, and will never be merged: rust-lang-deprecated/error-chain#241thiserror
is the recommend crate to generate errors from libraries: https://nick.groenen.me/posts/rust-error-handling/The text was updated successfully, but these errors were encountered: