Broken MIR Compiler bug #118030
Labels
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.
I am very much enjoying programming in Rust! However, upon upgrading to stable 1.74 using bevy, I came across a strange compiler bug.
Code
// literally nothing, in src/lib.rs
Cargo.toml:
I ran
cargo b
with no rust-toolchain.toml fileMeta
rustc --version --verbose
:This doesn't compile on the stable 1.74 channel,
cargo +stable b
, but compiles fine on nightly:Also, it compiles fine on previous 1.73 stable version, making this a regression:
Error output
(see backtrace below)
Backtrace
The text was updated successfully, but these errors were encountered: