const internal/types/errors.InvalidMake

4 uses

	internal/types/errors (current package)
		code_string.go#L101: 	_ = x[InvalidMake-92]
		codes.go#L839: 	InvalidMake

	go/types
		builtins.go#L506: 			check.errorf(arg0, InvalidMake, invalidArg+"cannot make %s: no core type", arg0)
		builtins.go#L509: 			check.errorf(arg0, InvalidMake, invalidArg+"cannot make %s; type must be slice, map, or channel", arg0)