mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
rollup merge of #16721 : tshepang/convenience
This commit is contained in:
+3
-3
@@ -2670,10 +2670,10 @@ $ cargo new modules --bin
|
||||
|
||||
Let's double check our work by compiling:
|
||||
|
||||
```{bash,ignore}
|
||||
$ cargo build
|
||||
```{bash,notrust}
|
||||
$ cargo run
|
||||
Compiling modules v0.0.1 (file:///home/you/projects/modules)
|
||||
$ ./target/modules
|
||||
Running `target/modules`
|
||||
Hello, world!
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user