ICE: encountered Assign((_0, const false))
with incompatible types: left-hand side has type: std::task::Poll<std::option::Option<()>> right-hand side has type: bool
#140530
Labels
C-bug
Category: This is a bug.
F-async_drop
`#![feature(async_drop)]`
F-gen_blocks
`gen {}` expressions that produce `Iterator`s
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.
snippet:
Version information
Possibly related line of code:
rust/compiler/rustc_mir_transform/src/validate.rs
Lines 74 to 86 in 251cda5
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc --edition=2024
Program output
@rustbot label +F-async_drop +F-gen_blocks
The text was updated successfully, but these errors were encountered: