]> git.proxmox.com Git - rustc.git/blobdiff - CONTRIBUTING.md
New upstream version 1.20.0+dfsg1
[rustc.git] / CONTRIBUTING.md
index 8f121f8d6ed9b54434c5f1bb4e23a149a42381d6..370cf6c0b43867b4b14971c551a6837cde254b73 100644 (file)
@@ -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 <name> build/<host-triple>/<stage>` - Use the custom compiler build via [rustup](https://github.com/rust-lang-nursery/rustup.rs#working-with-custom-toolchains-and-local-builds).
 
 ## Pull Requests