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 b06c83c commit d5c0acaCopy full SHA for d5c0aca
src/libpanic_unwind/lib.rs
@@ -98,5 +98,7 @@ pub unsafe extern "C" fn __rust_start_panic(payload: usize) -> u32 {
98
imp::panic(Box::from_raw((*payload).box_me_up()))
99
}
100
101
+// A dummy helper function for Miri.
102
+// Used to push an empty stack frame when we start unwinding
103
#[cfg(miri)]
104
pub fn miri_panic_trampoline() {}
0 commit comments