Skip to content

Commit 0609fe3

Browse files
committed
Clarify what is being built
Make it clear that this section is talking about building the compiler's internal documentation, rather than the compiler itself.
1 parent 85c7f76 commit 0609fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ documentation you want.
257257

258258
### Document internal rustc items
259259

260-
By default `rustc` does not build the compiler for its internal items.
260+
By default `rustc` does not build the compiler docs for its internal items.
261261
Mostly because this is useless for the average user. However, you might need to
262262
have it available so you can understand the types. Here's how you can compile it
263263
yourself. From the top level directory where `x.py` is located run:

0 commit comments

Comments
 (0)