The "unused manifest key" warning doesn't print or halt the publishing with cargo publish
#7380
Labels
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
Command-publish
S-triage
Status: This issue is waiting on initial triage.
Normally if you have a manifest key that cargo doesn't understand many of the commands will print a warning
However, if you use
cargo publish
not only does the accidental key not halt the publishing process without an override flag (as one might expect, similar to how you can't publish with a dirty git state without a flag), but it doesn't even directly print the warning about a bad key. Instead I got the warning about "no documentation, homepage or repository."(Was posted as rust-lang/rust#64476 and then I was told to repost here because apparently there's a gap in the permissions among triage folks, which has already also been reported elsewhere so we can have that solved too soon enough)
The text was updated successfully, but these errors were encountered: