Commit 502a645
authored
feat(error):
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.Error::source() is purposefully unspecified (#3318)1 parent 3995c63 commit 502a645
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments