Description
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.