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 0ec3174 commit 46a3f0fCopy full SHA for 46a3f0f
library/panic_unwind/src/emcc.rs
@@ -129,11 +129,4 @@ extern "C" {
129
tinfo: *const TypeInfo,
130
dest: extern "C" fn(*mut libc::c_void) -> *mut libc::c_void,
131
) -> !;
132
- fn __gxx_personality_v0(
133
- version: c_int,
134
- actions: uw::_Unwind_Action,
135
- exception_class: uw::_Unwind_Exception_Class,
136
- exception_object: *mut uw::_Unwind_Exception,
137
- context: *mut uw::_Unwind_Context,
138
- ) -> uw::_Unwind_Reason_Code;
139
}
0 commit comments