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 6eea0ff commit 607339fCopy full SHA for 607339f
src/libpanic_unwind/lib.rs
@@ -100,5 +100,3 @@ pub unsafe extern "C" fn __rust_start_panic(payload: usize) -> u32 {
100
let payload = payload as *mut &mut dyn BoxMeUp;
101
imp::panic(Box::from_raw((*payload).box_me_up()))
102
}
103
-
104
0 commit comments