Sep 01 10:31:59.234 INFO checking qcollect-traits-0.7.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 10:31:59.235 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 10:31:59.235 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:31:59.474 INFO blam! 809c604cc1a2adcfd993335eff748a5df0dffc2eba3f15556ef5bccdeaa22d1e Sep 01 10:31:59.477 INFO running `"docker" "start" "-a" "809c604cc1a2adcfd993335eff748a5df0dffc2eba3f15556ef5bccdeaa22d1e"` Sep 01 10:32:00.141 INFO kablam! Checking vec_map v0.3.0 Sep 01 10:32:00.867 INFO kablam! Checking qcollect-traits v0.7.4 (file:///source) Sep 01 10:32:01.446 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.446 INFO kablam! --> src/impls/core.rs:46:25 Sep 01 10:32:01.446 INFO kablam! | Sep 01 10:32:01.446 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 01 10:32:01.446 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:32:01.446 INFO kablam! | Sep 01 10:32:01.446 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.446 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.446 INFO kablam! Sep 01 10:32:01.452 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.452 INFO kablam! --> src/impls/core.rs:127:25 Sep 01 10:32:01.452 INFO kablam! | Sep 01 10:32:01.452 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 01 10:32:01.452 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.452 INFO kablam! | Sep 01 10:32:01.452 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.452 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.452 INFO kablam! Sep 01 10:32:01.453 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.453 INFO kablam! --> src/impls/core.rs:139:25 Sep 01 10:32:01.453 INFO kablam! | Sep 01 10:32:01.453 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 01 10:32:01.453 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.453 INFO kablam! | Sep 01 10:32:01.453 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.453 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.453 INFO kablam! Sep 01 10:32:01.458 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.458 INFO kablam! --> src/impls/core.rs:265:21 Sep 01 10:32:01.458 INFO kablam! | Sep 01 10:32:01.458 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 01 10:32:01.458 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.458 INFO kablam! | Sep 01 10:32:01.458 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.458 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.458 INFO kablam! Sep 01 10:32:01.459 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.459 INFO kablam! --> src/impls/core.rs:277:21 Sep 01 10:32:01.459 INFO kablam! | Sep 01 10:32:01.459 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 01 10:32:01.459 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.459 INFO kablam! | Sep 01 10:32:01.459 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.459 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.459 INFO kablam! Sep 01 10:32:01.467 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.467 INFO kablam! --> src/impls/slice.rs:66:17 Sep 01 10:32:01.467 INFO kablam! | Sep 01 10:32:01.467 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 01 10:32:01.467 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.467 INFO kablam! | Sep 01 10:32:01.468 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.468 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.468 INFO kablam! Sep 01 10:32:01.468 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.468 INFO kablam! --> src/impls/slice.rs:74:17 Sep 01 10:32:01.468 INFO kablam! | Sep 01 10:32:01.468 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 01 10:32:01.468 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.468 INFO kablam! | Sep 01 10:32:01.468 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.468 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.468 INFO kablam! Sep 01 10:32:01.472 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.472 INFO kablam! --> src/impls/vec.rs:81:17 Sep 01 10:32:01.472 INFO kablam! | Sep 01 10:32:01.472 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 01 10:32:01.472 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.472 INFO kablam! | Sep 01 10:32:01.472 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.472 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.472 INFO kablam! Sep 01 10:32:01.472 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.472 INFO kablam! --> src/impls/vec.rs:89:17 Sep 01 10:32:01.472 INFO kablam! | Sep 01 10:32:01.472 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 01 10:32:01.473 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.473 INFO kablam! | Sep 01 10:32:01.473 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.473 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.473 INFO kablam! Sep 01 10:32:01.475 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.475 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 01 10:32:01.475 INFO kablam! | Sep 01 10:32:01.475 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 01 10:32:01.475 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.475 INFO kablam! | Sep 01 10:32:01.475 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.475 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.475 INFO kablam! Sep 01 10:32:01.476 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.476 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 01 10:32:01.476 INFO kablam! | Sep 01 10:32:01.476 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 01 10:32:01.476 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.476 INFO kablam! | Sep 01 10:32:01.476 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.476 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.476 INFO kablam! Sep 01 10:32:01.478 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.478 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 01 10:32:01.478 INFO kablam! | Sep 01 10:32:01.478 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 01 10:32:01.478 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.478 INFO kablam! | Sep 01 10:32:01.478 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.478 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.478 INFO kablam! Sep 01 10:32:01.479 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.479 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 01 10:32:01.479 INFO kablam! | Sep 01 10:32:01.479 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 01 10:32:01.479 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.479 INFO kablam! | Sep 01 10:32:01.479 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.479 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.479 INFO kablam! Sep 01 10:32:01.482 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:32:01.482 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 01 10:32:01.482 INFO kablam! | Sep 01 10:32:01.482 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 01 10:32:01.482 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:32:01.482 INFO kablam! | Sep 01 10:32:01.482 INFO kablam! = note: expected type `bool` Sep 01 10:32:01.482 INFO kablam! found type `>::Item` Sep 01 10:32:01.482 INFO kablam! Sep 01 10:32:01.487 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.487 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 01 10:32:01.487 INFO kablam! | Sep 01 10:32:01.487 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 01 10:32:01.487 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.487 INFO kablam! | Sep 01 10:32:01.487 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.487 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.487 INFO kablam! Sep 01 10:32:01.491 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.491 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 01 10:32:01.491 INFO kablam! | Sep 01 10:32:01.491 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 01 10:32:01.491 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.491 INFO kablam! | Sep 01 10:32:01.491 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:32:01.491 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.491 INFO kablam! Sep 01 10:32:01.492 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.492 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 01 10:32:01.492 INFO kablam! | Sep 01 10:32:01.492 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 01 10:32:01.492 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.492 INFO kablam! | Sep 01 10:32:01.492 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:32:01.492 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.492 INFO kablam! Sep 01 10:32:01.495 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.495 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 01 10:32:01.495 INFO kablam! | Sep 01 10:32:01.495 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 01 10:32:01.495 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.495 INFO kablam! | Sep 01 10:32:01.495 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:32:01.495 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.495 INFO kablam! Sep 01 10:32:01.496 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.496 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 01 10:32:01.496 INFO kablam! | Sep 01 10:32:01.496 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 01 10:32:01.496 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.496 INFO kablam! | Sep 01 10:32:01.496 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:32:01.496 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.496 INFO kablam! Sep 01 10:32:01.506 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.506 INFO kablam! --> src/impls/core.rs:55:5 Sep 01 10:32:01.506 INFO kablam! | Sep 01 10:32:01.506 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:32:01.506 INFO kablam! | Sep 01 10:32:01.506 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.506 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.506 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.506 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.506 INFO kablam! | Sep 01 10:32:01.506 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.506 INFO kablam! Sep 01 10:32:01.509 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.509 INFO kablam! --> src/impls/core.rs:136:5 Sep 01 10:32:01.509 INFO kablam! | Sep 01 10:32:01.509 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.509 INFO kablam! | Sep 01 10:32:01.509 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.509 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.510 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.510 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.510 INFO kablam! | Sep 01 10:32:01.510 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.510 INFO kablam! Sep 01 10:32:01.510 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.510 INFO kablam! --> src/impls/core.rs:148:5 Sep 01 10:32:01.510 INFO kablam! | Sep 01 10:32:01.511 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:01.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.511 INFO kablam! | Sep 01 10:32:01.511 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.511 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.511 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.511 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.511 INFO kablam! | Sep 01 10:32:01.511 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.511 INFO kablam! Sep 01 10:32:01.516 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.516 INFO kablam! --> src/impls/core.rs:274:5 Sep 01 10:32:01.516 INFO kablam! | Sep 01 10:32:01.516 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.516 INFO kablam! | Sep 01 10:32:01.516 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.516 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.516 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.516 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.516 INFO kablam! | Sep 01 10:32:01.516 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.516 INFO kablam! Sep 01 10:32:01.517 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.517 INFO kablam! --> src/impls/core.rs:286:5 Sep 01 10:32:01.517 INFO kablam! | Sep 01 10:32:01.517 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:01.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.517 INFO kablam! | Sep 01 10:32:01.517 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.517 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.518 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.518 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.518 INFO kablam! | Sep 01 10:32:01.518 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.518 INFO kablam! Sep 01 10:32:01.522 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.522 INFO kablam! --> src/impls/slice.rs:71:5 Sep 01 10:32:01.522 INFO kablam! | Sep 01 10:32:01.522 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.522 INFO kablam! | Sep 01 10:32:01.522 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.522 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.522 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.522 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.522 INFO kablam! | Sep 01 10:32:01.522 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.522 INFO kablam! Sep 01 10:32:01.523 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.523 INFO kablam! --> src/impls/slice.rs:79:5 Sep 01 10:32:01.523 INFO kablam! | Sep 01 10:32:01.523 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.523 INFO kablam! | Sep 01 10:32:01.523 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.523 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.523 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.523 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.523 INFO kablam! | Sep 01 10:32:01.523 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.523 INFO kablam! Sep 01 10:32:01.523 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.524 INFO kablam! --> src/impls/core.rs:46:25 Sep 01 10:32:01.524 INFO kablam! | Sep 01 10:32:01.524 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 01 10:32:01.524 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:32:01.524 INFO kablam! | Sep 01 10:32:01.524 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.524 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.524 INFO kablam! Sep 01 10:32:01.527 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.527 INFO kablam! --> src/impls/core.rs:127:25 Sep 01 10:32:01.527 INFO kablam! | Sep 01 10:32:01.527 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 01 10:32:01.527 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.527 INFO kablam! | Sep 01 10:32:01.527 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.527 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.527 INFO kablam! Sep 01 10:32:01.527 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.527 INFO kablam! --> src/impls/vec.rs:86:5 Sep 01 10:32:01.527 INFO kablam! | Sep 01 10:32:01.527 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.527 INFO kablam! | Sep 01 10:32:01.527 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.527 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.528 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.528 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.528 INFO kablam! | Sep 01 10:32:01.528 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.528 INFO kablam! Sep 01 10:32:01.528 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.528 INFO kablam! --> src/impls/core.rs:139:25 Sep 01 10:32:01.528 INFO kablam! | Sep 01 10:32:01.528 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 01 10:32:01.530 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.530 INFO kablam! | Sep 01 10:32:01.530 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.530 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.530 INFO kablam! Sep 01 10:32:01.530 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.530 INFO kablam! --> src/impls/vec.rs:94:5 Sep 01 10:32:01.530 INFO kablam! | Sep 01 10:32:01.530 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:01.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.530 INFO kablam! | Sep 01 10:32:01.531 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.531 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.531 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.531 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.531 INFO kablam! | Sep 01 10:32:01.531 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.531 INFO kablam! Sep 01 10:32:01.531 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.532 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 01 10:32:01.532 INFO kablam! | Sep 01 10:32:01.532 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.532 INFO kablam! | Sep 01 10:32:01.532 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.532 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.532 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.532 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.533 INFO kablam! | Sep 01 10:32:01.533 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.533 INFO kablam! Sep 01 10:32:01.533 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.533 INFO kablam! --> src/impls/core.rs:265:21 Sep 01 10:32:01.533 INFO kablam! | Sep 01 10:32:01.533 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 01 10:32:01.533 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.534 INFO kablam! | Sep 01 10:32:01.534 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.534 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.534 INFO kablam! Sep 01 10:32:01.536 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.536 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 01 10:32:01.536 INFO kablam! | Sep 01 10:32:01.536 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.536 INFO kablam! | Sep 01 10:32:01.537 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.537 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.537 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.537 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.537 INFO kablam! | Sep 01 10:32:01.537 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.537 INFO kablam! Sep 01 10:32:01.537 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.537 INFO kablam! --> src/impls/core.rs:277:21 Sep 01 10:32:01.537 INFO kablam! | Sep 01 10:32:01.538 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 01 10:32:01.538 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.538 INFO kablam! | Sep 01 10:32:01.538 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.538 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.538 INFO kablam! Sep 01 10:32:01.538 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.538 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 01 10:32:01.538 INFO kablam! | Sep 01 10:32:01.538 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.539 INFO kablam! | Sep 01 10:32:01.539 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.539 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.539 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.539 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.539 INFO kablam! | Sep 01 10:32:01.539 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.539 INFO kablam! Sep 01 10:32:01.540 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.540 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 01 10:32:01.540 INFO kablam! | Sep 01 10:32:01.540 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.540 INFO kablam! | Sep 01 10:32:01.540 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.540 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.541 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.541 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.541 INFO kablam! | Sep 01 10:32:01.541 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.541 INFO kablam! Sep 01 10:32:01.541 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:32:01.541 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 01 10:32:01.541 INFO kablam! | Sep 01 10:32:01.541 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:32:01.542 INFO kablam! | Sep 01 10:32:01.542 INFO kablam! = note: expected type `bool` Sep 01 10:32:01.542 INFO kablam! found type `>::Item` Sep 01 10:32:01.542 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.542 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.542 INFO kablam! | Sep 01 10:32:01.542 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.542 INFO kablam! Sep 01 10:32:01.542 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.543 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 01 10:32:01.543 INFO kablam! | Sep 01 10:32:01.543 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.543 INFO kablam! | Sep 01 10:32:01.543 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.543 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.543 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.543 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.543 INFO kablam! | Sep 01 10:32:01.543 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.544 INFO kablam! Sep 01 10:32:01.544 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.544 INFO kablam! --> src/impls/slice.rs:66:17 Sep 01 10:32:01.544 INFO kablam! | Sep 01 10:32:01.544 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 01 10:32:01.544 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.544 INFO kablam! | Sep 01 10:32:01.544 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.544 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.544 INFO kablam! Sep 01 10:32:01.544 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.544 INFO kablam! --> src/impls/slice.rs:74:17 Sep 01 10:32:01.544 INFO kablam! | Sep 01 10:32:01.544 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 01 10:32:01.544 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.544 INFO kablam! | Sep 01 10:32:01.544 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.545 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.545 INFO kablam! Sep 01 10:32:01.545 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.545 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 01 10:32:01.545 INFO kablam! | Sep 01 10:32:01.545 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.545 INFO kablam! | Sep 01 10:32:01.545 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:32:01.545 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.545 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.545 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.545 INFO kablam! | Sep 01 10:32:01.545 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.545 INFO kablam! Sep 01 10:32:01.546 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.546 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 01 10:32:01.546 INFO kablam! | Sep 01 10:32:01.546 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.546 INFO kablam! | Sep 01 10:32:01.546 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:32:01.546 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.546 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.546 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.547 INFO kablam! | Sep 01 10:32:01.547 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.547 INFO kablam! Sep 01 10:32:01.548 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.548 INFO kablam! --> src/impls/vec.rs:81:17 Sep 01 10:32:01.548 INFO kablam! | Sep 01 10:32:01.548 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 01 10:32:01.548 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.548 INFO kablam! | Sep 01 10:32:01.548 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.548 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.549 INFO kablam! Sep 01 10:32:01.549 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.549 INFO kablam! --> src/impls/vec.rs:89:17 Sep 01 10:32:01.549 INFO kablam! | Sep 01 10:32:01.549 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 01 10:32:01.549 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.549 INFO kablam! | Sep 01 10:32:01.549 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.549 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.549 INFO kablam! Sep 01 10:32:01.550 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.550 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 01 10:32:01.550 INFO kablam! | Sep 01 10:32:01.550 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.550 INFO kablam! | Sep 01 10:32:01.550 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:32:01.550 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.550 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.550 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.550 INFO kablam! | Sep 01 10:32:01.550 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.550 INFO kablam! Sep 01 10:32:01.560 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.560 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 01 10:32:01.560 INFO kablam! | Sep 01 10:32:01.560 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.560 INFO kablam! | Sep 01 10:32:01.560 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:32:01.560 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.560 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.560 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.560 INFO kablam! | Sep 01 10:32:01.560 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.561 INFO kablam! Sep 01 10:32:01.561 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.561 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 01 10:32:01.561 INFO kablam! | Sep 01 10:32:01.561 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 01 10:32:01.561 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.561 INFO kablam! | Sep 01 10:32:01.561 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.561 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.561 INFO kablam! Sep 01 10:32:01.561 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.561 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 01 10:32:01.561 INFO kablam! | Sep 01 10:32:01.561 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 01 10:32:01.561 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.561 INFO kablam! | Sep 01 10:32:01.561 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.561 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.561 INFO kablam! Sep 01 10:32:01.561 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.562 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 01 10:32:01.562 INFO kablam! | Sep 01 10:32:01.562 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 01 10:32:01.562 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.562 INFO kablam! | Sep 01 10:32:01.562 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.562 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.562 INFO kablam! Sep 01 10:32:01.562 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.562 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 01 10:32:01.562 INFO kablam! | Sep 01 10:32:01.562 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 01 10:32:01.562 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.562 INFO kablam! | Sep 01 10:32:01.562 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.562 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.562 INFO kablam! Sep 01 10:32:01.562 INFO kablam! error: aborting due to 38 previous errors Sep 01 10:32:01.562 INFO kablam! Sep 01 10:32:01.562 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 10:32:01.563 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:32:01.563 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 01 10:32:01.563 INFO kablam! | Sep 01 10:32:01.563 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 01 10:32:01.563 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:32:01.563 INFO kablam! | Sep 01 10:32:01.563 INFO kablam! = note: expected type `bool` Sep 01 10:32:01.563 INFO kablam! found type `>::Item` Sep 01 10:32:01.563 INFO kablam! Sep 01 10:32:01.563 INFO kablam! error: Could not compile `qcollect-traits`. Sep 01 10:32:01.563 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 10:32:01.565 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.565 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 01 10:32:01.565 INFO kablam! | Sep 01 10:32:01.565 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 01 10:32:01.565 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.565 INFO kablam! | Sep 01 10:32:01.565 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.565 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.565 INFO kablam! Sep 01 10:32:01.569 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.569 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 01 10:32:01.569 INFO kablam! | Sep 01 10:32:01.569 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 01 10:32:01.570 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.570 INFO kablam! | Sep 01 10:32:01.570 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:32:01.570 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.570 INFO kablam! Sep 01 10:32:01.570 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.570 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 01 10:32:01.570 INFO kablam! | Sep 01 10:32:01.571 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 01 10:32:01.571 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.571 INFO kablam! | Sep 01 10:32:01.571 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:32:01.571 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.571 INFO kablam! Sep 01 10:32:01.574 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.574 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 01 10:32:01.574 INFO kablam! | Sep 01 10:32:01.574 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 01 10:32:01.574 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.574 INFO kablam! | Sep 01 10:32:01.574 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:32:01.574 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.574 INFO kablam! Sep 01 10:32:01.575 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.575 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 01 10:32:01.575 INFO kablam! | Sep 01 10:32:01.575 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 01 10:32:01.575 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.575 INFO kablam! | Sep 01 10:32:01.575 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:32:01.575 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.575 INFO kablam! Sep 01 10:32:01.588 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.588 INFO kablam! --> src/impls/core.rs:55:5 Sep 01 10:32:01.588 INFO kablam! | Sep 01 10:32:01.588 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:32:01.588 INFO kablam! | Sep 01 10:32:01.588 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.588 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.588 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.588 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.588 INFO kablam! | Sep 01 10:32:01.588 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.588 INFO kablam! Sep 01 10:32:01.591 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.591 INFO kablam! --> src/impls/core.rs:136:5 Sep 01 10:32:01.591 INFO kablam! | Sep 01 10:32:01.591 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.592 INFO kablam! | Sep 01 10:32:01.592 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.592 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.592 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.592 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.592 INFO kablam! | Sep 01 10:32:01.592 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.592 INFO kablam! Sep 01 10:32:01.593 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.593 INFO kablam! --> src/impls/core.rs:148:5 Sep 01 10:32:01.593 INFO kablam! | Sep 01 10:32:01.593 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:01.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:01.593 INFO kablam! | Sep 01 10:32:01.593 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.593 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.593 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.593 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.593 INFO kablam! | Sep 01 10:32:01.593 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.593 INFO kablam! Sep 01 10:32:01.598 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.598 INFO kablam! --> src/impls/core.rs:274:5 Sep 01 10:32:01.598 INFO kablam! | Sep 01 10:32:01.598 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.598 INFO kablam! | Sep 01 10:32:01.598 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.598 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.598 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.598 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.599 INFO kablam! | Sep 01 10:32:01.599 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.599 INFO kablam! Sep 01 10:32:01.599 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.599 INFO kablam! --> src/impls/core.rs:286:5 Sep 01 10:32:01.599 INFO kablam! | Sep 01 10:32:01.599 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:01.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:01.600 INFO kablam! | Sep 01 10:32:01.600 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:01.600 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.600 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.600 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.600 INFO kablam! | Sep 01 10:32:01.600 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.600 INFO kablam! Sep 01 10:32:01.605 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.606 INFO kablam! --> src/impls/slice.rs:71:5 Sep 01 10:32:01.606 INFO kablam! | Sep 01 10:32:01.606 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.606 INFO kablam! | Sep 01 10:32:01.606 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.606 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.606 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.606 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.606 INFO kablam! | Sep 01 10:32:01.606 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.606 INFO kablam! Sep 01 10:32:01.606 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.607 INFO kablam! --> src/impls/slice.rs:79:5 Sep 01 10:32:01.607 INFO kablam! | Sep 01 10:32:01.607 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.607 INFO kablam! | Sep 01 10:32:01.607 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.607 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.607 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.607 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.607 INFO kablam! | Sep 01 10:32:01.607 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.607 INFO kablam! Sep 01 10:32:01.610 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.610 INFO kablam! --> src/impls/vec.rs:86:5 Sep 01 10:32:01.610 INFO kablam! | Sep 01 10:32:01.610 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:01.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.610 INFO kablam! | Sep 01 10:32:01.610 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.610 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.610 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.611 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.611 INFO kablam! | Sep 01 10:32:01.611 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.611 INFO kablam! Sep 01 10:32:01.611 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.611 INFO kablam! --> src/impls/vec.rs:94:5 Sep 01 10:32:01.611 INFO kablam! | Sep 01 10:32:01.611 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:01.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.611 INFO kablam! | Sep 01 10:32:01.611 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.611 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.611 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.612 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.612 INFO kablam! | Sep 01 10:32:01.612 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.612 INFO kablam! Sep 01 10:32:01.614 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.614 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 01 10:32:01.614 INFO kablam! | Sep 01 10:32:01.614 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.615 INFO kablam! | Sep 01 10:32:01.615 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.615 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.615 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.615 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.615 INFO kablam! | Sep 01 10:32:01.615 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.615 INFO kablam! Sep 01 10:32:01.615 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.615 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 01 10:32:01.615 INFO kablam! | Sep 01 10:32:01.615 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.616 INFO kablam! | Sep 01 10:32:01.616 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.616 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.616 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.616 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.616 INFO kablam! | Sep 01 10:32:01.616 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.616 INFO kablam! Sep 01 10:32:01.618 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.618 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 01 10:32:01.618 INFO kablam! | Sep 01 10:32:01.618 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.618 INFO kablam! | Sep 01 10:32:01.618 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.618 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.618 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.618 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.618 INFO kablam! | Sep 01 10:32:01.618 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.618 INFO kablam! Sep 01 10:32:01.619 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.619 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 01 10:32:01.619 INFO kablam! | Sep 01 10:32:01.619 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:01.619 INFO kablam! | Sep 01 10:32:01.619 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:01.619 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.619 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.619 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.619 INFO kablam! | Sep 01 10:32:01.619 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.619 INFO kablam! Sep 01 10:32:01.621 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:32:01.621 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 01 10:32:01.621 INFO kablam! | Sep 01 10:32:01.621 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:32:01.621 INFO kablam! | Sep 01 10:32:01.621 INFO kablam! = note: expected type `bool` Sep 01 10:32:01.622 INFO kablam! found type `>::Item` Sep 01 10:32:01.622 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.622 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.622 INFO kablam! | Sep 01 10:32:01.622 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.622 INFO kablam! Sep 01 10:32:01.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.623 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 01 10:32:01.623 INFO kablam! | Sep 01 10:32:01.623 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:01.623 INFO kablam! | Sep 01 10:32:01.623 INFO kablam! = note: expected type `&T` Sep 01 10:32:01.623 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.623 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.623 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.623 INFO kablam! | Sep 01 10:32:01.623 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.623 INFO kablam! Sep 01 10:32:01.626 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.627 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 01 10:32:01.627 INFO kablam! | Sep 01 10:32:01.627 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.627 INFO kablam! | Sep 01 10:32:01.627 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:32:01.627 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.627 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.627 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.627 INFO kablam! | Sep 01 10:32:01.627 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.627 INFO kablam! Sep 01 10:32:01.628 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.628 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 01 10:32:01.628 INFO kablam! | Sep 01 10:32:01.628 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.628 INFO kablam! | Sep 01 10:32:01.628 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:32:01.628 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.628 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.628 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.628 INFO kablam! | Sep 01 10:32:01.628 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.628 INFO kablam! Sep 01 10:32:01.631 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.631 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 01 10:32:01.631 INFO kablam! | Sep 01 10:32:01.631 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:01.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.631 INFO kablam! | Sep 01 10:32:01.631 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:32:01.631 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:01.631 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:01.631 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:01.631 INFO kablam! | Sep 01 10:32:01.632 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:01.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.632 INFO kablam! Sep 01 10:32:01.632 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.632 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 01 10:32:01.632 INFO kablam! | Sep 01 10:32:01.632 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:01.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:01.632 INFO kablam! | Sep 01 10:32:01.632 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:32:01.632 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:01.632 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:01.632 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:01.633 INFO kablam! | Sep 01 10:32:01.633 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:01.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:01.633 INFO kablam! Sep 01 10:32:01.636 INFO kablam! error: aborting due to 38 previous errors Sep 01 10:32:01.636 INFO kablam! Sep 01 10:32:01.636 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 10:32:01.643 INFO kablam! error: Could not compile `qcollect-traits`. Sep 01 10:32:01.643 INFO kablam! Sep 01 10:32:01.643 INFO kablam! To learn more, run the command again with --verbose. Sep 01 10:32:01.644 INFO kablam! su: No module specific data is present Sep 01 10:32:02.158 INFO running `"docker" "rm" "-f" "809c604cc1a2adcfd993335eff748a5df0dffc2eba3f15556ef5bccdeaa22d1e"` Sep 01 10:32:02.269 INFO blam! 809c604cc1a2adcfd993335eff748a5df0dffc2eba3f15556ef5bccdeaa22d1e