const internal/types/errors.InvalidIterVar

5 uses

	internal/types/errors (current package)
		code_string.go#L116: 	_ = x[InvalidIterVar-108]
		codes.go#L1005: 	InvalidIterVar

	go/types
		stmt.go#L905: 			check.softErrorf(sKey, InvalidIterVar, "range over %s permits no iteration variables", &x)
		stmt.go#L907: 			check.softErrorf(sValue, InvalidIterVar, "range over %s permits only one iteration variable", &x)
		stmt.go#L909: 			check.softErrorf(sExtra, InvalidIterVar, "range clause permits at most two iteration variables")