fix some more typos
This commit is contained in:
parent
8927461dfc
commit
b7976f5db2
|
|
@ -214,8 +214,9 @@ standard library can be re-used. If you are editing the compiler, this
|
||||||
is almost always true: you haven't changed the standard library, after
|
is almost always true: you haven't changed the standard library, after
|
||||||
all. But sometimes, it's not true: for example, if you are editing
|
all. But sometimes, it's not true: for example, if you are editing
|
||||||
the "metadata" part of the compiler, which controls how the compiler
|
the "metadata" part of the compiler, which controls how the compiler
|
||||||
encodes types and other states into the `rlib` files, or if you are editing
|
encodes types and other states into the `rlib` files, or if you are
|
||||||
things that wind up in the metadata (such as the definition of the MIR).
|
editing things that wind up in the metadata (such as the definition of
|
||||||
|
the MIR).
|
||||||
|
|
||||||
**The TL;DR is that you might get weird behavior from a compile when
|
**The TL;DR is that you might get weird behavior from a compile when
|
||||||
using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html) or other
|
using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html) or other
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue