From 1297b2d9521acad0bdc87457663e96a84926709d Mon Sep 17 00:00:00 2001 From: Kornel Date: Wed, 5 Jul 2017 15:24:41 +0100 Subject: [PATCH] Suggest rustup toolchain link --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f121f8d6ed9b..370cf6c0b4386 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -232,6 +232,7 @@ Some common invocations of `x.py` are: guidelines as of yet, but basic rules like 4 spaces for indentation and no more than 99 characters in a single line should be kept in mind when writing code. +- `rustup toolchain link build//` - Use the custom compiler build via [rustup](https://github.com/rust-lang-nursery/rustup.rs#working-with-custom-toolchains-and-local-builds). ## Pull Requests