rustc 1.53.0-nightly panics on "computing predicates of std::ops::FnMut
"
#83951
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.
I am following the Bevy Tutorial and encountered the following compiler panic.
I followed the suggested compilation time optimisations from Bevy: Bevy Tutorial - Setup (Scroll down to "Enable Fast Compilation").
Furthermore, I am using sccache.
However, with or without those changes, I get the same panic.
Code
src/main.rs
:Cargo.toml
:~/.cargo/config
:Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: