mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-05 07:13:27 -04:00
Added ErrorSet TypeInfo generation.
This commit is contained in:
+1
-1
@@ -6426,7 +6426,7 @@ static void define_builtin_compile_vars(CodeGen *g) {
|
||||
" };\n"
|
||||
"\n"
|
||||
" pub const ErrorUnion = struct {\n"
|
||||
" error_set: ErrorSet,\n"
|
||||
" error_set: &ErrorSet,\n"
|
||||
" payload: &TypeInfo,\n"
|
||||
" };\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user