curl https://sh.rustup.rs -sSf | sh
でインストールしたRustをアンインストールする.
rustup self uninstall
これでインストールれたRust言語およびそのツールチェイン(cargo,rustc,rustup諸々)がシステムから削除される.
curl https://sh.rustup.rs -sSf | sh
でインストールしたRustをアンインストールする.
rustup self uninstall
これでインストールれたRust言語およびそのツールチェイン(cargo,rustc,rustup諸々)がシステムから削除される.