File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: d0e1591a6a6002f9a0bf464c60fcc9ed24d14612
4
+ refs/heads/snap-stage3: a214e3abd23fa68e358ff4647aab6c34f91f3d9b
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ Section: Comparing strings
594
594
#[ doc = "Bytewise string equality" ]
595
595
pure fn eq ( & & a: str , & & b: str ) -> bool {
596
596
// FIXME: This should just be "a == b" but that calls into the shape code
597
- // :(
597
+ // :( (#2627)
598
598
let a_len = a. len ( ) ;
599
599
let b_len = b. len ( ) ;
600
600
if a_len != b_len { ret false ; }
You can’t perform that action at this time.
0 commit comments