You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work for a large enterprise so online installers won't work for me. I download the windows offline installer but it is missing cargo-clippy, rustfmt and the source. rust-analyzer can not process macros without the source.
After installing check C:\Program Files\Rust???\ . bin will be missing cargo-clippy and rustfmt. lib/rustup/ will be missing src
rust-analyzer will give constant errors due to not being able to process macros. You won't be able to run the clippy linter, you won't be able to auto format to minimize diffs.
Possible Solution(s)
Add missing parts to windows offline installers.
Notes
No response
Rustup version
1.75 and 1.77 have been tested
Installed toolchains
x86_64-pc-windows-msvc
OS version
Windows 10
The text was updated successfully, but these errors were encountered:
Verification
Problem
I work for a large enterprise so online installers won't work for me. I download the windows offline installer but it is missing cargo-clippy, rustfmt and the source. rust-analyzer can not process macros without the source.
Steps
Possible Solution(s)
Add missing parts to windows offline installers.
Notes
No response
Rustup version
1.75 and 1.77 have been tested
Installed toolchains
x86_64-pc-windows-msvc
OS version
Windows 10
The text was updated successfully, but these errors were encountered: