Error compiling a simple project with packages opt-level=3 #119454
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.
Hi, got this error while trying to compile a simple example code from bevy-inspector-egui. I first thought that the problem stems from bevy-inspector-egui and bevy_egui potentially depending on different version of bevy or some expected feature flag missing, but the problem disappears when I remove the opt-level = 3 for [profile.dev.package."*"] section.
Code
Cargo.toml:
src/main.rs:
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: