-
Notifications
You must be signed in to change notification settings - Fork 889
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 failure #5859
Comments
Could you add a little more context please? It's unclear how this relates to rustfmt from the initial issue description |
sorry, rustfmt has a feature "generic-simd" that fails the rustfmt build when it is enabled. This was found because we run clippy on rustfmt in our CI with repro:
|
Fix integration tests #2 fix integration tests. It turned out that the following tests fail to build at all: chalk, combine, stdarch and hyper. This is often a problem of passing `--all-targets --all-features`, in case of combine though, outdated deps were to blame. I have opened tickets against combine and rustfmt rust-lang/rustfmt#5859 Marwes/combine#357 should we just remove the other failing repos? :/ changelog: fix integration tests on ci
Confirming I'm able to reproduce this. I'm also pretty sure it's related to llogiq/bytecount#64. I think Bumping the version of |
cargo check --features generic-simd
The text was updated successfully, but these errors were encountered: