add missing errors to std.os.windows.CreateDirectoryError

This commit is contained in:
Andrew Kelley 2020-03-07 19:13:05 -05:00
parent 0720f338d4
commit 6ac76bc25e
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{
FileNotFound,
NoDevice,
AccessDenied,
InvalidUtf8,
BadPathName,
Unexpected,
};