Internal Compiler Error: thread 'rustc' panicked at 'assertion failed: (left == right)
#84167
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.
While using the winres crate this was the build.rs script for applying a .ico for my executable. As soon as the build.rs script was removed my project compiled successfully without either being hung up on the winres crate or failing/panicking. Oddly enough it compiles normally on a x64 nightly/stable-toolchain. Possible winres crate compatibility problem.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
N/A as using RUST_BACKTRACE=1 variable gives me "note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace." Meanwhile using RUST_BACKTRACE=full gives me a PowerShell errorThe text was updated successfully, but these errors were encountered: