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
|
@ -593,8 +593,8 @@ Section: Comparing strings
|
|||
|
||||
#[doc = "Bytewise string equality"]
|
||||
pure fn eq(&&a: str, &&b: str) -> bool {
|
||||
// FIXME: This should just be "a == b" but that calls into the shape code
|
||||
// :( (#2627)
|
||||
// FIXME (#2627): This should just be "a == b" but that calls into the
|
||||
// shape code.
|
||||
let a_len = a.len();
|
||||
let b_len = b.len();
|
||||
if a_len != b_len { ret false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue