mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

Make cargo install report needed features ### What does this PR try to resolve? The problem described in issue #11617 where cargo tells the user, that no binaries are available because of the chosen features, but does not tell which features could be enabled to fix the situation. Fixes #11617. ### How should we test and review this PR? Try to cargo install a crate, where all binaries need some features enabled, without enabling the features and check the error message. The test suite already contains tests for this.