From e90a29ed4682530243e10ae91e880ed2eeba4dfd Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Thu, 11 Sep 2025 21:12:31 -0400 Subject: Correctly resolve go to definition for nested using bitfields on structs --- src/server/analysis.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/analysis.odin') diff --git a/src/server/analysis.odin b/src/server/analysis.odin index 4f70fbd..7538fe1 100644 --- a/src/server/analysis.odin +++ b/src/server/analysis.odin @@ -3432,7 +3432,7 @@ make_symbol_struct_from_ast :: proc( } b := symbol_struct_value_builder_make(symbol, ast_context.allocator) - write_struct_type(ast_context, &b, v, attributes, -1, inlined) + write_struct_type(ast_context, &b, v, attributes, -1) symbol = to_symbol(b) return symbol } -- cgit v1.2.3