Skip to content

rustup show fails with panic on Windows #1458

Closed
@sprowell

Description

@sprowell

See also (closed) issue #1357 (which I cannot seem to re-open). This is the latest rustup (downloaded 7/1/2018). I get a panic with rustup show on Windows 10 after successful install of rust.

>rustup show
Default host: i686-pc-windows-msvc

installed toolchains
--------------------

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src\libcore\option.rs:335:20
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Other commands work.

>rustup update
info: syncing channel updates for 'stable-i686-pc-windows-msvc'
info: syncing channel updates for 'nightly-i686-pc-windows-msvc'
info: checking for self-updates

   stable-i686-pc-windows-msvc unchanged - rustc 1.27.0 (3eda71b00 2018-06-19)
  nightly-i686-pc-windows-msvc unchanged - rustc 1.28.0-nightly (e3bf634e0 2018-06-28)

Have repeated and confirmed that the problems seems to be the lack of a default toolchain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions