#std.zig.Ast.Node.FnProto.return_type

1 messages · Page 1 of 1 (latest)

sturdy coral
#

Does anyone know what this indexes? I know it doesn't index nodes or extra data, so I don't really know where to look.

sturdy coral
#

life saver 🙏

#

still need to know what it indexes though...

#

is it a node? is it extra data?

blazing stone
#

should be a regular node with a tag .identifier or .error_union /me thinks

sturdy coral
blazing stone
#

well, it's up to AstGen to look it up

#

it probably matches a .simple_var_decl node