Skip to content

Instantly share code, notes, and snippets.

@monkeygroover
Created May 14, 2019 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkeygroover/5b88a3470890aef368b784d6188551d2 to your computer and use it in GitHub Desktop.
Save monkeygroover/5b88a3470890aef368b784d6188551d2 to your computer and use it in GitHub Desktop.
Rust notes

When updating nightly, sometimes it fails, check here for last good build

rustup components history

Then install it with

rustup toolchain install

set default with

rustup default nightly-2019-05-12-x86_64-apple-darwin

check with

rustup toolchain list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment