Skip to content

Commit 607a58f

Browse files
Rajkumar Natarajanmark-i-m
Rajkumar Natarajan
authored andcommitted
issue_100_4 Updated the rustc documentation location
1 parent 2fd1248 commit 607a58f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

src/compiler-documenting.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ available like the standard library. There’s two ways to go about this.
1919
./x.py doc --stage 1
2020
```
2121

22-
First the compiler and rustdoc get built to make sure everything is okay
22+
First the compiler and rustdoc get built to make sure everything is okay
2323
and then it documents the files.
2424

2525
## Document specific components
@@ -52,5 +52,11 @@ When you want to build the compiler docs as well run this command:
5252
./x.py doc
5353
```
5454

55-
This will see that the docs and compiler-docs options are set to true
56-
and build the normally hidden compiler docs!
55+
This will see that the docs and compiler-docs options are set to true
56+
and build the normally hidden compiler docs!
57+
58+
### Compiler Documentation
59+
60+
The documentation for the rust components are found at [rustc doc].
61+
62+
[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/

src/how-to-build-and-run.md

+6
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,9 @@ everything up then you only need to run one command!
330330
```bash
331331
> ./x.py clean
332332
```
333+
334+
### Compiler Documentation
335+
336+
The documentation for the rust components are found at [rustc doc].
337+
338+
[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/

0 commit comments

Comments
 (0)