批里批里 (゜-゜)つ🍺 干杯~|

七つ一旋桜

园龄:4年2个月粉丝:6关注:3

📂随笔
🔖rust
2022-10-10 23:09阅读: 109评论: 0推荐: 0

rustup toolchains

默认的toolchain是stable-x86_64-pc-windows-msvc

也可以使用stable-x86_64-pc-windows-gnu

gnu结尾的需要mingw32

默认的需要vs c++ build tool

rustup install <toolchain> # toolchain 即 release channel,主要有三种 stable,beta 和 nightly,注意此处还要指定版本,如 nightly-2019-01-17
rustup default <toolchain> # 切换默认 toolchain
rustup update # 更新 toolchain
rustup self uninstall # 卸载当前 toolchain
rustup doc # 查看本地文档

本文作者:七つ一旋桜

本文链接:https://www.cnblogs.com/poifa/p/16777798.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   七つ一旋桜  阅读(109)  评论(0编辑  收藏  举报
历史上的今天:
2021-10-10 jwt-go 学习笔记
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起