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.
Although nominally optional, backtrace is effectively required if you want to use Error or bail!.
This hinders portability, as backtrace depends on C code:
cargo:warning=src/libbacktrace/macho.c:50:2: error: #error Attempting to build Mach-O support on incorrect platform
Shall failure have some feature combination to build projects depending on failure without backtrace support, yet with typical failure's convenience features?
The text was updated successfully, but these errors were encountered:
vi
added a commit
to vi/failure
that referenced
this issue
May 15, 2019
Although nominally optional,
backtrace
is effectively required if you want to useError
orbail!
.This hinders portability, as
backtrace
depends on C code:Shall
failure
have some feature combination to build projects depending onfailure
without backtrace support, yet with typicalfailure
's convenience features?The text was updated successfully, but these errors were encountered: