add missing errors to std.os.windows.CreateDirectoryError
parent
0720f338d4
commit
6ac76bc25e
|
@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{
|
|||
FileNotFound,
|
||||
NoDevice,
|
||||
AccessDenied,
|
||||
InvalidUtf8,
|
||||
BadPathName,
|
||||
Unexpected,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue