ICE caused by using feature(generic_const_exprs):compiler/rustc_borrowck/src/universal_regions.rs:880:36
#114464
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-generic_const_exprs
`#![feature(generic_const_exprs)]`
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
This is another code runs as expected until we introduce the
generic_const_exprs
attribute and the compiler encounters an ICE error, but with different stack informationMeta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: