| author | |
| committer | |
| log | 417c92895263250ca399bcf7a1a2abaee6067624 |
| tree | 597870975fdd32c53041670fbc0de103f9a098b8 |
| parent | e7d02eae4d99fbae11e91ddd7601e5ac2a392292 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/fs.zig+2| ... | ... | @@ -453,6 +453,8 @@ pub const Dir = struct { |
| 453 | 453 | |
| 454 | 454 | pub const Error = IteratorError; |
| 455 | 455 | |
| 456 | /// Memory such as file names referenced in this returned entry becomes invalid | |
| 457 | /// with subsequent calls to `next`, as well as when this `Dir` is deinitialized. | |
| 456 | 458 | pub fn next(self: *Self) Error!?Entry { |
| 457 | 459 | start_over: while (true) { |
| 458 | 460 | const w = os.windows; |