Skip to content
New issue

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

./rustup-init.exe --default-host msvc -- panics #874

Closed
alexcrichton opened this issue Dec 20, 2016 · 2 comments
Closed

./rustup-init.exe --default-host msvc -- panics #874

alexcrichton opened this issue Dec 20, 2016 · 2 comments

Comments

@alexcrichton
Copy link
Member

After executing ./rustup-init.exe --default-host msvc it prints out info like:

...

Current installation options:

   default host triple: msvc
     default toolchain: stable
  modify PATH variable: yes

1) Proceed with installation (default)
2) Customize installation
3) Cancel installation

...

When I confirm that, though, I'm met with:

thread 'main' panicked at '', ../src/libcore\option.rs:715
note: Run with `RUST_BACKTRACE=1` for a backtrace.
@canfoderiskii
Copy link

It seems the value for argument --default-host should be x86_64-pc-windows-msvc or i686-pc-windows-msvc .

@Diggsey Diggsey added this to Error messages & documentation in Issue Categorisation May 3, 2017
@Diggsey
Copy link
Contributor

Diggsey commented May 3, 2017

Dupe of #745

@Diggsey Diggsey closed this as completed May 3, 2017
@Diggsey Diggsey removed this from Error messages & documentation in Issue Categorisation May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants