Skip to content

Commit 176bbba

Browse files
jyn514tshepang
authored andcommitted
Note that --check now allows using any stage
1 parent 93fcae6 commit 176bbba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/building/bootstrapping.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,10 @@ These defaults are as follows:
7070
- `install`: `--stage 2`
7171
- `bench`: `--stage 2`
7272

73-
You can always override the stage by passing `--stage N` explicitly, except for `check`,
74-
which is [hard-coded to stage 0][stage1-check].
73+
You can always override the stage by passing `--stage N` explicitly.
7574

7675
For more information about stages, [see below](#understanding-stages-of-bootstrap).
7776

78-
[stage1-check]: https://github.com/rust-lang/rust/issues/46955
79-
8077
## Complications of bootstrapping
8178

8279
Since the build system uses the current beta compiler to build the stage-1

0 commit comments

Comments
 (0)