ICE: Can't hash a TyVid (const generics???) #62700
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
F-const_generics
`#![feature(const_generics)]`
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.
I'm not sure if this happens due to const generics, but while working on a codebase I stumbled upon this ICE multiple times:
Backtrace:
I haven't got it down to a small repro yet, but here's the repo it happens in https://github.com/DutchGhost/vecset/tree/TyVidICE
The text was updated successfully, but these errors were encountered: