diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-04 12:13:30 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-04 12:13:30 +0100 |
| commit | c910b5e583b8064f551179bfddc7c59ef5a32675 (patch) | |
| tree | c5a4876239b8c7fac0d14fc5a02deb9f7a060933 /src/check_expr.cpp | |
| parent | 4fac64afd48ed11f9f78fb9e85f71932adced9a4 (diff) | |
Add `intrinsics.type_is_nearly_simple_compare`
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |