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
This could be resolved by bumping the minimal Rust version required by failure, or by fixing backtrace-rs -- but either way it seems the two crates should sync their CI in terms of which baseline Rust version they test.
Activity
RalfJung commentedon Dec 11, 2018
This could be resolved by bumping the minimal Rust version required by failure, or by fixing backtrace-rs -- but either way it seems the two crates should sync their CI in terms of which baseline Rust version they test.
alexcrichton commentedon Dec 11, 2018
I'm not personally invested in making crates compile on such old versions of rustc, but I'm happy to merge PRs to fix compatibility!
Debug
andDisplay
backtrace impl rust-lang-deprecated/failure#279Include Rust 1.18 compatible implementations.
Use `autocfg` crate to detect Rust features.
Include Rust 1.25.0 compatible implementations.
Indicate `no_std` support is only available on Rust >= 1.30.0.
alexcrichton commentedon Dec 13, 2018
I'm gonna close this with #137 merged!