We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest nightly panics when compiling the latest version of pkg-config (on a Raspberry Pi 2, running Raspbian Jessie).
I tried this code:
https://github.com/alexcrichton/pkg-config-rs at master tip (commit 4e563eb953b4ee8c1e0a06defd49f3c1a803081f).
I expected to see this happen: a successful build.
Instead, this happened: a compiler panic. Here's the lowlight:
thread 'rustc' panicked at 'assertion failed: eps.windows(2).all(|w| w[0].cmp(self, &w[1]) != Ordering::Greater)', /buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-host-linux/build/src/librustc/ty/context.rs:1525
rustc 1.15.0-nightly (daf8c1dfc 2016-12-05) binary: rustc commit-hash: daf8c1dfce3b448fc581cc319f64632ec22bd0e1 commit-date: 2016-12-05 host: armv7-unknown-linux-gnueabihf release: 1.15.0-nightly LLVM version: 3.9
Backtrace: build-failure.txt
The text was updated successfully, but these errors were encountered:
Thank you. Closing as a duplicate of #38177
Sorry, something went wrong.
No branches or pull requests
The latest nightly panics when compiling the latest version of pkg-config (on a Raspberry Pi 2, running Raspbian Jessie).
I tried this code:
https://github.com/alexcrichton/pkg-config-rs
at master tip (commit 4e563eb953b4ee8c1e0a06defd49f3c1a803081f).
I expected to see this happen: a successful build.
Instead, this happened: a compiler panic. Here's the lowlight:
Meta
Backtrace: build-failure.txt
The text was updated successfully, but these errors were encountered: