Skip to content

Commit

Permalink
Add a release note about recursive panics
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jun 29, 2023
1 parent 43f4fa4 commit a30f797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ for more information on Rust's tiered platform support.

Libraries
---------
- [Rework handling of recursive panics.](https://github.com/rust-lang/rust/pull/110975/)
Additional panics are allowed while unwinding, as long as they are caught before escaping
a `Drop` implementation, but panicking within a panic hook is now an immediate abort.
- [Loosen `From<&[T]> for Box<[T]>` bound to `T: Clone`.](https://github.com/rust-lang/rust/pull/103406/)
- [Remove unnecessary `T: Send` bound](https://github.com/rust-lang/rust/pull/111134/)
in `Error for mpsc::SendError<T>` and `TrySendError<T>`.
Expand Down

0 comments on commit a30f797

Please sign in to comment.