We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just installed Rust on my 64-bit Windows 10 laptop.
$ rustup show Default host: x86_64-pc-windows-msvc stable-x86_64-pc-windows-msvc (default) rustc 1.31.1 (b6c32da9b 2018-12-18)
$ rustup show Default host: x86_64-pc-windows-msvc
stable-x86_64-pc-windows-msvc (default) rustc 1.31.1 (b6c32da9b 2018-12-18)
My rustup version is
$ rustup version rustup 1.16.0 (beab5ac 2018-12-06)
Now I want to switch the toolchain to msvc 64 nightly.
$ rustup default nightly info: syncing channel updates for 'nightly-x86_64-pc-windows-msvc' 299.6 KiB / 299.6 KiB (100 %) 240.0 KiB/s ETA: 0 s info: latest update on 2019-01-10, rust version 1.33.0-nightly (6ecad3383 2019-01-09) info: downloading component 'rustc' error: failed to parse url: nightly/2019-01-10/rustc-nightly-x86_64-pc-windows-msvc.tar.xz info: caused by: relative URL without a base
It fails, unfortunately.
The text was updated successfully, but these errors were encountered:
Thanks for the report! This should be fixed by rust-lang/rust#57484.
Sorry, something went wrong.
Sorry for the trouble caused by this! Let's track the issue on rust-lang/rust#57488.
No branches or pull requests
Just installed Rust on my 64-bit Windows 10 laptop.
My rustup version is
Now I want to switch the toolchain to msvc 64 nightly.
It fails, unfortunately.
The text was updated successfully, but these errors were encountered: