修改编辑器为编译器

pull/321/head
iczc 5 years ago committed by GitHub
parent f1098567dd
commit 54966f0ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,7 @@ fn main() {
你刚刚运行了一个新创建的程序,那么让我们检查此过程中的每一个步骤。
在运行 Rust 程序之前,必须先使用 Rust 编器编译它,即输入 `rustc` 命令并传入源文件名称,如下:
在运行 Rust 程序之前,必须先使用 Rust 编器编译它,即输入 `rustc` 命令并传入源文件名称,如下:
```text
$ rustc main.rs

Loading…
Cancel
Save