mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Merge pull request #58 from ids1024/backtrace
Enable 'backtrace' feature in libstd, to allow backtraces
This commit is contained in:
commit
d12d150d21
@ -1,5 +1,5 @@
|
||||
[dependencies.std]
|
||||
features = ["panic_unwind"]
|
||||
features = ["panic_unwind", "backtrace"]
|
||||
|
||||
#[dependencies.test]
|
||||
#stage = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user