Skip to content

Commit

Permalink
Auto merge of #43066 - pornel:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Suggest rustup toolchain link

The contributing instructions only explain how to build the compiler, but not how to try it out.

I found `rustup toolchain link` to be super useful for this, so I think it's good to suggest it.
  • Loading branch information
bors committed Jul 6, 2017
2 parents ccf401f + 1297b2d commit 54fc9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/rust-lang-nursery/rustup.rs#working-with-custom-toolchains-and-local-builds).

## Pull Requests

Expand Down

0 comments on commit 54fc9e4

Please sign in to comment.