mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
Recover feature lang_items for emscripten
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
#![no_std]
|
#![no_std]
|
||||||
#![unstable(feature = "panic_unwind", issue = "32837")]
|
#![unstable(feature = "panic_unwind", issue = "32837")]
|
||||||
#![doc(issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
|
#![doc(issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
|
||||||
#![cfg_attr(all(target_os = "emscripten", not(emscripten_wasm_eh)), lang_items)]
|
#![cfg_attr(all(target_os = "emscripten", not(emscripten_wasm_eh)), feature(lang_items))]
|
||||||
#![feature(cfg_emscripten_wasm_eh)]
|
#![feature(cfg_emscripten_wasm_eh)]
|
||||||
#![feature(core_intrinsics)]
|
#![feature(core_intrinsics)]
|
||||||
#![feature(panic_unwind)]
|
#![feature(panic_unwind)]
|
||||||
|
|||||||
Reference in New Issue
Block a user