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

Cargo check and Cargo Test panicked during incremental compilation #22

Closed
stechu opened this issue May 3, 2021 · 2 comments
Closed

Comments

@stechu
Copy link
Collaborator

stechu commented May 3, 2021

Currently, cargo check and cargo test will panic, cargo build --release is fine. I believe this is a rust bug rather a manta bug, submitted an issue to Rust:

rust-lang/rust#84885

@stechu
Copy link
Collaborator Author

stechu commented May 3, 2021

Can get a workaround by running:

cargo clean

as suggested rust-lang/rust#84341
In a nutshell, this bug only happens when doing incremental compilation
Will keep this issue open until rust team fix this bug

@stechu stechu changed the title Cargo check and Cargo Test panicked Cargo check and Cargo Test panicked during ICE May 3, 2021
@stechu stechu changed the title Cargo check and Cargo Test panicked during ICE Cargo check and Cargo Test panicked during incremental compilation May 3, 2021
@stechu stechu added the wontfix label May 12, 2021
@Dengjianping
Copy link
Contributor

Fixed by latest rust.

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

2 participants