cmd/go: panic in work.WriteCoverMetaFilesFile for "go test -n -cover" in root src dir #67953
Labels
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
On tip, I accidentally ran this command below in the root source directory (instead of a subdir).
This should succeed, but instead I got this crash:
What appears to be happening is that
work.WriteCoverMetaFilesFile
isn't properly handling dummy/builtin packages such as "unsafe" in this particular code path.The text was updated successfully, but these errors were encountered: