ICE: type parameter T/#1
(T/#1/1) out of range when instantiating, args=[?0t]
#141014
Labels
C-bug
Category: This is a bug.
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
S-has-bisection
Status: A bisection has been found for this issue
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Code
Meta
The ICE doesn't occur if
generic_const_expr
is used instead ofmin_generic_const_args
(but it is still a compiler error as it should be).rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: