Install the toolchain with
curl https://sh.rustup.rs -sSf | sh
You should have the latest stable version of rust already. You can check that by typing
rustc --version
If you want to update, just run
rustup update
Topic Id: 8942
Example Ids: 27821
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service