Show cycle backtraces when they happen

This commit is contained in:
2023-08-27 18:06:11 +02:00
parent 6be3e05cab
commit 068303d81d
5 changed files with 96 additions and 33 deletions

View File

@@ -11,6 +11,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- The minimum supported Rust version is now defined as 1.70. Previously it was undefined.
- Wrappers for `std::sync` primitives can now be `const` constructed.
- Add support for `std::sync::OnceLock`
- Added backtraces of mutex allocations to the cycle report.
### Breaking