We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--check
1 parent 93fcae6 commit 176bbbaCopy full SHA for 176bbba
src/building/bootstrapping.md
@@ -70,13 +70,10 @@ These defaults are as follows:
70
- `install`: `--stage 2`
71
- `bench`: `--stage 2`
72
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].
+You can always override the stage by passing `--stage N` explicitly.
75
76
For more information about stages, [see below](#understanding-stages-of-bootstrap).
77
78
-[stage1-check]: https://github.com/rust-lang/rust/issues/46955
79
-
80
## Complications of bootstrapping
81
82
Since the build system uses the current beta compiler to build the stage-1
0 commit comments