Skip to content

Commit c70fe9b

Browse files
committed
Add tracking issue
1 parent 1c4478b commit c70fe9b

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/wasm32

1 file changed

+1
-1
lines changed

crates/core_arch/src/wasm32/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extern "C" {
4848
// reenable this attribute.
4949
// #[cfg_attr(test, assert_instr(throw, TAG = 0, ptr = core::ptr::null_mut()))]
5050
#[inline]
51-
#[unstable(feature = "wasm_exception_handling_intrinsic", issue = "none")]
51+
#[unstable(feature = "wasm_exception_handling_intrinsics", issue = "122465")]
5252
pub unsafe fn throw<const TAG: i32>(ptr: *mut u8) -> ! {
5353
static_assert!(TAG == 0); // LLVM only supports tag 0 == C++ right now.
5454
wasm_throw(TAG, ptr)

0 commit comments

Comments
 (0)