File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -219,9 +219,10 @@ editing things that wind up in the metadata (such as the definition of
219
219
the MIR).
220
220
221
221
** 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.
225
226
226
227
You can also use ` --keep-stage 1 ` when running tests. Something like
227
228
this:
You can’t perform that action at this time.
0 commit comments