-
Notifications
You must be signed in to change notification settings - Fork 19k
cmd/compile: assignment errors have become overly verbose #79785
Copy link
Copy link
Open
Labels
BadErrorMessageIssues related compiler error messages that should be better.Issues related compiler error messages that should be better.FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Metadata
Metadata
Labels
BadErrorMessageIssues related compiler error messages that should be better.Issues related compiler error messages that should be better.FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
Todo
Some of the assignment errors have become overly verbose. Examples:
We should produce more concise errors.
See also #78884 for some examples and former (1.16) error messages.