Skip to content

Commit

Permalink
Update rustdoc build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fmease authored and Noratrieb committed Sep 24, 2024
1 parent e7e1a20 commit afdad07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rustdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
* Run `./x setup tools` before getting started. This will configure `x`
with nice settings for developing rustdoc and other tools, including
downloading a copy of rustc rather than building it.
* Use `./x check src/tools/rustdoc` to quickly check for compile errors.
* 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
rustdoc you can run on other projects.
* Add `library/test` to be able to use `rustdoc --test`.
* Run `rustup toolchain link stage2 build/host/stage2` to add a
Expand Down

0 comments on commit afdad07

Please sign in to comment.