You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Expand error messages around path dependency on cargo package and cargo publish (#15705)
fix#15607.
### What does this PR try to resolve?
Current error message about path/git dependency being inside manifest on
`cargo package` and `cargo publish` lacks some information and it can be
confusing. This PR adds some context on which manifest error originates
from, so that users can understand the exact cause of the error cargo
reports.
0 commit comments