File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
branches/batch/src/libcoretest Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
29
29
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
30
30
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
31
31
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32
- refs/heads/batch: 4f4ae538ae7ff7e0d921276e47fb176f5b440ddd
32
+ refs/heads/batch: 91eeb641cd53344d8a5a06d8b768cda3ccd030c3
33
33
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
Original file line number Diff line number Diff line change @@ -561,7 +561,9 @@ fn test_rposition_panic() {
561
561
562
562
563
563
#[ 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 > ,
565
567
{
566
568
let mut b = a. clone ( ) ;
567
569
assert_eq ! ( len, b. indexable( ) ) ;
You can’t perform that action at this time.
0 commit comments