Merge pull request #20933 from gifnksm/patch-1

TRPL: `cargo build` doesn't run executables

Reviewed-by: alexcrichton
This commit is contained in:
bors 2015-01-12 00:21:30 +00:00
commit 352c81bb4b

View File

@ -559,7 +559,7 @@ Also, note that we `pub use`d before we declared our `mod`s. Rust requires that
This will build and run:
```bash
$ cargo build
$ cargo run
Compiling phrases v0.0.1 (file:///home/you/projects/phrases)
Running `target/phrases`
Hello in English: Hello!