Closed MarijnS95 closed 2 years ago
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.
.cargo/config.toml
ManifestNotFound
While implementing #12 an invalid
.cargo/config.toml
turned into an undescriptive and incorrectManifestNotFound
here. Forwarding the parsing error gives the user a much more descriptive error message that'll help understand what to fix.