Skip to content
New issue

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

An unkown error occured: dep-info not in an understood format #23

Open
isaacg1 opened this issue Jul 11, 2017 · 0 comments
Open

An unkown error occured: dep-info not in an understood format #23

isaacg1 opened this issue Jul 11, 2017 · 0 comments

Comments

@isaacg1
Copy link

isaacg1 commented Jul 11, 2017

I was write some code and iteratively running cargo check when my computer crashed. Upon restarting, running cargo check gave:

error: An unknown error occurred

To learn more, run the command again with --verbose.

cargo check --verbose gave:

error: dep-info not in an understood format: /home/isaac/prog/rust/text/target/debug/.fingerprint/text-9ae3aaa45655e90e/dep-bin-text-9ae3aaa45655e90e

The contents of the aforementioned file are:

/home/isaac/prog/rust/text/target/debug/deps/text-9ae3aaa45655e90e.rmeta: src/main.rs

/home/isaac/prog/rust/text/target/debug/deps/text-9ae3aaa45655e90e.d: src/main.rs

src/main.rs:

Notably, running cargo rustc -- -Zno-trans works without error as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant