Enable 'backtrace' feature in libstd, to allow backtraces

This commit is contained in:
Ian Douglas Scott 2017-08-03 21:29:14 -07:00
parent 072917c5df
commit 07d58bde4c
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -1,5 +1,5 @@
[dependencies.std]
features = ["panic_unwind"]
features = ["panic_unwind", "backtrace"]
#[dependencies.test]
#stage = 1