We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4d62d commit bb2716eCopy full SHA for bb2716e
tests/assembly/wasm_exceptions.rs
@@ -6,12 +6,12 @@
6
7
#![crate_type = "lib"]
8
#![feature(core_intrinsics)]
9
-#![feature(rustc_attrs)]
10
11
-extern "C" {
+extern "C-unwind" {
12
fn may_panic();
+}
13
14
- #[rustc_nounwind]
+extern "C" {
15
fn log_number(number: usize);
16
}
17
tests/codegen/wasm_exceptions.rs
@@ -3,12 +3,12 @@
3
4
5
0 commit comments