]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: mark closures made for generic function expressions as wrappers
authorKeith Randall <khr@golang.org>
Thu, 26 May 2022 18:33:09 +0000 (11:33 -0700)
committerKeith Randall <khr@golang.org>
Thu, 26 May 2022 21:06:31 +0000 (21:06 +0000)
commitdbf52204751b5231b28a977c9cda3189c9493b2e
treee50ad8b7ab39be141d99390b424ac5c6157dbd3c
parentec9258029e40f7952051f5762b036b9d7f4f91f9
cmd/compile: mark closures made for generic function expressions as wrappers

Fixes #52237

Change-Id: I7488020c8d157e069202017a293d18230e3aef0d
Reviewed-on: https://go-review.googlesource.com/c/go/+/408876
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/noder/stencil.go
src/testing/helper_test.go
src/testing/helperfuncs_test.go