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
feat(error): Error::source() is purposefully unspecified (#3318)
Document that the exact types returned in the erased errors of
`Error::source()` may change at any moment, and cannot be depended on.
Closes#2843
BREAKING CHANGE: Do not build any logic depending on the exact types of
an `Error::source()`. They are only for debugging.
0 commit comments