issue_100_4 Updated the rustc documentation location

This commit is contained in:
Rajkumar Natarajan 2018-10-24 15:16:12 -04:00 committed by Who? Me?!
parent 9a741d13b9
commit fb6066b188
2 changed files with 15 additions and 3 deletions

View File

@ -54,3 +54,9 @@ When you want to build the compiler docs as well run this command:
This will see that the docs and compiler-docs options are set to true
and build the normally hidden compiler docs!
### Compiler Documentation
The documentation for the rust components are found at [rustc doc].
[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/

View File

@ -330,3 +330,9 @@ everything up then you only need to run one command!
```bash
> ./x.py clean
```
### Compiler Documentation
The documentation for the rust components are found at [rustc doc].
[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/