-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustfmt and rls are only available on x86, x86_64, aarch64, and arm+neon #56261
Comments
@nrc this seems pretty bad, maybe the dependency can be removed for now? |
Er nvmd, looks like it's fixed upstream, I think bother the beta and master branches now need an update? |
@nrc I've created a rust-1.31.0 branch of I've pushed that commit to #56352 to get this in ASAP. I haven't updated the master branch of this repo, so that'll need to be done before this issue is fully closed. |
Retagging as a nightly regression now that the rollup has landed, @cuviper can you confirm tomorrow that beta has all the available rustfmts? It looks like |
Well, I checked, but it seems beta is still at |
Update RLS and Rustfmt Closes rust-lang#56261 r? @kennytm
OK, |
Perfect, thanks! |
Use of
rustfmt
->bytecount
->simd
only works on x86, x86_64, aarch64, and arm+neon, so all other arches are broken. See also rust-lang/rustfmt#3216.I'm marking this as a regression since
rustfmt
andrls
worked fine on all arches on 1.30 stable. I'm aware the rest are not Tier-1 targets though.I believe a simple workaround for distro packagers like myself would be to just patch out the enablement of
bytecount
'ssimd-accel
feature inrustfmt/Cargo.toml
.The text was updated successfully, but these errors were encountered: