Skip to content

Does not compile with Rust 1.18 #135

@RalfJung

Description

@RalfJung
Member

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.

Activity

RalfJung

RalfJung commented on Dec 11, 2018

@RalfJung
MemberAuthor

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

alexcrichton commented on Dec 11, 2018

@alexcrichton
Member

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!

alexcrichton

alexcrichton commented on Dec 13, 2018

@alexcrichton
Member

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

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

        Participants

        @alexcrichton@RalfJung

        Issue actions

          Does not compile with Rust 1.18 · Issue #135 · rust-lang/backtrace-rs