Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
This commit is contained in:
parent
5710178081
commit
312faf31df
94 changed files with 460 additions and 479 deletions
|
@ -36,7 +36,7 @@ fn format_addr(ip: ip_addr) -> str {
|
|||
#fmt["%u.%u.%u.%u", a as uint, b as uint, c as uint, d as uint]
|
||||
}
|
||||
ipv6(_, _, _, _, _, _, _, _) {
|
||||
fail "FIXME impl parsing of ipv6 addr";
|
||||
fail "FIXME (#2651) impl parsing of ipv6 addr";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue