ICE with incremental compilation in async code #93584
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 couldn't figure out how to minimize the code itself, but the exact same crate compiles successfully with incremental compilation disabled (by setting
CARGO_INCREMENTAL=0
) and fails with incremental compilation enabled. Runningcargo clean
also gets incremental compilation working againCode
This looked like the function originally identified in the stack trace:
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: