update to latest zig: add c_char type (#1124)
* update to latest zig: add c_char type * Bump version, add c_char to isTypeIdent
This commit is contained in:
@@ -653,6 +653,7 @@ pub fn isTypeIdent(text: []const u8) bool {
|
||||
.{"type"}, .{"anyerror"},
|
||||
.{"comptime_int"}, .{"comptime_float"},
|
||||
.{"anyframe"}, .{"anytype"},
|
||||
.{"c_char"}
|
||||
});
|
||||
|
||||
if (PrimitiveTypes.has(text)) return true;
|
||||
|
||||
Reference in New Issue
Block a user