Skip to content

MSI installer is missing clippy and rustfmt #101993

Closed
@Hawk777

Description

@Hawk777

I installed Rust 1.63.0 in Windows via the MSI installer. I enabled all optional features during the installation process. However, it seems that clippy and rustfmt are not available via the MSI installer. It seems that the MSI installer is oriented at development use and not just building existing Rust code from source for deployment (otherwise it wouldn’t include RLS, which is only useful for development), so there ought to be a way to get access to clippy and rustfmt through it—and one can’t just cargo install them, at least not clippy, because cargo install clippy reports that clippy is no longer available via crates.io.

Sorry if this is the wrong repo to report MSI installer issues; with 190 repos in the group, it can be hard to find the right one.

Metadata

Metadata

Assignees

Labels

C-bugCategory: This is a bug.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.O-windowsOperating system: WindowsT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions