mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
add missing errors to std.os.windows.CreateDirectoryError
This commit is contained in:
parent
0720f338d4
commit
6ac76bc25e
@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{
|
||||
FileNotFound,
|
||||
NoDevice,
|
||||
AccessDenied,
|
||||
InvalidUtf8,
|
||||
BadPathName,
|
||||
Unexpected,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user