mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 04:46:58 +00:00
Fix building without backtrace
This commit is contained in:
parent
65eecf8bb3
commit
fd4bc88880
@ -13,6 +13,7 @@
|
||||
use io::{self, ErrorKind};
|
||||
|
||||
pub mod args;
|
||||
#[cfg(any(not(cargobuild), feature = "backtrace"))]
|
||||
pub mod backtrace;
|
||||
pub mod condvar;
|
||||
pub mod env;
|
||||
|
Loading…
Reference in New Issue
Block a user