Skip to content

Instantly share code, notes, and snippets.

@xiongxin
Created August 23, 2018 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiongxin/88ed0e7b6292536efc4d52f23a105be6 to your computer and use it in GitHub Desktop.
Save xiongxin/88ed0e7b6292536efc4d52f23a105be6 to your computer and use it in GitHub Desktop.
rust编译器windows安装步骤

window10安装使用msvc报错问题,所以选择gnu编译器

  1. rustup toolchain install stable-x86_64-pc-windows-gnu
  2. rustup default stable-gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment