about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-01-16 11:22:56 -0500
committerTshepang Lekhonkhobe <tshepang@gmail.com>2021-01-17 05:51:00 +0200
commit3c2fdf47518549ddb76c6fd0c8d704b19219df7a (patch)
tree67ee22b5e058cc9d4174d8431e0926021c628f39 /src/doc/rustc-dev-guide
parentc37d7ef838bea65e7c8350bb360f0eab36896ccf (diff)
downloadrust-3c2fdf47518549ddb76c6fd0c8d704b19219df7a.tar.gz
rust-3c2fdf47518549ddb76c6fd0c8d704b19219df7a.zip
Note that `--check` now allows using any stage
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/bootstrapping.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
index 3e5cabbe86f..e132d694145 100644
--- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md
+++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
@@ -70,13 +70,10 @@ These defaults are as follows:
 - `install`: `--stage 2`
 - `bench`: `--stage 2`
 
-You can always override the stage by passing `--stage N` explicitly, except for `check`,
-which is [hard-coded to stage 0][stage1-check].
+You can always override the stage by passing `--stage N` explicitly.
 
 For more information about stages, [see below](#understanding-stages-of-bootstrap).
 
-[stage1-check]: https://github.com/rust-lang/rust/issues/46955
-
 ## Complications of bootstrapping
 
 Since the build system uses the current beta compiler to build the stage-1