We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18f2cc commit c22edcbCopy full SHA for c22edcb
core/rs/bundle/src/lib.rs
@@ -31,7 +31,7 @@ fn panic(_info: &PanicInfo) -> ! {
31
#[lang = "eh_personality"]
32
extern "C" fn eh_personality() {}
33
34
-#[cfg(all(not(target_family = "wasm"), not(feature = "test")))]
+#[cfg(target_family = "wasm")]
35
#[no_mangle]
36
pub fn __rust_alloc_error_handler(_: Layout) -> ! {
37
core::intrinsics::abort()
0 commit comments