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 c3d0258 commit 97de9d9Copy full SHA for 97de9d9
panic_unwind/src/emcc.rs
@@ -105,7 +105,6 @@ extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void {
105
}
106
107
108
-
109
// This is required by the compiler to exist (e.g., it's a lang item), but it's
110
// never actually called by the compiler. Emscripten EH doesn't use a
111
// personality function at all, it instead uses __cxa_find_matching_catch.
0 commit comments