Uh oh!
There was an error while loading. Please reload this page.
Revert abort on unwinding through FFI on stable - #58795
Conversation
rust-highfive
commented
Feb 28, 2019
|
Mark-Simulacrum
commented
Feb 28, 2019
cc @rust-lang/compiler -- would appreciate a review of this fairly quickly (we need it to land before tomorrow to avoid delaying stable) |
There was a problem hiding this comment.
what's up with this? just an orthogonal change?
See rust-lang#58794 for context.
bae33e5 to
bd1f032CompareMark-Simulacrum
commented
Feb 28, 2019
@bors r+ p=100 |
bors
commented
Feb 28, 2019
📌 Commit bd1f032 has been approved by |
bors
commented
Feb 28, 2019
Revert abort on unwinding through FFI on stable r? @alexcrichton
bors
commented
Feb 28, 2019
💔 Test failed - status-appveyor |
Mark-Simulacrum
commented
Feb 28, 2019
@bors retry - 259 |
bors
commented
Feb 28, 2019
⌛ Testing commit bd1f032 with merge 6173377c8587a2e4589827aa0163f8322097aca4... |
bors
commented
Feb 28, 2019
💥 Test timed out |
emilyalbini
commented
Feb 28, 2019
macOS is time travelling again. @bors retry |
Centril
commented
Feb 28, 2019
@bors retry |
bors
commented
Feb 28, 2019
Revert abort on unwinding through FFI on stable This is entirely done to allow us more time for discussion about what behavior we want to specify here.
bors
commented
Feb 28, 2019
☀️ Test successful - checks-travis, status-appveyor |
| -------- | ||
| - [You can now use the `cfg(target_vendor)` attribute.][57465] E.g. | ||
| `#[cfg(target_vendor="linux")] fn main() { println!("Hello Linux!"); }` | ||
| `#[cfg(target_vendor="apple")] fn main() { println!("Hello Apple!"); }` |
There was a problem hiding this comment.
Looks like more spurious changes? Shouldn't this (have been) fixed before approving...?
There was a problem hiding this comment.
This was intentional (note the separate commit); we wanted to land some additional release notes and since we were merging this into stable combined it into one.
In hindsight, I should've mentioned this in the PR description.
This is entirely done to allow us more time for discussion about what behavior we want to specify here.