add missing errors to std.os.windows.CreateDirectoryError

master
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
1 changed files with 2 additions and 0 deletions

View File

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