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.
2 parents b6e924e + 6a85584 commit 65edbc5Copy full SHA for 65edbc5
std/src/panicking.rs
@@ -628,7 +628,7 @@ pub fn panicking() -> bool {
628
/// Entry point of panics from the core crate (`panic_impl` lang item).
629
#[cfg(not(any(test, doctest)))]
630
#[panic_handler]
631
-pub fn begin_panic_handler(info: &core::panic::PanicInfo<'_>) -> ! {
+pub fn panic_handler(info: &core::panic::PanicInfo<'_>) -> ! {
632
struct FormatStringPayload<'a> {
633
inner: &'a core::panic::PanicMessage<'a>,
634
string: Option<String>,
0 commit comments