ICE on "index out of bounds: the len is 3 but the index is 4" #62895
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I'm getting an internal compiler error on the following program (found by fuzz-rustc):
I'm seeing the error on stable, beta, and nightly. As with #62881, the error occurs on
nightly-2018-12-14
(f4a421e) but not onnightly-2018-12-08
(4a45578).#62887, the proposed fix for #62881, does not fix this error. cc @estebank
The text was updated successfully, but these errors were encountered: