question:
rustup update
error: failed to install component: 'rust-src', detected conflict: '"lib/rustlib\\manifest-rust-src"'
answer:
remove and reinstall
rustup toolchain list
rustup toolchain remove nightly-x86_64-pc-windows-gnu
rustup toolchain install nightly-x86_64-pc-windows-gnu
It is ok.
1
共 0 条评论, 1 页
评论区
写评论还没有评论