Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

no_std backtrace #292

Open
roblabla opened this issue Jan 7, 2019 · 1 comment
Open

no_std backtrace #292

roblabla opened this issue Jan 7, 2019 · 1 comment

Comments

@roblabla
Copy link

roblabla commented Jan 7, 2019

I'd like to use failure in no_std with backtraces. Trouble is, failure doesn't disable the default features of backtrace, which means the "std" feature of backtrace is enabled.

IMO, it should be up to the final user (the binary crate) to determine the used features of backtrace-rs. Most of it is configuration of which library to use to unwind and symbolicate.

@leo60228
Copy link

leo60228 commented Mar 5, 2019

A similar problem is the other way around; I'd like to use std without backtraces.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants