cmd/go: missing position for "unknown godebug" error from go list #67623
Labels
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
go list
reports an error for unknown godebug values. But this error lacks a position:Compare with the message when there's a syntax error:
As a result, gopls does not position this error correctly.
The go command should also position the error correctly in go.work files.
CC @rsc @matloob
The text was updated successfully, but these errors were encountered: