diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-21 14:19:50 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-02-21 14:20:07 -0500 |
| commit | dff7ca6784d2cf8e46fcfffb5e5e2eb537b71b4d (patch) | |
| tree | e493dd9ced37c212e6d27fd7ed478de891f21182 | |
| parent | 10e0b071354d8a1b4ab70041dfdd06a008bd6d3d (diff) | |
| download | zig-dff7ca6784d2cf8e46fcfffb5e5e2eb537b71b4d.tar.gz zig-dff7ca6784d2cf8e46fcfffb5e5e2eb537b71b4d.zip | |
annotate TODO comment with bug tracker link
| -rw-r--r-- | lib/std/net.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/net.zig b/lib/std/net.zig index 27056bf1db..b60f25e60c 100644 --- a/lib/std/net.zig +++ b/lib/std/net.zig @@ -18,7 +18,7 @@ pub const Address = extern union { in6: os.sockaddr_in6, un: if (has_unix_sockets) os.sockaddr_un else void, - // TODO this crashed the compiler + // TODO this crashed the compiler. https://github.com/ziglang/zig/issues/3512 //pub const localhost = initIp4(parseIp4("127.0.0.1") catch unreachable, 0); pub fn parseIp(name: []const u8, port: u16) !Address { |
