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 176f4be commit 845bcddCopy full SHA for 845bcdd
src/libpanic_unwind/gcc.rs
@@ -333,6 +333,7 @@ unsafe fn find_eh_action(
333
#[lang = "eh_unwind_resume"]
334
#[unwind(allowed)]
335
#[naked]
336
+#[inline(never)]
337
unsafe extern "C" fn rust_eh_unwind_resume(_panic_ctx: *mut u8) -> ! {
338
// This needs to be a naked function because _Unwind_Resume expects to be
339
// called directly from the landing pad. This means that we need to force
0 commit comments