]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: propagate pragmas from generic function to stenciled implementation
authorKeith Randall <khr@golang.org>
Wed, 14 Apr 2021 23:18:58 +0000 (16:18 -0700)
committerKeith Randall <khr@golang.org>
Thu, 15 Apr 2021 00:29:05 +0000 (00:29 +0000)
commit083a26c7d2faa8194782856c6f4efce47703df01
tree505c96e5b14ea2ecfbd5de7300b62c18f0a4865f
parentbf634c76b28a4a857c9d2a039c53982ffbdcceb7
cmd/compile: propagate pragmas from generic function to stenciled implementation

Change-Id: I28a1910890659aaa449ffd2a847cd4ced5a8600d
Reviewed-on: https://go-review.googlesource.com/c/go/+/310211
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go
test/typeparam/pragma.go [new file with mode: 0644]