Closed mogenson closed 4 years ago
Also. I'm on x86_64-unknown-linux-gnu
host and rust version 1.42.0-nightly (b5a3341f1 2020-01-20)
Same error on x86_64-unknown-linux-gnu with rust 1.40.0 stable. Tried to install through: cargo +stable install papyrus --no-default-features --features="runnable"
Thanks for raising the issue! It looks like the backtrace
requires the feature std
to be enabled for access to Backtrace
, which flew under my radar. PR #76 will fix the issue.
@kurtlawrence thank you for the extremely quick fix, but that doesn't seem to fix the stable build.
Sorry I made the fix on the repo but got distracted and forgot to publish to crates.io, there should be a version 0.14.1 up soon =)
cargo +nightly install papyrus
andcargo +nightly install --path .
fail to build with the following error:Looks like the backtrace crate has been moved into the std library for the nightly toolchain: https://doc.rust-lang.org/std/backtrace/index.html