File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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
- refs/heads/master: d0e1591a6a6002f9a0bf464c60fcc9ed24d14612
2
+ refs/heads/master: a214e3abd23fa68e358ff4647aab6c34f91f3d9b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
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