-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
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
and rls
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
's simd-accel
feature in rustfmt/Cargo.toml
.
Metadata
Metadata
Assignees
Labels
T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.