8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b8898 commit 90ae874Copy full SHA for 90ae874
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