We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4478b commit c70fe9bCopy full SHA for c70fe9b
crates/core_arch/src/wasm32/mod.rs
@@ -48,7 +48,7 @@ extern "C" {
48
// reenable this attribute.
49
// #[cfg_attr(test, assert_instr(throw, TAG = 0, ptr = core::ptr::null_mut()))]
50
#[inline]
51
-#[unstable(feature = "wasm_exception_handling_intrinsic", issue = "none")]
+#[unstable(feature = "wasm_exception_handling_intrinsics", issue = "122465")]
52
pub unsafe fn throw<const TAG: i32>(ptr: *mut u8) -> ! {
53
static_assert!(TAG == 0); // LLVM only supports tag 0 == C++ right now.
54
wasm_throw(TAG, ptr)
0 commit comments