Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information