mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
In Linux when interacting with the virtual file system when writing in invalid value to a file the OS will return errno 22 (INVAL). Instead of triggering an unreachable, this change now returns a newly introduced error.InvalidArgument.