remove silly `note:`

This commit is contained in:
Niko Matsakis 2018-09-07 11:16:20 -04:00
parent b7976f5db2
commit 016d366203
1 changed files with 2 additions and 1 deletions

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`