Mismatch against yanked version doesn't inform user about yank #4260
Labels
A-dependency-resolution
Area: dependency resolution and the resolver
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
S-triage
Status: This issue is waiting on initial triage.
Depending on
bincode = "1.0.0-alpha7"
produces the following error:It doesn't mention the fact that there is a
1.0.0-alpha7
, but it has been yanked.This can leave the user confused about whether they mistyped something, or they are just trying to depend on a yanked version.
Semi-related: https://github.com/onur/docs.rs/issues/112#issuecomment-313868337
The text was updated successfully, but these errors were encountered: