ICE on "index out of bounds: the len is 0 but the index is 1" #62881
Labels
A-parser
Area: The parsing of Rust source code to an AST
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
When I try to run
rustc
on this program (found by fuzz-rustc)it crashes with this error:
The error happens on stable, beta, and nightly.
The text was updated successfully, but these errors were encountered: