x/tools/gopls: another crash in RenderPackageDoc's use of NewSignatureType #67294
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Minutes after fixing #67287, I noticed a second panic in RenderPackageDoc's use of NewSignatureType. The fundamental cause is that NewSignatureType mutates its operands: it updates the index of each TypeParam; this is #67293. Depending on the resolution of that issue, gopls will need to:
Duplicating the TypeParams seems like the expedient fix.
The text was updated successfully, but these errors were encountered: