ICE: open drop from non-ADT
with unsafe_binder
#141394
Labels
C-bug
Category: This is a bug.
F-unsafe_binders
`#![feature(unsafe_binders)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
rustc --version --verbose
:Error output
command:
rustc
Backtrace
Bisects to
searched nightlies: from nightly-2024-05-01 to nightly-2025-05-22
regressed nightly: nightly-2025-02-02
searched commit range: 854f225...8239a37
regressed commit: 8239a37
bisected with cargo-bisect-rustc v0.6.9
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
Notes
ICE location:
rustc_mir_transform/src/elaborate_drop.rs Line-1281
rust/compiler/rustc_mir_transform/src/elaborate_drop.rs
Lines 1258 to 1283 in bf64d66
ICE:
open drop from non-ADT
#140930 has identical ICE location and currently open, but it requires different feature & bisection results@rustbot label +F-unsafe_binders
The text was updated successfully, but these errors were encountered: