-
Notifications
You must be signed in to change notification settings - Fork 6
ice: panicked in internal_parser at array size should be a valid u64 #647
Copy link
Copy link
Open
Labels
A-parserRelating to the lexer or parserRelating to the lexer or parserE-good-first-issueCall for participation: Easy issue. Good for newcomers.Call for participation: Easy issue. Good for newcomers.P-lowThe bug may cause some undesired behavior but the compiler still functions (e.g. display bugs)The bug may cause some undesired behavior but the compiler still functions (e.g. display bugs)T-ICEInternal Compiler Errors (panics or crashes)Internal Compiler Errors (panics or crashes)
Metadata
Metadata
Assignees
Labels
A-parserRelating to the lexer or parserRelating to the lexer or parserE-good-first-issueCall for participation: Easy issue. Good for newcomers.Call for participation: Easy issue. Good for newcomers.P-lowThe bug may cause some undesired behavior but the compiler still functions (e.g. display bugs)The bug may cause some undesired behavior but the compiler still functions (e.g. display bugs)T-ICEInternal Compiler Errors (panics or crashes)Internal Compiler Errors (panics or crashes)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Ready
Before we begin...
What was the ICE diagnostic?
What were you doing when the panic occured?
Was messing around finding ICEs.
Provide an example of code that causes the panic.
u64 int overflow within the array length.
Other Context
No response