From 07d58bde4ce35494d483c2c9cf397d61ccada020 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 3 Aug 2017 21:29:14 -0700 Subject: [PATCH] Enable 'backtrace' feature in libstd, to allow backtraces --- Xargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xargo.toml b/Xargo.toml index 4bb0924c..0c493ec3 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -1,5 +1,5 @@ [dependencies.std] -features = ["panic_unwind"] +features = ["panic_unwind", "backtrace"] #[dependencies.test] #stage = 1