Skip to content

Commit 55cc010

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 168651 b: refs/heads/batch c: 91eeb64 h: refs/heads/master i: 168649: e2e6501 168647: cebab61 v: v3
1 parent 726e976 commit 55cc010

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
3030
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32-
refs/heads/batch: 4f4ae538ae7ff7e0d921276e47fb176f5b440ddd
32+
refs/heads/batch: 91eeb641cd53344d8a5a06d8b768cda3ccd030c3
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970

branches/batch/src/libcoretest/iter.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,9 @@ fn test_rposition_panic() {
561561

562562

563563
#[cfg(test)]
564-
fn check_randacc_iter<A: PartialEq, T: Clone + RandomAccessIterator<A>>(a: T, len: uint)
564+
fn check_randacc_iter<A, T>(a: T, len: uint) where
565+
A: PartialEq,
566+
T: Clone + RandomAccessIterator + Iterator<Item=A>,
565567
{
566568
let mut b = a.clone();
567569
assert_eq!(len, b.indexable());

0 commit comments

Comments
 (0)