Bug when using cargo check
(my program works with cargo run
)
#128251
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
What happened
I had this as my cargo.toml:
When I removed rand and image, which I did not need, this issue happened when running
cargo check
. It did not happen before I removed these dependencies..Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: