We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f81a29 + 90ae874 commit 40d277eCopy full SHA for 40d277e
RELEASES.md
@@ -110,8 +110,11 @@ Compatibility Notes
110
methods instead.
111
- The `Error::cause` method has been deprecated in favor of `Error::source` which supports
112
downcasting.
113
+- [Libtest no longer creates a new thread for each test when
114
+ `--test-threads=1`. It also runs the tests in deterministic order][56243]
115
116
[55982]: https://github.com/rust-lang/rust/pull/55982/
117
+[56243]: https://github.com/rust-lang/rust/pull/56243
118
[56303]: https://github.com/rust-lang/rust/pull/56303/
119
[56351]: https://github.com/rust-lang/rust/pull/56351/
120
[56362]: https://github.com/rust-lang/rust/pull/56362
0 commit comments