We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb59980 commit 6a475c3Copy full SHA for 6a475c3
CONTRIBUTING.md
@@ -147,7 +147,7 @@ cd rustc
147
cp config.toml.example config.toml
148
# Now edit `config.toml` and set `debug-assertions = true`.
149
150
-# Build a stage 1 rustc.
+# Build a stage 1 rustc, and build the rustc libraries with that rustc.
151
# This step can take 30 minutes or more.
152
./x.py build --stage 1 compiler/rustc
153
# If you change something, you can get a faster rebuild by doing
0 commit comments