Skip to content
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

cmd/compile: panic while formatting error message #20233

Closed
josharian opened this issue May 4, 2017 · 1 comment
Closed

cmd/compile: panic while formatting error message #20233

josharian opened this issue May 4, 2017 · 1 comment

Comments

@josharian
Copy link
Contributor

package p

var f = func(...T)

Result:

x.go:3:13: type %!v(PANIC=runtime error: invalid memory address or nil pointer dereference) is not an expression
x.go:3:17: undefined: A

CL 42610 is a fix-in-progress. Filing a bug so that I have an issue number.

@gopherbot
Copy link

CL https://golang.org/cl/42610 mentions this issue.

@golang golang locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants