-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add some comments to panic runtime #66694
Conversation
r? @Kimundi (rust_highfive has picked a reviewer for you, use r? to override) |
src/libcore/panicking.rs
Outdated
@@ -7,7 +7,7 @@ | |||
//! | |||
//! ``` | |||
//! # use std::fmt; | |||
//! fn panic_impl(fmt: fmt::Arguments, file_line_col: &(&'static str, u32, u32)) -> ! | |||
//! fn panic_impl(pi: &PanicInfo<'_>) -> ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cc #66689 -- this is a minimal fix, but I am not sure if the comment further down is still accurate. There is still no Box<Any>
but there is an &Any
that can be passed in.
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
r? @Dylan-DPC |
@bors r+ rollup |
📌 Commit 6440b94 has been approved by |
Add some comments to panic runtime
Add some comments to panic runtime
Rollup of 7 pull requests Successful merges: - #65613 (Preserve whitespace inside one-backtick codeblocks) - #66512 (Add unix::process::CommandExt::arg0) - #66569 (GitHub Actions: preparations, part 1) - #66678 (Remove useless line for error index generation) - #66684 (Drive-by cleanup in region naming) - #66694 (Add some comments to panic runtime) - #66698 (tidy: Remove unused import) Failed merges: r? @ghost
No description provided.