-
-
Notifications
You must be signed in to change notification settings - Fork 15k
ICE when type checking partially annotated patterns #57531
Copy link
Copy link
Closed
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️NLL-completeWorking towards the "valid code works" goalWorking towards the "valid code works" goal
Metadata
Metadata
Assignees
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️NLL-completeWorking towards the "valid code works" goalWorking towards the "valid code works" goal
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following code causes an ICE
Message:
This is marked as A-NLL because the bug is in MIR type check, even though it occurs with or without NLL.