-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Unions interacting with Enum layout optimization #36394
Copy link
Copy link
Open
Labels
A-codegenArea: Code generationArea: Code generationA-enumArea: Enums (discriminated unions, or more generally ADTs (algebraic data types))Area: Enums (discriminated unions, or more generally ADTs (algebraic data types))F-untagged_unions`#![feature(untagged_unions)]``#![feature(untagged_unions)]`T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-langRelevant to the language teamRelevant to the language team
Description
Activity
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationA-enumArea: Enums (discriminated unions, or more generally ADTs (algebraic data types))Area: Enums (discriminated unions, or more generally ADTs (algebraic data types))F-untagged_unions`#![feature(untagged_unions)]``#![feature(untagged_unions)]`T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-langRelevant to the language teamRelevant to the language team
IRC (#rust) short discussion log, since I don't actually know much about this:
cc @Amanieu @bluss