| author | |
| committer | |
| log | dd366d316d0b3555864145494b28fdb6e090a3f2 |
| tree | d1484332bf9ff09c6d850abfb746991d27901ad8 |
| parent | 08e7ac3028da4503d709553a6c12e5751c6ce4fb |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/zig/system.zig+3| ... | ... | @@ -820,6 +820,9 @@ pub const NativeTargetInfo = struct { |
| 820 | 820 | &link_buf, |
| 821 | 821 | ) catch |err| switch (err) { |
| 822 | 822 | error.NameTooLong => unreachable, |
| 823 | error.InvalidUtf8 => unreachable, // Windows only | |
| 824 | error.BadPathName => unreachable, // Windows only | |
| 825 | error.UnsupportedReparsePointType => unreachable, // Windows only | |
| 823 | 826 | |
| 824 | 827 | error.AccessDenied, |
| 825 | 828 | error.FileNotFound, |