]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: add a field (method) name for function in TestABIUtilsI...
authorDan Scales <danscales@google.com>
Mon, 28 Jun 2021 17:57:26 +0000 (10:57 -0700)
committerDan Scales <danscales@google.com>
Tue, 29 Jun 2021 01:28:07 +0000 (01:28 +0000)
commitdfa8fd861ca99614f03ce409584c4f9ea3e6a3da
treee00f233a6bd020eda4e7d29415b68d2175d729d8
parent64e6c75924a57306d8009cef4802b0b9ca4b7891
[dev.typeparams] cmd/compile: add a field (method) name for function in TestABIUtilsInterfaces

Not having a field name for the method is not really correct, and makes
it look like an embedded field. In fact, currently types.CalcSize() in
abitest() is creating an error that is not actually reported.

Change-Id: I98c3a4abf5b6d610d9c3c56ce1042078374b5417
Reviewed-on: https://go-review.googlesource.com/c/go/+/331469
Run-TryBot: Dan Scales <danscales@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Dan Scales <danscales@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/test/abiutils_test.go