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

libstd uses core::panic::Location where possible. #67137

Merged
merged 5 commits into from
Jan 4, 2020

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    eaccda0 View commit details
    Browse the repository at this point in the history
  2. Test cleanups to match #[track_caller] in panic!.

    * Removes unnecessary feature flag from track_caller test.
    * Tests of panic internals no longer need to explicitly construct Location.
    * Add #![warn(const_err)] to retain-never-const per @oli-obk.
    * Add track_caller test with diverging function.
    anp committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    e218da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    612c4c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b76a5be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27b25eb View commit details
    Browse the repository at this point in the history