-
Notifications
You must be signed in to change notification settings - Fork 269
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
Build fails with stdarch_x86_has_cpuid featuer error #1526
Comments
Should be fixed by #1523. |
Though it seems we are now hitting a new error on i586-unknown-linux-gnu:
Was there an LLVM update recently? |
Yes, rust-lang/rust#120055 landed yesterday. I put up rust-lang/rust#121088 to fix this issue. |
This makes x86_64 pass tests, but on i586 we have ~4000 test failures of the kind:
|
Nevermind that last comment, apparently that's normal without |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run
cargo +nightly test
in the root directory, I get:I'm not sure whether something in nightly broke this crate or whether this crate requires a special incantation to build?
The text was updated successfully, but these errors were encountered: