Skip to content

Commit 69cdc0a

Browse files
committed
wrap long lines
1 parent 4490acd commit 69cdc0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/how-to-build-and-run.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,10 @@ editing things that wind up in the metadata (such as the definition of
219219
the MIR).
220220

221221
**The TL;DR is that you might get weird behavior from a compile when
222-
using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html) or other
223-
panics. In that case, you should simply remove the `--keep-stage 1`
224-
from the command and rebuild. That ought to fix the problem.
222+
using `--keep-stage 1`** -- for example, strange
223+
[ICEs](appendix/glossary.html) or other panics. In that case, you
224+
should simply remove the `--keep-stage 1` from the command and
225+
rebuild. That ought to fix the problem.
225226

226227
You can also use `--keep-stage 1` when running tests. Something like
227228
this:

0 commit comments

Comments
 (0)