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 5ce3d0b commit 7f0925fCopy full SHA for 7f0925f
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