We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a4bca commit 6f77fcbCopy full SHA for 6f77fcb
src/libcore/send_map.rs
@@ -28,8 +28,9 @@ mod linear {
28
buckets: ~[option<Bucket<K,V>>]})
29
}
30
31
- // FIXME(#2979) -- with #2979 we could rewrite found_entry
+ // FIXME(#3148) -- we could rewrite found_entry
32
// to have type option<&bucket<K,V>> which would be nifty
33
+ // However, that won't work until #3148 is fixed
34
enum SearchResult {
35
FoundEntry(uint), FoundHole(uint), TableFull
36
0 commit comments