From c910b5e583b8064f551179bfddc7c59ef5a32675 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 4 Aug 2025 12:13:30 +0100 Subject: Add `intrinsics.type_is_nearly_simple_compare` --- src/check_expr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/check_expr.cpp') diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 6723a7580..51fb5511b 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -6533,7 +6533,7 @@ gb_internal bool evaluate_where_clauses(CheckerContext *ctx, Ast *call_expr, Sco Entity *e = entry.value; switch (e->kind) { case Entity_TypeName: { - if (print_count == 0) error_line("\n\tWith the following definitions:\n"); + // if (print_count == 0) error_line("\n\tWith the following definitions:\n"); gbString str = type_to_string(e->type); error_line("\t\t%.*s :: %s;\n", LIT(e->token.string), str); -- cgit v1.2.3