We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9413a92 commit 36582daCopy full SHA for 36582da
src/doc/reference.md
@@ -585,8 +585,8 @@ Rust syntax is restricted in two ways:
585
# Crates and source files
586
587
Although Rust, like any other language, can be implemented by an interpreter as
588
-well as a compiler, the only existing implementation is a compiler —
589
-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
590
always been designed to be compiled. For these reasons, this section assumes a
591
compiler.
592
0 commit comments