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 f02672c commit d79efc5Copy full SHA for d79efc5
library/panic_unwind/src/lib.rs
@@ -14,6 +14,7 @@
14
#![no_std]
15
#![unstable(feature = "panic_unwind", issue = "32837")]
16
#![doc(issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
17
+#![cfg_attr(all(target_os = "emscripten", not(emscripten_wasm_eh)), lang_items)]
18
#![feature(cfg_emscripten_wasm_eh)]
19
#![feature(core_intrinsics)]
20
#![feature(panic_unwind)]
0 commit comments