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
the trait bound `anyhow::Error: std::error::Error` is not satisfied
the following other types implement trait `FromResidual<R>`:
<Result<T,F>asFromResidual<Yeet<E>>>
<Result<T,F> as FromResidual<Result<Infallible,E>>>
required for `ErrReport` to implement `From<anyhow::Error>`
required for `Result<(),ErrReport>` to implement `FromResidual<Result<Infallible,anyhow::Error>>`
I would like to use question mark operator to propagate
anyhow::Result
inside functions which returnseyre::Result
error.log
Related: #178
The text was updated successfully, but these errors were encountered: