| author | |
| committer | |
| log | 6ac76bc25e2636bd9b2f7bb2fc5710e2aef4f8ed |
| tree | d78b6d645e6b0e82c07ce00e9a15588a8fcfd125 |
| parent | 0720f338d4979578498aaa86766171774230a7e9 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/os/windows.zig+2| ... | @@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{ | ... | @@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{ |
| 591 | FileNotFound, | 591 | FileNotFound, |
| 592 | NoDevice, | 592 | NoDevice, |
| 593 | AccessDenied, | 593 | AccessDenied, |
| 594 | InvalidUtf8, | ||
| 595 | BadPathName, | ||
| 594 | Unexpected, | 596 | Unexpected, |
| 595 | }; | 597 | }; |
| 596 | 598 |