mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 03:57:08 +03:00
More FnDef TypeInfo generation.
This commit is contained in:
@@ -6500,6 +6500,10 @@ static void define_builtin_compile_vars(CodeGen *g) {
|
||||
" fn_type: type,\n"
|
||||
" inline_type: Inline,\n"
|
||||
" calling_convention: CallingConvention,\n"
|
||||
" is_var_args: bool,\n"
|
||||
" is_extern: bool,\n"
|
||||
" is_export: bool,\n"
|
||||
" lib_name: ?[]const u8,\n"
|
||||
"\n"
|
||||
" const Inline = enum {\n"
|
||||
" Auto,\n"
|
||||
|
||||
Reference in New Issue
Block a user