Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error: Distinguish toml parsing errors from "manifest not found"
While implementing #12 an invalid `.cargo/config.toml` turned into an undescriptive and incorrect `ManifestNotFound` here. Forwarding the parsing error gives the user a much more descriptive error message that'll help understand what to fix.
- Loading branch information