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

Should backtrace dependency be optional? #313

Open
@vi

Description

@vi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions