rust/src/doc/unstable-book/src/language-features/c-unwind.md

420 B

c_unwind

The tracking issue for this feature is: #74990


Introduces a new ABI string, "C-unwind", to enable unwinding from other languages (such as C++) into Rust frames and from Rust into other languages.

See RFC 2945 for more information.