-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"go-fuzz-build" leads to "misplaced compiler directive" #301
Comments
Hi @thepudds , thanks for pointing it out, however, I do not think this thread includes the resolution to this issue, right? |
Hi @thepudds I found if I add one space before go:nocheckptr, then the problem is resolved. Thanks // go:nocheckptr // Pointer returns v's value as a uintptr. |
Hi There,
When I tried to compile project with go-fuzz-build, I encounter the following error, the $GO111MODULE is on:
failed to execute go build: exit status 2
reflect
/home/tiger/go/src/reflect/value.go:1432: misplaced compiler directive
Thanks
Peng
The text was updated successfully, but these errors were encountered: