From 8d63c1bbff951bcb1f9519e7a382f8014bd5d7c2 Mon Sep 17 00:00:00 2001 From: Leandro Libanio Date: Wed, 1 Apr 2026 13:34:04 -0300 Subject: [PATCH] publish partial struct fields during struct field checking Fixes: #6506 --- src/check_type.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/check_type.cpp b/src/check_type.cpp index b7ff56536..137cdb96f 100644 --- a/src/check_type.cpp +++ b/src/check_type.cpp @@ -127,6 +127,8 @@ gb_internal void check_struct_fields(CheckerContext *ctx, Ast *node, Slicekind != Ast_Field) { continue;