cmd/link: 'index out of range' when build with buildmode=plugin #17443
Labels
Milestone
Comments
I believe this is #17140, which I believe is fixed by https://golang.org/cl/29692, which is waiting for review. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go version
go env
What did you do?
I tried to build following code:
by calling
go build -buildmode=plugin
What did you expect to see?
go build -buildmode=plugin
should not return any errorWhen
func Test(value string) string
has nostring
argument:code compiles without any error.
What did you see instead?
The text was updated successfully, but these errors were encountered: