Skip to content

Commit 18b93ae

Browse files
nnethercotejyn514
authored andcommitted
Address more review comments in #1286.
1 parent acc6718 commit 18b93ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/building/how-to-build-and-run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ You almost never need to do this.
182182

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

187187
```bash
188188
./x.py build --stage 0 library/std

src/rustdoc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
4242
* Run `./x.py setup tools` before getting started. This will configure `x.py`
4343
with nice settings for developing rustdoc and other tools, including
4444
downloading a copy of rustc rather than building it.
45-
* Use `./x.py check` to quickly check for compile errors.
45+
* Use `./x.py check src/tools/rustdoc` to quickly check for compile errors.
4646
* Use `./x.py build` to make a usable
4747
rustdoc you can run on other projects.
4848
* Add `library/test` to be able to use `rustdoc --test`.

0 commit comments

Comments
 (0)