Add intrinsics.type_is_nearly_simple_compare

This commit is contained in:
gingerBill
2025-08-04 12:13:30 +01:00
parent 4fac64afd4
commit c910b5e583
4 changed files with 61 additions and 1 deletions

View File

@@ -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);