- 
                Notifications
    
You must be signed in to change notification settings  - Fork 984
 
Open
Labels
Milestone
Description
Problem
Rustup gives a "permission denied" error if you try to uninstall it after linking a custom toolchain.
Steps
$ git clone https://github.com/rust-lang/rust
$ cd rust
$ cargo install --path src/tools/x
$ echo 'profile = "tools"' > config.toml
$ x build
$ rustup toolchain link stage2 build/x86_64-pc-windows-msvc/stage2
$ rustup self uninstall
Thanks for hacking in Rust!
This will uninstall all Rust toolchains and data, and remove
%USERPROFILE%\.cargo/bin from your PATH environment variable.
Continue? (y/N) y
info: removing rustup home
error: could not remove 'rustup_home' directory: 'C:\Users\Joshua Nelson\.rustup': Access is denied. (os error 5)
The only thing left in ~/.rustup is .rustup/toolchains/stage2/.
Notes
Output of rustup --version: rustup 1.24.2 (755e2b0 2021-05-12)
Output of rustup show:
Default host: x86_64-pc-windows-msvc
rustup home:  C:\Users\Joshua Nelson\.rustup
no active toolchain