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.
Use of
rustfmt->bytecount->simdonly 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
rustfmtandrlsworked 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-accelfeature inrustfmt/Cargo.toml.