File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ available like the standard library. There’s two ways to go about this.
19
19
./x.py doc --stage 1
20
20
```
21
21
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
23
23
and then it documents the files.
24
24
25
25
## Document specific components
@@ -52,5 +52,11 @@ When you want to build the compiler docs as well run this command:
52
52
./x.py doc
53
53
```
54
54
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/
Original file line number Diff line number Diff line change @@ -330,3 +330,9 @@ everything up then you only need to run one command!
330
330
``` bash
331
331
> ./x.py clean
332
332
```
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/
You can’t perform that action at this time.
0 commit comments