8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3678b50 commit 04f3cf0Copy full SHA for 04f3cf0
src/building/compiler-documenting.md
@@ -19,9 +19,8 @@ like the standard library (std) or the compiler (rustc).
19
./x.py doc --stage 1
20
```
21
22
- First,
23
- the compiler gets built to make sure rustdoc compiles,
24
- then that newly-built rustdoc is used to document the components.
+ This ensures that (current) rustdoc gets built,
+ then that is used to document the components.
25
26
- Much like running individual tests or building specific components,
27
you can build just the documentation you want:
0 commit comments