You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
changed the title
Cargo check and Cargo Test panicked
Cargo check and Cargo Test panicked during ICE
May 3, 2021
stechu
changed the title
Cargo check and Cargo Test panicked during ICE
Cargo check and Cargo Test panicked during incremental compilation
May 3, 2021
Currently,
cargo check
andcargo 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
The text was updated successfully, but these errors were encountered: