We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55370da commit f8fec26Copy full SHA for f8fec26
src/doc/rustc-dev-guide/src/building/compiler-documenting.md
@@ -35,7 +35,7 @@ like the standard library (std) or the compiler (rustc).
35
- Document internal rustc items
36
37
Compiler documentation is not built by default.
38
- To enable it, modify `config.toml`:
+ To create it by default with `x.py doc`, modify `config.toml`:
39
40
```toml
41
[build]
0 commit comments