mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-22 20:22:18 +08:00
修改编辑器为编译器
This commit is contained in:
parent
f1098567dd
commit
54966f0ff1
@ -111,7 +111,7 @@ fn main() {
|
|||||||
|
|
||||||
你刚刚运行了一个新创建的程序,那么让我们检查此过程中的每一个步骤。
|
你刚刚运行了一个新创建的程序,那么让我们检查此过程中的每一个步骤。
|
||||||
|
|
||||||
在运行 Rust 程序之前,必须先使用 Rust 编辑器编译它,即输入 `rustc` 命令并传入源文件名称,如下:
|
在运行 Rust 程序之前,必须先使用 Rust 编译器编译它,即输入 `rustc` 命令并传入源文件名称,如下:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ rustc main.rs
|
$ rustc main.rs
|
||||||
|
Loading…
Reference in New Issue
Block a user