- Rust Programming Cookbook
- Claus Matzinger
- 97字
- 2021-06-24 12:27:41
Troubleshooting
Occasionally, updating the tools will lead to errors that files are missing or cannot be overwritten. This can be for a wide range of reasons, but a full reset of the installations can help. On Linux or macOS systems, the following command takes care of deleting anything rustup installed:
$ rm -Rf ~/.rustup
Windows's PowerShell now supports many Linux-like commands:
PS> rm ~/.rustup
This leads to the same result. After deleting the current installation, install rustup from scratch—this should install the latest version.
Now, let's go behind the scenes to understand the code better.
推薦閱讀
- The Complete Rust Programming Reference Guide
- AIRAndroid應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- Java:Data Science Made Easy
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐教程
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- ADI DSP應(yīng)用技術(shù)集錦
- Web程序設(shè)計(jì)(第二版)
- Learning Three.js:The JavaScript 3D Library for WebGL
- 深入理解Android:Wi-Fi、NFC和GPS卷
- C# 8.0核心技術(shù)指南(原書第8版)
- Selenium Testing Tools Cookbook(Second Edition)
- Test-Driven Machine Learning
- 持續(xù)輕量級(jí)Java EE開(kāi)發(fā):編寫可測(cè)試的代碼
- Access 2010數(shù)據(jù)庫(kù)應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)