File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,21 @@ the `stage1` compiler: `x.py build library/std`.
62
62
` x.py ` tries to be helpful and pick the stage you most likely meant for each subcommand.
63
63
These defaults are as follows:
64
64
65
+ - ` check ` : ` --stage 0 `
65
66
- ` doc ` : ` --stage 0 `
66
67
- ` build ` : ` --stage 1 `
67
68
- ` test ` : ` --stage 1 `
68
69
- ` dist ` : ` --stage 2 `
69
70
- ` install ` : ` --stage 2 `
70
71
- ` bench ` : ` --stage 2 `
71
72
72
- You can always override the stage by passing ` --stage N ` explicitly.
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
75
74
76
For more information about stages, [ see below] ( #understanding-stages-of-bootstrap ) .
75
77
78
+ [ stage1-check ] : https://github.com/rust-lang/rust/issues/46955
79
+
76
80
## Complications of bootstrapping
77
81
78
82
Since the build system uses the current beta compiler to build the stage-1
You can’t perform that action at this time.
0 commit comments