]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/pkginit: fix typecheck.DeclFunc call
authorMatthew Dempsky <mdempsky@google.com>
Thu, 5 May 2022 18:54:11 +0000 (11:54 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 5 May 2022 19:09:47 +0000 (19:09 +0000)
commit72d1cb092e0008419676be353703298cadccf3a2
treeea1f842995893c18d0b2e33d91a8031f9086df50
parent983906fa6db6df56e3912ba5c6be8fada00b232b
cmd/compile/internal/pkginit: fix typecheck.DeclFunc call

CL 403935 changed the API for typecheck.DeclFunc, while CL 403851 was
submitted in the mean time and added another call to it.

Change-Id: I0de59f34197bf241c1dd42cffbab7a91f9eb825d
Reviewed-on: https://go-review.googlesource.com/c/go/+/404434
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/pkginit/init.go