const internal/types/errors.UnusedVar

4 uses

	internal/types/errors (current package)
		code_string.go#L110: 	_ = x[UnusedVar-101]
		codes.go#L943: 	UnusedVar

	go/types
		stmt.go#L70: 		check.softErrorf(v, UnusedVar, "declared and not used: %s", v.name)
		stmt.go#L792: 				check.softErrorf(lhs, UnusedVar, "%s declared and not used", lhs.Name)