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

Stabilize the core::panic module #66771

Merged
merged 3 commits into from
Dec 16, 2019
Merged

Commits on Nov 26, 2019

  1. Fix unstable attribute accidentally applying to the entire impl

    Note `#![unstable]` v.s. `#[unstable]`
    SimonSapin committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6ddcf50 View commit details
    Browse the repository at this point in the history
  2. Fix the tracking issue number for PanicInfo::message

    rust-lang#44489 was closed when the `#[panic_handler]` attribute was stabilized.
    SimonSapin committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    392e5a7 View commit details
    Browse the repository at this point in the history
  3. Stabilize the core::panic module

    `std::panic` is already stable.
    
    `core::panic::PanicInfo` and `core::panic::Location` are stable
    and can be used through that path because of a bug
    in stability checking: rust-lang#15702
    SimonSapin committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    eab1dc9 View commit details
    Browse the repository at this point in the history