Rollup merge of #58959 - asomers:issue_58907, r=Mark-Simulacrum
Add release notes for PR #56243 Fixes #58907
This commit is contained in:
commit
40d277e3b7
1 changed files with 3 additions and 0 deletions
|
@ -110,8 +110,11 @@ Compatibility Notes
|
||||||
methods instead.
|
methods instead.
|
||||||
- The `Error::cause` method has been deprecated in favor of `Error::source` which supports
|
- The `Error::cause` method has been deprecated in favor of `Error::source` which supports
|
||||||
downcasting.
|
downcasting.
|
||||||
|
- [Libtest no longer creates a new thread for each test when
|
||||||
|
`--test-threads=1`. It also runs the tests in deterministic order][56243]
|
||||||
|
|
||||||
[55982]: https://github.com/rust-lang/rust/pull/55982/
|
[55982]: https://github.com/rust-lang/rust/pull/55982/
|
||||||
|
[56243]: https://github.com/rust-lang/rust/pull/56243
|
||||||
[56303]: https://github.com/rust-lang/rust/pull/56303/
|
[56303]: https://github.com/rust-lang/rust/pull/56303/
|
||||||
[56351]: https://github.com/rust-lang/rust/pull/56351/
|
[56351]: https://github.com/rust-lang/rust/pull/56351/
|
||||||
[56362]: https://github.com/rust-lang/rust/pull/56362
|
[56362]: https://github.com/rust-lang/rust/pull/56362
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue