Use rustc-demangle in the stack traces

This commit is contained in:
Tibor Nagy
2019-02-14 15:54:17 +01:00
parent b4575711c7
commit 2ec775905a
4 changed files with 11 additions and 48 deletions

View File

@@ -35,6 +35,7 @@ extern crate alloc;
extern crate bitflags;
extern crate goblin;
extern crate linked_list_allocator;
extern crate rustc_demangle;
extern crate spin;
#[cfg(feature = "slab")]
extern crate slab_allocator;