Auto merge of #27274 - tshepang:not-needed-word, r=steveklabnik
Also, join the 2 sentences to improve flow
This commit is contained in:
commit
184267cac6
1 changed files with 3 additions and 2 deletions
|
@ -591,8 +591,9 @@ always been designed to be compiled. For these reasons, this section assumes a
|
||||||
compiler.
|
compiler.
|
||||||
|
|
||||||
Rust's semantics obey a *phase distinction* between compile-time and
|
Rust's semantics obey a *phase distinction* between compile-time and
|
||||||
run-time.[^phase-distinction] Those semantic rules that have a *static
|
run-time.[^phase-distinction] Semantic rules that have a *static
|
||||||
interpretation* govern the success or failure of compilation. Those semantics
|
interpretation* govern the success or failure of compilation, while
|
||||||
|
semantic rules
|
||||||
that have a *dynamic interpretation* govern the behavior of the program at
|
that have a *dynamic interpretation* govern the behavior of the program at
|
||||||
run-time.
|
run-time.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue