mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 15:23:14 +00:00
The call to `makeDir` for the top-level component of `sub_path` can return `error.FileNotFound` if the directory represented by `self` has been deleted. Fixes #11397