Auto merge of #27273 - tshepang:claim-not-accurate, r=steveklabnik
This commit is contained in:
commit
5f06607e23
1 changed files with 2 additions and 2 deletions
|
|
@ -586,8 +586,8 @@ Rust syntax is restricted in two ways:
|
|||
# Crates and source files
|
||||
|
||||
Although Rust, like any other language, can be implemented by an interpreter as
|
||||
well as a compiler, the only existing implementation is a compiler —
|
||||
from now on referred to as *the* Rust compiler — and the language has
|
||||
well as a compiler, the only existing implementation is a compiler,
|
||||
and the language has
|
||||
always been designed to be compiled. For these reasons, this section assumes a
|
||||
compiler.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue