Merge remote-tracking branch 'offical/master'

This commit is contained in:
2024-06-26 23:24:48 -04:00
22 changed files with 685 additions and 209 deletions
+1 -1
View File
@@ -8729,7 +8729,7 @@ gb_internal ExprKind check_or_branch_expr(CheckerContext *c, Operand *o, Ast *no
// okay
} else {
gbString s = type_to_string(right_type);
error(node, "'%.*s' requires a boolean or nil-able type, got %s", s);
error(node, "'%.*s' requires a boolean or nil-able type, got %s", LIT(name), s);
gb_string_free(s);
}
}