We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f4fa4 commit a30f797Copy full SHA for a30f797
RELEASES.md
@@ -39,6 +39,9 @@ for more information on Rust's tiered platform support.
39
40
Libraries
41
---------
42
+- [Rework handling of recursive panics.](https://github.com/rust-lang/rust/pull/110975/)
43
+ Additional panics are allowed while unwinding, as long as they are caught before escaping
44
+ a `Drop` implementation, but panicking within a panic hook is now an immediate abort.
45
- [Loosen `From<&[T]> for Box<[T]>` bound to `T: Clone`.](https://github.com/rust-lang/rust/pull/103406/)
46
- [Remove unnecessary `T: Send` bound](https://github.com/rust-lang/rust/pull/111134/)
47
in `Error for mpsc::SendError<T>` and `TrySendError<T>`.
0 commit comments