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.
2 parents 85c7f76 + f19fe30 commit eb23925Copy full SHA for eb23925
x-py.md
@@ -257,13 +257,13 @@ documentation you want.
257
258
### Document internal rustc items
259
260
-By default `rustc` does not build the compiler for its internal items.
+By default `rustc` does not build the compiler docs for its internal items.
261
Mostly because this is useless for the average user. However, you might need to
262
have it available so you can understand the types. Here's how you can compile it
263
yourself. From the top level directory where `x.py` is located run:
264
265
```bash
266
-cp src/bootstrap/config.toml.example config.toml
+cp config.toml.example config.toml
267
```
268
269
Next open up `config.toml` and make sure these two lines are set to true:
0 commit comments