ICE with assoc const equality & closure: ty::Const::eval
called on a non-valtree-compatible type
#119783
Labels
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
We don't employ any checks à la
check_param_wf
for assoc const equality constraints / we don't ensure that the type implsstd::marker::ConstParamTy
.full stderr & backtrace
rustc -Vv
(old nightly but whatever):The text was updated successfully, but these errors were encountered: