We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dependency:
[dependencies.iui] path = "../"
causes cargo to fail and print the error An unknown error occurred.
An unknown error occurred
The text was updated successfully, but these errors were encountered:
You can get more information by running with --verbose. I see
--verbose
Caused by: couldn't open file (no such file or directory (No such file or directory); path=/home/huon/projects/Cargo.toml; mode=open; access=read)
and it seems to happen for any path = "..." where .../Cargo.toml doesn't exist.
path = "..."
.../Cargo.toml
Sorry, something went wrong.
cec0792
Check for the existence of Cargo.toml when reading packages.
c0865e8
Fixes rust-lang#82.
Merge pull request rust-lang#82 from alexcrichton/do-not-work-with-br…
702c8f3
…oken-code Updates to working with broken code
No branches or pull requests
The dependency:
causes cargo to fail and print the error
An unknown error occurred
.The text was updated successfully, but these errors were encountered: