You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: