-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[beta] Permit unwinding through FFI by default #59640
Conversation
See rust-lang#58794 for context.
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ p=1 |
📌 Commit bca3591 has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Hmm, I'm not sure what to make of those failures -- both do involve toggling |
@bors r- |
This reverts commit b4a6f59.
@bors r+ |
📌 Commit dc68548 has been approved by |
[beta] Permit unwinding through FFI by default Let's kick the can down the road, keeping FFI-unwind-abort out of stable until #58794 is resolved. cc @rust-lang/release
☀️ Test successful - checks-travis, status-appveyor |
…lacrum [beta] Permit unwinding through FFI by default This repeats #59640 for Rust 1.35, as #58794 is not yet resolved. cc @rust-lang/release r? @Mark-Simulacrum
Let's kick the can down the road, keeping FFI-unwind-abort out of stable until #58794 is resolved.
cc @rust-lang/release