-
Notifications
You must be signed in to change notification settings - Fork 18.9k
x/tools: support for embedded fields in struct literals #78553
Copy link
Copy link
Open
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.
Milestone
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.
#9859 added language and compiler support for T{f: ...} where T is a struct type and f is an embedded field. This issue tracks the work of auditing x/tools and ensuring that it too supports this feature.
If you find more cases to consider, please report as comments so we can track.