Well-defined unwinding through FFI boundaries by BatmanAoD · Pull Request #2699 · rust-lang/rfcs

@BatmanAoD

Kyle Strand added 7 commits

May 10, 2019 14:23

fbstj

@BatmanAoD @fbstj

Fix link markdown

Co-Authored-By: Joe ST <joe@fbstj.net>

gnzlbg

@Centril Centril added A-panic

Panics related proposals & ideas

A-machine

Proposals relating to Rust's abstract machine.

A-ffi

FFI related proposals.

T-lang

Relevant to the language team, which will review and decide on the RFC.

A-attributes

Proposals relating to attributes

labels

May 16, 2019

bors added a commit to rust-lang/rust that referenced this pull request

Aug 26, 2019
Permit unwinding through FFI by default

This repeats #62505 for master (Rust 1.38+), as #58794 is not yet resolved. This is a stopgap until a stable alternative is available, like [RFC 2699](rust-lang/rfcs#2699), as long as progress is being made to that end.

r? @joshtriplett

@BatmanAoD BatmanAoD changed the title Unwinding through FFI boundaries Well-defined unwinding through FFI boundaries

Aug 29, 2019