const internal/types/errors.MixedStructLit

4 uses

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

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