We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fec26 commit 3666e3aCopy full SHA for 3666e3a
src/doc/rustc-dev-guide/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