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

Include output stream in panic!() documentation #83254

Merged
merged 4 commits into from
Mar 20, 2021

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    55d9e0f View commit details
    Browse the repository at this point in the history
  2. Add more information about panicking

    This includes the description of the default `std` behavior and mentions
    the `panic::set_hook()` function.
    jfrimmel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    61e5d54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5e45b5 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Josh Triplett <josh@joshtriplett.org>
    jfrimmel and joshtriplett authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    19bd066 View commit details
    Browse the repository at this point in the history