ICE : Region parameter out of range
when instantiating in region
#124833
Labels
C-bug
Category: This is a bug.
F-generic_const_items
`#![feature(generic_const_items)]`
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.
Code
(reduced)
(original)
Note
Region parameter out of range
when instantiating in region #123836. The only difference is in line 17 which wasconst C<>: &'a str = "C"
in previous issue and now it'sconst C<'a>: = "C"
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: