cmd/compile: fix incorrect go:noinline usage
This pragma is not actually honored by the compiler. The tests implicitly relied on the inliner being unable to inline closures with captured variables, which will soon change. Fixes #22208 Change-Id: I13abc9c930b9156d43ec216f8efb768952a29439 Reviewed-on: https://go-review.googlesource.com/73211Reviewed-by:Michael Munday <mike.munday@ibm.com>
Showing
Please register or sign in to comment