Can import unwind now

This commit is contained in:
Jeremy Soller 2016-10-28 15:12:30 -06:00
parent a5de9bb591
commit 68fd7eebe2

View file

@ -316,7 +316,7 @@ extern crate rustc_unicode;
extern crate libc;
// We always need an unwinder currently for backtraces
//REDOX TODO extern crate unwind;
extern crate unwind;
#[cfg(stage0)]
extern crate alloc_system;