We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52b3bb commit 6a85584Copy full SHA for 6a85584
std/src/panicking.rs
@@ -627,7 +627,7 @@ pub fn panicking() -> bool {
627
/// Entry point of panics from the core crate (`panic_impl` lang item).
628
#[cfg(not(any(test, doctest)))]
629
#[panic_handler]
630
-pub fn begin_panic_handler(info: &core::panic::PanicInfo<'_>) -> ! {
+pub fn panic_handler(info: &core::panic::PanicInfo<'_>) -> ! {
631
struct FormatStringPayload<'a> {
632
inner: &'a core::panic::PanicMessage<'a>,
633
string: Option<String>,
0 commit comments