From cfa1711df81e5d8b7ceff6c3ccc1d3870435177e Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 16 Jan 2017 21:17:19 -0700 Subject: [PATCH] Panic unwind feature in libstd --- Xargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xargo.toml b/Xargo.toml index fda671263..e816fa4ff 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -1,5 +1,5 @@ [dependencies.std] -features = [] +features = ["panic_unwind"] [dependencies.test] stage = 1 -- GitLab