We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02ee35 commit dd745ecCopy full SHA for dd745ec
gopls/internal/test/marker/testdata/highlight/issue68918.txt
@@ -1,6 +1,12 @@
1
Regression test for https://github.com/golang/go/issues/68918:
2
crash due to missing type information in CompositeLit.
3
4
+The corresponding go/types fix in Go 1.24 introduces a
5
+new error message, hence the -ignore_extra_diags flag.
6
+
7
+-- flags --
8
+-ignore_extra_diags
9
10
-- a.go --
11
package a
12
0 commit comments