const internal/types/errors.MixedStructLit

4 uses

	internal/types/errors (current package)
		code_string.go#L74: 	_ = x[MixedStructLit-64]
		codes.go#L599: 	MixedStructLit

	go/types
		literals.go#L165: 					check.error(e, MixedStructLit, "mixture of field:value and value elements in struct literal")
		literals.go#L201: 					check.error(kv, MixedStructLit, "mixture of field:value and value elements in struct literal")