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 8a5ec72 commit b80083bCopy full SHA for b80083b
src/rustdoc.md
@@ -44,8 +44,8 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
44
* Run `./x setup tools` before getting started. This will configure `x`
45
with nice settings for developing rustdoc and other tools, including
46
downloading a copy of rustc rather than building it.
47
-* Use `./x check src/tools/rustdoc` to quickly check for compile errors.
48
-* Use `./x build` to make a usable
+* Use `./x check rustdoc` to quickly check for compile errors.
+* Use `./x build library rustdoc` to make a usable
49
rustdoc you can run on other projects.
50
* Add `library/test` to be able to use `rustdoc --test`.
51
* Run `rustup toolchain link stage2 build/host/stage2` to add a
0 commit comments