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
In particular, this should have been 1.24.3, not 1.24.2.
Strangely, running rustup self updatesays it works, but still gives the same error message:
PS C:\Users\Joshua Nelson\src\docs.rs> rustup self update
info: checking for self-updates
info: downloading self-update
rustup updated - 1.24.3 (from 1.24.2)
PS C:\Users\Joshua Nelson\src\docs.rs> error: could not remove 'rustup-bin' file: 'C:\Users\Joshua Nelson\.cargo\bin\rustup.exe'
Caused by:
Access is denied. (os error 5)
PS C:\Users\Joshua Nelson\src\docs.rs> rustup --version
rustup 1.24.2 (755e2b07e 2021-05-12)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.55.0-nightly (e82b65026 2021-06-20)`
Steps
Unsure, but rustup self update seems to be required.
Possible Solution(s)
mumble mumble windows file locking mumble mumble linux doesn't have these problems grumble
Notes
Output of rustup --version: rustup 1.24.2 (755e2b0 2021-05-12)
Output of rustup show:
Yep, this is a known problem with Windows. It's always best to ensure that (a) you don't have any IDEs or other things open which might be using rustup and (b) you run rustup self update until it works.
Problem
Rustup gives an error while updating:
In particular, this should have been 1.24.3, not 1.24.2.
Strangely, running
rustup self update
says it works, but still gives the same error message:Steps
Unsure, but
rustup self update
seems to be required.Possible Solution(s)
mumble mumble windows file locking mumble mumble linux doesn't have these problems grumble
Notes
Output of
rustup --version
: rustup 1.24.2 (755e2b0 2021-05-12)Output of
rustup show
:The text was updated successfully, but these errors were encountered: