Skip to content

Instantly share code, notes, and snippets.

@lilactown
Created December 3, 2018 16:45
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 lilactown/db8d5dcc08eb5e0d82dcc11a3b1e164d to your computer and use it in GitHub Desktop.
Save lilactown/db8d5dcc08eb5e0d82dcc11a3b1e164d to your computer and use it in GitHub Desktop.
# Install rustup from https://rustup.rs/
rustup toolchain add nightly # install nightly
cargo +nightly install racer # install racer
rustup component add rustfmt-preview # install rustfmt
rustup component add rust-src # install rust source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment