zig: update to zig-0.15.0-dev.703+597dd328e
This commit is contained in:
parent
0e3806ab98
commit
6fb364d64b
3 changed files with 6 additions and 3 deletions
|
@ -1222,6 +1222,7 @@ pub const LoadFromFileError = error{
|
|||
LockViolation,
|
||||
ProcessNotFound,
|
||||
Canceled,
|
||||
PermissionDenied,
|
||||
};
|
||||
|
||||
pub fn load_from_file(
|
||||
|
@ -1327,6 +1328,8 @@ pub const StoreToFileError = error{
|
|||
SystemResources,
|
||||
Unexpected,
|
||||
WouldBlock,
|
||||
PermissionDenied,
|
||||
MessageTooBig,
|
||||
};
|
||||
|
||||
pub fn store_to_existing_file_const(self: *const Self, file_path: []const u8) StoreToFileError!void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue