Skip to content

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

@isaacg1

Description

@isaacg1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions