Skip to content

Rust beta crash when running cargo clippy with index out of bound error on travis ci osx #64835

@iamsauravsharma

Description

@iamsauravsharma

Rust beta currently crash out when cargo clippy in run on travis CI. https://travis-ci.com/iamsauravsharma/cargo-trim/jobs/239695854#L121
If I am correct this issue was fixed by #64774 over nightly but it didn't land over beta rust branch so beta rust is still failing on travis CI OSX.
rust version
rustc 1.39.0-beta.1 (968967007 2019-09-24)
cargo version
cargo 1.39.0-beta (b6c6f685b 2019-09-19)

Activity

changed the title [-]Rust beta crash when running cargo clippy index out of bound error on travis ci osx[/-] [+]Rust beta crash when running cargo clippy with index out of bound error on travis ci osx[/+] on Sep 27, 2019
matthiaskrgr

matthiaskrgr commented on Sep 27, 2019

@matthiaskrgr
Member

Looks like rust-lang/cargo#7427
Should be fixed once #64773 is merged and a new beta is released.

jonas-schievink

jonas-schievink commented on Sep 27, 2019

@jonas-schievink
Contributor

Yeah, duplicate of rust-lang/cargo#7427

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

        @matthiaskrgr@jonas-schievink@iamsauravsharma

        Issue actions

          Rust beta crash when running cargo clippy with index out of bound error on travis ci osx · Issue #64835 · rust-lang/rust