Commit 6ac76bc25e

Andrew Kelley <andrew@ziglang.org>
2020-03-08 01:13:05
add missing errors to std.os.windows.CreateDirectoryError
1 parent 0720f33
Changed files (1)
lib
lib/std/os/windows.zig
@@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{
     FileNotFound,
     NoDevice,
     AccessDenied,
+    InvalidUtf8,
+    BadPathName,
     Unexpected,
 };