ICE const generic and iterator #88022
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-const_generics
`#![feature(const_generics)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
Compiler panics
error: internal compiler error: compiler/rustc_middle/src/ich/impls_ty.rs:94:17: StableHasher: unexpected region '_#0r
thread 'rustc' panicked at 'Box<dyn Any>', compiler/rustc_errors/src/lib.rs:1115:9
It's the iterator impl that's causing it.
rustc 1.56.0-nightly (0fa319039 2021-08-12)
compiler flags: -C embed-bitcode=no -C debuginfo=2 -C incremental --crate-type bin
The text was updated successfully, but these errors were encountered: