generic_const_exprs: ICE when converting into type related to trait's internal generic const #101557
Labels
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
requires-nightly
This issue requires a nightly compiler in some way.
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.
Code
Note: ICE does not occur if either of the two lines in
f()
is replaced withtodo!()
; i.e.or
Meta
rustc --version --verbose
:Error output
Backtrace for first panic
Backtrace for second panic
The text was updated successfully, but these errors were encountered: