Skip to content

Commit

Permalink
Address more review comments in #1286.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote authored and jyn514 committed Jan 6, 2022
1 parent acc6718 commit 18b93ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You almost never need to do this.

If you are working on the standard library, you probably don't need to build
the compiler unless you are planning to use a recently added nightly feature.
Instead, you can just build stage 0, which uses the current beta compiler.
Instead, you can just build using the bootstrap compiler.

```bash
./x.py build --stage 0 library/std
Expand Down
2 changes: 1 addition & 1 deletion src/rustdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
* Run `./x.py setup tools` before getting started. This will configure `x.py`
with nice settings for developing rustdoc and other tools, including
downloading a copy of rustc rather than building it.
* Use `./x.py check` to quickly check for compile errors.
* Use `./x.py check src/tools/rustdoc` to quickly check for compile errors.
* Use `./x.py build` to make a usable
rustdoc you can run on other projects.
* Add `library/test` to be able to use `rustdoc --test`.
Expand Down

0 comments on commit 18b93ae

Please sign in to comment.