Auto merge of #4673 - pornel:bins, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 12 Nov 2017 10:43:15 +0000 (10:43 +0000)
committerbors <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