annotate TODO comment with bug tracker link

This commit is contained in:
Andrew Kelley 2020-02-21 14:19:50 -05:00
parent 10e0b07135
commit dff7ca6784
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -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 {