Files
zig/lib/std
Andrew Kelley 4ea1aaf798 std.Io.net: use the appropriate error code
Previous commit fixed the crash but used this error code:

```
/// The interface name is longer than the host operating system supports.
NameTooLong,
```

More appropriate error code based on the documentation is:

```
/// If this is returned, more detailed diagnostics can be obtained by
/// calling the `Parsed.init` function.
ParseFailed,
```
2026-06-10 21:32:44 -07:00
..
2026-05-25 18:38:01 -07:00
2026-06-07 04:58:53 +02:00
2026-05-31 09:21:02 +02:00
2026-06-04 17:04:58 +02:00
2026-04-30 08:57:51 +01:00
2026-06-07 06:11:08 +02:00
2026-04-30 08:57:51 +01:00
2026-04-30 08:57:51 +01:00
2026-05-25 18:32:36 -07:00
2026-04-30 08:57:51 +01:00
2026-06-07 04:58:53 +02:00
2026-06-07 04:58:53 +02:00
2026-05-17 18:08:57 +01:00
2026-06-07 04:58:53 +02:00
2026-04-30 08:57:51 +01:00
2026-06-07 04:58:53 +02:00
2026-06-07 04:58:53 +02:00