Uh oh!
There was an error while loading. Please reload this page.
Include output stream in panic!() documentation - #83254
Conversation
rust-highfive
commented
Mar 18, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
Dylan-DPC-zz
commented
Mar 18, 2021
r? @Dylan-DPC @bors r+ rollup |
bors
commented
Mar 18, 2021
📌 Commit 55d9e0f has been approved by |
This is only what the default hook in I'm not objecting to documenting what happens by default with @bors r- |
This includes the description of the default `std` behavior and mentions the `panic::set_hook()` function.
I've incorporated your feedback @m-ou-se. I hope this is both helpful to a reader and concise while still being technically correct. Despite this file being in |
m-ou-se
left a comment
There was a problem hiding this comment.
Thanks. Looking better now. I have a few more comments:
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Dylan-DPC-zz
commented
Mar 18, 2021
jfrimmel
commented
Mar 18, 2021
Didn't intend to make this much noise in such a small change, apologies. |
m-ou-se
commented
Mar 18, 2021
Oh I'm very happy you're doing this! Clearly we were missing documentation here. Looks like we didn't even explain anywhere what happens with |
m-ou-se
commented
Mar 18, 2021
This looks great now. Thanks! @bors r+ rollup |
bors
commented
Mar 18, 2021
📌 Commit d5e45b5 has been approved by |
joshtriplett
left a comment
There was a problem hiding this comment.
A few typos; otherwise LGTM, and I'm glad to see this documented.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
joshtriplett
commented
Mar 18, 2021
Thanks for the quick update! 👍 |
m-ou-se
commented
Mar 19, 2021
@bors r=m-ou-se,joshtriplett |
bors
commented
Mar 19, 2021
📌 Commit 19bd066 has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#79986 (Only build help popup when it's really needed) - rust-lang#82570 (Add `as_str` method for split whitespace str iterators) - rust-lang#83244 (Fix overflowing length in Vec<ZST> to VecDeque) - rust-lang#83254 (Include output stream in `panic!()` documentation) - rust-lang#83269 (Revert the second deprecation of collections::Bound) - rust-lang#83277 (Mark early otherwise optimization unsound) - rust-lang#83285 (Update LLVM to bring in SIMD updates for WebAssembly) - rust-lang#83297 (Do not ICE on ty::Error as an error must already have been reported) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes#83252.