-
Notifications
You must be signed in to change notification settings - Fork 6
ice: sizeof fn() -> i32 panics #655
Copy link
Copy link
Open
Labels
A-codegenRelating to the code generatorRelating to the code generatorP-mediumThe bug is noticeable but does not significantly affect most use casesThe bug is noticeable but does not significantly affect most use casesT-ICEInternal Compiler Errors (panics or crashes)Internal Compiler Errors (panics or crashes)
Metadata
Metadata
Assignees
Labels
A-codegenRelating to the code generatorRelating to the code generatorP-mediumThe bug is noticeable but does not significantly affect most use casesThe bug is noticeable but does not significantly affect most use casesT-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
The
sizeofover a function type panics at codegen with "not a basic type." We probably want to not allowfnwithout being behind a pointer.