mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 10:43:08 +00:00
In the future, it might be nice to introduce a type for file system path names. This would be a way to avoid having InvalidFileName in the error set, since construction of such type could validate it above the interface.