With package selection, --package <non-existent> --workspace doesn't warn or error #12978
Labels
A-cli
Area: Command-line interface, option parsing, etc.
C-bug
Category: bug
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Problem
Originally reported as nextest-rs/nextest#1108.
With Cargo's package selection, this errors out:
However, this does not error out:
I think this should at least produce a warning and maybe eventually error out.
(I tried searching for issues a bit but I couldn't figure out the right keywords.)
Steps
As above.
Possible Solution(s)
Produce a warning on
--workspace
and-p <non-existent>
. Maybe eventually turn it into an errorNotes
No response
Version
The text was updated successfully, but these errors were encountered: