Open malezjaa opened 2 days ago
An unwrap added in #128849 cc @estebank
The linked reproduction repo appears to no longer exist.
I'm sorry. I changed the visibility because I thought you had already found the issue. I had already modified the code to not cause a compiler error.
Made it public again. https://github.com/malezjaa/game/commit/7fa40a6b810177ea79c6ace036dd615358976ce8 this commit contains old code in src/cursor.rs
Thanks for making it public again.
Here is a reduced example of the ICE: https://github.com/cyrgani/rustc-ice-version-conflict
The issue why the compiler panics is that rapier
depends on bevy 0.14
, but the game
crate depends on bevy 0.15
. When importing a type from rapier
in game
, the ICE occurs.
@rustbot label: +S-has-mcve -E-needs-mcve +regression-from-stable-to-nightly
Code
The reproduction is a simple game in bevy: https://github.com/malezjaa/game
Meta
rustc --version --verbose
:Error output
rustc-ice-2024-11-11T21_25_06-29784.txt