Skip to content

Commit 1c03654

Browse files
committed
Describe Abort on uncaught panics in extern "C"` functions
1 parent e2d685e commit 1c03654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Language changes in Rust 1.81.0
2222
-------------------------------
2323

2424
* `Abort on uncaught panics in `extern "C"` functions. <https://github.com/rust-lang/rust/pull/116088/>`_
25+
26+
* No change: unwinding is not specified in the FLS
27+
2528
* `Fix ambiguous cases of multiple `&` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_
2629
* `Stabilize `#[expect]` for lints (RFC 2383), <https://github.com/rust-lang/rust/pull/120924/>`_ like `#[allow]` with a warning if the lint is _not_ fulfilled.
2730
* `Change method resolution to constrain hidden types instead of rejecting method candidates. <https://github.com/rust-lang/rust/pull/123962/>`_

0 commit comments

Comments
 (0)