ICE on #![feature(rustc_insignificant_dtor)]
#85680
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
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.
Code
(playground)
#![feature(rustc_insignificant_dtor)]
Meta
rustc --version --verbose
:Also reproduced on the playground:
1.54.0-nightly (2021-05-24 126561cb31e8ebe1e2dd)
.Error output
Backtrace
Addendum
Note that similar internal feature gates don't ICE (playground):
#![feature(rustc_variance)]
The text was updated successfully, but these errors were encountered: