Skip to content
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

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

Closed
iamsauravsharma opened this issue Sep 27, 2019 · 2 comments

Comments

@iamsauravsharma
Copy link

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)

@iamsauravsharma iamsauravsharma 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 Sep 27, 2019
@matthiaskrgr
Copy link
Member

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

@jonas-schievink
Copy link
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants