We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--keep-stage 0
1 parent 7f7ba48 commit 36ea4b4Copy full SHA for 36ea4b4
src/building/suggested.md
@@ -254,6 +254,12 @@ You can also use `--keep-stage 1` when running tests. Something like this:
254
- Initial test run: `./x test tests/ui`
255
- Subsequent test run: `./x test tests/ui --keep-stage 1`
256
257
+### Iterating the standard library with `--keep-stage`
258
+
259
+If you are making changes to the standard library, you can use `./x build
260
+--keep-stage 0 library` to iteratively rebuild the standard library without
261
+rebuilding the compiler.
262
263
## Using incremental compilation
264
265
You can further enable the `--incremental` flag to save additional time in
0 commit comments