Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error handling when PathSource is relative
When editing dependencies with cargo, if a relative PathSource is supplied cargo panics with "both paths are absolute". This is the opposite of what's actually wrong leading to confusion. This commit changes the error message to say what is actually wrong.
- Loading branch information