ICE with const_generics + const_compare_raw_pointers: broken MIR / NoSolution #72352
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-const_generics
`#![feature(const_generics)]`
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.
I've tried reducing this but wasn't really able to so far. I might try again some other time.
The code below currently ICEs on Nightly (
a74d1862d 2020-05-14
). When trying to reproduce locally for the backtrace, I had an older Nightly first (5d04ce67f 2020-02-13
) where this actually didn't crash the compiler, so it's apparently a regression.Code
Playground
Error output
Backtrace
The text was updated successfully, but these errors were encountered: