Skip to content

rustfmt and rls are only available on x86, x86_64, aarch64, and arm+neon #56261

Closed
@cuviper

Description

@cuviper

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

No one assigned

    Labels

    T-dev-toolsRelevant 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions