860.7 KiB / 860.7 KiB (100 %) 811.0 KiB/s in 2s
info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
14.3 MiB / 64.1 MiB ( 22 %) 96.0 KiB/s in 2m 4s ETA: 8m 51s
有的新手宝宝们下载rust的时候总是会遇到rust工具链下载速度太慢的问题,这个时候我们可以在rust的init.exe所在的目录下用右键打开终端调出powershell执行:
$env:RUSTUP_DIST_SERVER='https://mirrors.ustc.edu.cn/rust-static';
$env:RUSTUP_UPDATE_ROOT='https://mirrors.ustc.edu.cn/rust-static/rustup'; .\rustup-init.exe -y
即可快速下载工具链