Skip to content

Commit 54fc9e4

Browse files
committed
Auto merge of #43066 - pornel:patch-1, r=Mark-Simulacrum
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.
2 parents ccf401f + 1297b2d commit 54fc9e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ Some common invocations of `x.py` are:
232232
guidelines as of yet, but basic rules like 4 spaces for indentation and no
233233
more than 99 characters in a single line should be kept in mind when writing
234234
code.
235+
- `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).
235236

236237
## Pull Requests
237238

0 commit comments

Comments
 (0)