x/tools/gopls: Definitions bug "internal error: no position for %v" on error.Error method #64086
Labels
FrozenDueToAge
gopls/telemetry-wins
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Another stack
kkvfqw
reported by telemetry:This is L108 of Defintion.go:
I can reproduce the crash by doing a definitions query on
var err error; err.Error()
. Will we ever learn?(The
if obj.Parent() == types.Universe {
check doesn't work as intended for methods, as their parent is nil.)The text was updated successfully, but these errors were encountered: