You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the uninstall script on Mac OS X curl -s https://static.rust-lang.org/rustup.sh | sudo sh -s -- --uninstall
downloads the while ~200MB of rust sources and then uninstalls the already installed Rust binaries.
It should NOT download the rust sources in case the uninstall option is given.