ICE with capture_disjoint_fields
during match MIR building
#87097
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Nightly only, since it depends on the
capture_disjoint_fields
feature gate.Without the
capture_disjoint_fields
feature gate, the code compiles without an ICE.f5d8117c3 2021-03-16
is the first nightly with the ICE.Still occurs on the latest nightly (
955b9c0d4 2021-07-12
at the time of writing).Code
ICE still occurs when
out_ref
is substituted withhere.field
, e.g.Meta
rustc +nightly --version --verbose
:rustc +bisector-ci-f5d8117c338a788bd24abec733fd143dfceb25a0-x86_64-unknown-linux-gnu --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: