File tree Expand file tree Collapse file tree 4 files changed +34
-343
lines changed Expand file tree Collapse file tree 4 files changed +34
-343
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5
- refs/heads/try: 28efc234f49f6c8718465108a16f1db8b0113cfb
5
+ refs/heads/try: 11ca2efce13eee1e273b29543a8756eb4f69f66f
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -4741,8 +4741,8 @@ pub impl Resolver {
4741
4741
let mut j = this.value_ribs.len();
4742
4742
while j != 0 {
4743
4743
j -= 1;
4744
- for this.value_ribs[j].bindings.each_entry |e | {
4745
- vec::push(&mut maybes, copy *this.session.str_of(e.key ));
4744
+ for this.value_ribs[j].bindings.each_key |&k | {
4745
+ vec::push(&mut maybes, copy *this.session.str_of(k ));
4746
4746
vec::push(&mut values, uint::max_value);
4747
4747
}
4748
4748
}
You can’t perform that action at this time.
0 commit comments