-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not compile with Rust 1.18 #135
Comments
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. |
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! |
azriel91
added a commit
to azriel91/backtrace-rs
that referenced
this issue
Dec 12, 2018
azriel91
added a commit
to azriel91/backtrace-rs
that referenced
this issue
Dec 12, 2018
azriel91
added a commit
to azriel91/backtrace-rs
that referenced
this issue
Dec 12, 2018
azriel91
added a commit
to azriel91/backtrace-rs
that referenced
this issue
Dec 13, 2018
I'm gonna close this with #137 merged! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The failure crate, which depends on this, supports Rust versions as far back as Rust 1.18. This crate seems to only test on CI against current stable. It is hence not entirely surprising that backtrace currently fails to build against Rust 1.18.
The text was updated successfully, but these errors were encountered: