]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: combine missingMethodCause with missingMethod
authorRobert Griesemer <gri@golang.org>
Wed, 1 Mar 2023 21:53:48 +0000 (13:53 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 2 Mar 2023 14:47:20 +0000 (14:47 +0000)
commit2f9e38a1be0b2e09898dac261ae8894dcb2594a0
treec4784c2fa4822793addaa457060e3d1a93b60c57
parentad461f3261d755ab24222bc8bc30624e03646c3b
go/types, types2: combine missingMethodCause with missingMethod

For now this is simply a mechanical combination without any
relevant logic changes. This will make it easier to review
subsequent changes.

Change-Id: Ic2e2ae32b031d2dda0f69a08a5cc2349748bd25d
Reviewed-on: https://go-review.googlesource.com/c/go/+/472675
Run-TryBot: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/lookup.go
src/go/types/lookup.go