| ... | @@ -820,6 +820,9 @@ pub const NativeTargetInfo = struct { | ... | @@ -820,6 +820,9 @@ pub const NativeTargetInfo = struct { |
| 820 | &link_buf, | 820 | &link_buf, |
| 821 | ) catch |err| switch (err) { | 821 | ) catch |err| switch (err) { |
| 822 | error.NameTooLong => unreachable, | 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 | error.AccessDenied, | 827 | error.AccessDenied, |
| 825 | error.FileNotFound, | 828 | error.FileNotFound, |