ICE: [u8; 18446744073709551615]
is too big for the current architecture
#69485
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: Complain that the array size is too large
Instead, this happened: It crashed the compiler
Meta
rustc --version --verbose
:A quick look at Godbolt suggests this has been happening from
1.12
onwards.Backtrace
Related issues: #23600, #49230
The text was updated successfully, but these errors were encountered: