Closed maxxnino closed 3 years ago
std.mem.trimRight return []const u8 but line variable is not const, so this can't compile on window
Const pointers aren't the same thing as const values; you can reassign variables of const pointer types.
This compiles with Zig master; Zig 0.7.1 isn't supported.
std.mem.trimRight return []const u8 but line variable is not const, so this can't compile on window
I dont't know much about zig so my dirty fix is
zig version 0.7.1