Skip to content

Commit

Permalink
Merge pull request #840 from kairosswag/faq-rust-src
Browse files Browse the repository at this point in the history
add faq entry for downloading rust source
  • Loading branch information
brson authored Dec 1, 2016
2 parents 5184a29 + 5106169 commit f6cd385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,12 @@ rustup is the successor to [multirust]. rustup began as multirust-rs,
a rewrite of multirust from shell script to Rust, by [Diggory Blake],
and is now maintained by The Rust Project.

### Can rustup download the Rust source code?

The Rust source can be obtained by running `rustup component add rust-src`.
It will be downloaded to the `<toolchain root>/lib/rustlib/src/rust`
directory of the current toolchain.

### rustup fails with Windows error 32

If rustup fails with Windows error 32, it may be due to antivirus
Expand Down

0 comments on commit f6cd385

Please sign in to comment.