-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
ICE: LLVM Assertion with Unboxed Closures #18661
Copy link
Copy link
Closed
Labels
A-closuresArea: Closures (`|…| { … }`)Area: Closures (`|…| { … }`)I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Metadata
Metadata
Assignees
Labels
A-closuresArea: Closures (`|…| { … }`)Area: Closures (`|…| { … }`)I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Type
Fields
Give feedbackNo fields configured for issues without a type.
Minimal test case:
Gives
Rust Playpen
Things that don't affect it:
deep's argument instead of ignoring it.Things that DO stop it from happening:
_ignored, passing it todeeperas an arg.Only have access to playpen so I can't give backtrace, sorry.