Skip to content

Commit a30f797

Browse files
committed
Add a release note about recursive panics
1 parent 43f4fa4 commit a30f797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ for more information on Rust's tiered platform support.
3939

4040
Libraries
4141
---------
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.
4245
- [Loosen `From<&[T]> for Box<[T]>` bound to `T: Clone`.](https://github.com/rust-lang/rust/pull/103406/)
4346
- [Remove unnecessary `T: Send` bound](https://github.com/rust-lang/rust/pull/111134/)
4447
in `Error for mpsc::SendError<T>` and `TrySendError<T>`.

0 commit comments

Comments
 (0)