aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-08-05 15:07:06 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-08-05 15:07:06 +0100
commiteae43f122556f7219dc05a8fb7674a122ad977ba (patch)
treefc2cb57e456d500c253d778e0a82c04564a4ec35 /src/check_expr.cpp
parentf8d24923fdd701c0a08b8ffb7200cebdc9820b76 (diff)
parentaccdd7c2af4c2b9f4a0b923a47df4c2eb6074b0a (diff)
Merge branch 'master' into bill/utf16-strings
Diffstat (limited to 'src/check_expr.cpp')
-rw-r--r--src/check_expr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index 34149f92b..faa338f36 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -6621,7 +6621,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);