You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run
└─ run main
└─ zig build-exe main Debug native 1 errors
/Users/alexander/.cache/zig/p/12209a8a991121bba3b21f31d275588690dc7c0d7fa9c361fd892e782dd88e0fb2ba/src/lib.zig:100:46: error: no field named 'Enum' in union 'builtin.Type'
for (@typeInfo(AnsiCode).Enum.fields) |field| {
^~~~
/Users/alexander/.zig/lib/std/builtin.zig:556:18: note: union declared here
pub const Type = union(enum) {
^~~~~
main.zig:17:34: note: called from here
std.debug.print(chroma.format("{blue}{underline}Eventually{reset}, the {red}formatting{reset} looks like {130;43;122}{s}!\n"), .{"this"});
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
main: /Users/alexander/.zig/lib/std/start.zig:617:37
comptime: /Users/alexander/.zig/lib/std/start.zig:58:30
2 reference(s) hidden; use '-freference-trace=4' to see all references
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: