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 f3da0ea commit 5e320dfCopy full SHA for 5e320df
src/libstd/panicking.rs
@@ -67,7 +67,6 @@ cfg_if::cfg_if! {
67
extern "C" {
68
/// The payload ptr here is actually the same as the payload ptr for the try
69
/// intrinsic (i.e., is really `*mut [u64; 2]` or `*mut *mut u8`).
70
- #[unwind(allowed)]
71
fn __rust_panic_cleanup(payload: *mut u8) -> core::raw::TraitObject;
72
73
/// `payload` is actually a `*mut &mut dyn BoxMeUp` but that would cause FFI warnings.
0 commit comments