Skip to content

cmd/compile: constraint satisfaction errors use "implements" instead of "satisfies" #57564

@griesemer

Description

@griesemer

Per the latest spec, we now distinguish between interface implementation and constraint satisfaction.

However, currently the compiler reports constraint satisfaction errors with the phrase "cannot implement" or "does not implement" instead of "cannot satisfy" or "does not satisfy".

Not necessarily a release blocker but would be good to fix ASAP.

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions