x/tools/gopls: "full error below" in error message a bit misleading? #44735
Labels
FrozenDueToAge
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
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Start with the following scenario:
const.go
in your editorcp const.go b.go
What did you expect to see?
Clear error messages for "both" duplicate declarations
What did you see instead?
hello redeclared in this block (full error below)
forb.go
.It's unclear what "below" refers to here and seems rather specific to a particular presentation?
Log files:
cc @stamblerre
FYI @leitzler
The text was updated successfully, but these errors were encountered: