-
Notifications
You must be signed in to change notification settings - Fork 19k
x/tools: support for embedded fields in struct literals #78553
Copy link
Copy link
Closed
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
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
#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.
Gopls
If you find more cases to consider, please report as comments so we can track.
These are the only other places I found in my audit of x/tools (adonovan):
Modernizer
Other Tools (to be notified)