We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37cfc7 commit 7359c79Copy full SHA for 7359c79
src/bootstrap/flags.rs
@@ -196,13 +196,14 @@ Arguments:
196
./x.py build
197
./x.py build --stage 1
198
199
- For a quick build with a usable compile, you can pass:
+ For a quick build of a usable compiler, you can pass:
200
201
./x.py build --stage 1 src/libtest
202
203
This will first build everything once (like --stage 0 without further
204
arguments would), and then use the compiler built in stage 0 to build
205
- src/libtest and its dependencies.");
+ src/libtest and its dependencies.
206
+ Once this is done, build/$ARCH/stage1 contains a usable compiler.");
207
}
208
"test" => {
209
subcommand_help.push_str("\n
0 commit comments