mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Make wasm obey backtrace feature, like other targets
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
const DEBUG: bool = false;
|
||||
|
||||
pub mod args;
|
||||
#[cfg(feature = "backtrace")]
|
||||
pub mod backtrace;
|
||||
pub mod cmath;
|
||||
pub mod condvar;
|
||||
|
||||
Reference in New Issue
Block a user