Skip to content

Instantly share code, notes, and snippets.

@slimsag
Created May 10, 2021 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slimsag/3f3b5e8b64674751ae02d98d68c87d64 to your computer and use it in GitHub Desktop.
Save slimsag/3f3b5e8b64674751ae02d98d68c87d64 to your computer and use it in GitHub Desktop.
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:606:17: error: Unable to format type 'anyframe'
else => @compileError("Unable to format type '" ++ @typeName(T) ++ "'"),
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:558:35: note: called from here
try formatType(elem, actual_fmt, options, writer, max_depth - 1);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:511:31: note: called from here
try formatType(@field(value, f.name), ANY, options, writer, max_depth - 1);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:511:31: note: called from here
try formatType(@field(value, f.name), ANY, options, writer, max_depth - 1);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:489:39: note: called from here
try formatType(@field(value, u_field.name), ANY, options, writer, max_depth - 1);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:511:31: note: called from here
try formatType(@field(value, f.name), ANY, options, writer, max_depth - 1);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:489:39: note: called from here
try formatType(@field(value, u_field.name), ANY, options, writer, max_depth - 1);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:511:31: note: called from here
try formatType(@field(value, f.name), ANY, options, writer, max_depth - 1);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/fmt.zig:352:23: note: called from here
try formatType(
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/io/writer.zig:34:34: note: called from here
return std.fmt.format(self, format, args);
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/debug.zig:271:29: note: called from here
stderr.print(format ++ "\n", args) catch os.abort();
^
/Users/slimsag/Desktop/hexops/zig/build/lib/zig/std/debug.zig:230:15: note: called from here
panicExtra(null, first_trace_addr, format, args);
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment