cargo install
does not report needed features
#11617
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-install
Problem
Commands like
cargo check
will report needed features, like the following inclap
:If you install a specific
bin
, you get an error telling you how to install itHowever, if you do a general install (the more likely case), you get notified nothing is installed but no hint as to what features would change this
Proposed Solution
Report to the user features to enable to install binaries
Notes
No response
The text was updated successfully, but these errors were encountered: