Skip to content

Commit fd4bc88

Browse files
committed
Fix building without backtrace
1 parent 65eecf8 commit fd4bc88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sys/redox/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use io::{self, ErrorKind};
1414

1515
pub mod args;
16+
#[cfg(any(not(cargobuild), feature = "backtrace"))]
1617
pub mod backtrace;
1718
pub mod condvar;
1819
pub mod env;

0 commit comments

Comments
 (0)