brson/multirust

Error during self update on windows

Opened this issue · 1 comments

I get the following error when running rustup in an administrator shell on Windows 10:

rustup
info: syncing channel updates for 'stable'
info: downloading component 'rust'
info: syncing channel updates for 'nightly'
info: checking for self-updates
info: downloading self-update

   stable unchanged - rustc 1.7.0 (a5d1e7a59 2016-02-29)
  nightly unchanged - rustc 1.9.0-nightly (30a3849f2 2016-03-30)

C:\WINDOWS\system32>error: failure during windows uninstall: Das Handle ist ungültig. (os error 6)`

"Das Handle ist ungültig." translates to "Invalid handle"

brson commented

Should be fixed now. See rust-lang/rustup#230