mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-08 10:56:34 +00:00
update zig
This commit is contained in:
@@ -281,7 +281,7 @@ fn parseIntoField(
|
||||
|
||||
fn parsePackedStruct(comptime T: type, v: []const u8) !T {
|
||||
const info = @typeInfo(T).Struct;
|
||||
assert(info.layout == .Packed);
|
||||
assert(info.layout == .@"packed");
|
||||
|
||||
var result: T = .{};
|
||||
|
||||
|
Reference in New Issue
Block a user