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 PR #327 adds support for error references. Unfortunately it's missing support for dyn Error. Error trait objects are fairly common so it's unfortunate that it's not supported, we should try to add support for it.
The PR #327 adds support for error references. Unfortunately it's missing support for
dyn Error. Error trait objects are fairly common so it's unfortunate that it's not supported, we should try to add support for it.