remove silly note:

This commit is contained in:
Niko Matsakis 2018-09-07 11:16:20 -04:00
parent 8ca5450de8
commit 6010623cd4

View file

@ -223,7 +223,8 @@ using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html)
panics. In that case, you should simply remove the `--keep-stage 1`
from the command and rebuild. That ought to fix the problem.
Note: you can also use `--keep-stage 1` when running tests. Something like this:
You can also use `--keep-stage 1` when running tests. Something like
this:
- Initial test run: `./x.py test -i --stage 1 src/test/ui`
- Subsequent test run: `./x.py test -i --stage 1 src/test/ui --keep-stage 1`