projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b8e0b8f
7aac2f9
)
Auto merge of #4673 - pornel:bins, r=alexcrichton
author
bors
<bors@rust-lang.org>
Sun, 12 Nov 2017 10:43:15 +0000
(10:43 +0000)
committer
bors
<bors@rust-lang.org>
Sun, 12 Nov 2017 10:43:15 +0000
(10:43 +0000)
List available binary names
When a project has multiple executables `cargo run` fails, but offers an incomplete solution (suggests `--bin`, but not its arguments.)
This PR adds a list of available binary names to the error message.
Trivial merge