Skip to content
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

rustc: Switch extern functions to abort by default on panic #55982

Merged
merged 1 commit into from
Dec 13, 2018

Commits on Dec 12, 2018

  1. rustc: Switch extern functions to abort by default on panic

    This was intended to land way back in 1.24, but it was backed out due to
    breakage which has long since been fixed. An unstable `#[unwind]`
    attribute can be used to tweak the behavior here, but this is currently
    simply switching rustc's internal default to abort-by-default if an
    `extern` function panics, making our codegen sound primarily (as
    currently you can produce UB with safe code)
    
    Closes rust-lang#52652
    alexcrichton committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    1091eee View commit details
    Browse the repository at this point in the history