x/tools/gopls: Rename: "no type for %T" panic in satisfy #71572
Labels
BugReport
Issues describing a possible bug in the Go implementation.
gopls/telemetry-wins
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Issue created by stacks.
This means satisfy was called on ill-typed code. As with #71538, the long-term remedy here is to get rid of the satisfy package and use #70638 instead.
This stack
_KFIag
was reported by telemetry:crash/crash
runtime.gopanic:+69
golang.org/x/tools/refactor/satisfy.(*Finder).expr:+168
golang.org/x/tools/refactor/satisfy.(*Finder).expr:+149
golang.org/x/tools/refactor/satisfy.(*Finder).expr:+148
golang.org/x/tools/refactor/satisfy.(*Finder).stmt:+97
golang.org/x/tools/refactor/satisfy.(*Finder).stmt:+100
golang.org/x/tools/refactor/satisfy.(*Finder).stmt:+90
golang.org/x/tools/refactor/satisfy.(*Finder).Find:+19
golang.org/x/tools/gopls/internal/golang.(*renamer).satisfy:+27
golang.org/x/tools/gopls/internal/golang.(*renamer).checkMethod:+178
golang.org/x/tools/gopls/internal/golang.(*renamer).check:+16
golang.org/x/tools/gopls/internal/golang.renameObjects:+24
golang.org/x/tools/gopls/internal/golang.renameExported:+56
golang.org/x/tools/gopls/internal/golang.renameOrdinary:+157
golang.org/x/tools/gopls/internal/golang.Rename:+24
golang.org/x/tools/gopls/internal/server.(*server).Rename:+17
The text was updated successfully, but these errors were encountered: