Sep 04 07:19:17.270 INFO checking qcollect-traits-0.7.4 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 07:19:17.270 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 07:19:17.270 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:19:17.446 INFO blam! 2de0843d0bd3188b85048e50db9af7227bb8cc55e922f098eab6e2e42376faaa Sep 04 07:19:17.448 INFO running `"docker" "start" "-a" "2de0843d0bd3188b85048e50db9af7227bb8cc55e922f098eab6e2e42376faaa"` Sep 04 07:19:18.121 INFO kablam! Checking vec_map v0.3.0 Sep 04 07:19:18.715 INFO kablam! Checking qcollect-traits v0.7.4 (file:///source) Sep 04 07:19:19.252 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.252 INFO kablam! --> src/impls/core.rs:46:25 Sep 04 07:19:19.252 INFO kablam! | Sep 04 07:19:19.252 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 04 07:19:19.252 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 04 07:19:19.252 INFO kablam! | Sep 04 07:19:19.253 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.253 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.253 INFO kablam! Sep 04 07:19:19.257 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.257 INFO kablam! --> src/impls/core.rs:127:25 Sep 04 07:19:19.257 INFO kablam! | Sep 04 07:19:19.257 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 04 07:19:19.257 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.257 INFO kablam! | Sep 04 07:19:19.258 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.258 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.258 INFO kablam! Sep 04 07:19:19.259 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.259 INFO kablam! --> src/impls/core.rs:139:25 Sep 04 07:19:19.259 INFO kablam! | Sep 04 07:19:19.259 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 04 07:19:19.259 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.259 INFO kablam! | Sep 04 07:19:19.259 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.259 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.259 INFO kablam! Sep 04 07:19:19.265 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.265 INFO kablam! --> src/impls/core.rs:265:21 Sep 04 07:19:19.265 INFO kablam! | Sep 04 07:19:19.265 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 04 07:19:19.265 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.266 INFO kablam! | Sep 04 07:19:19.266 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.266 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.266 INFO kablam! Sep 04 07:19:19.266 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.267 INFO kablam! --> src/impls/core.rs:277:21 Sep 04 07:19:19.267 INFO kablam! | Sep 04 07:19:19.267 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 04 07:19:19.267 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.267 INFO kablam! | Sep 04 07:19:19.267 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.267 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.267 INFO kablam! Sep 04 07:19:19.280 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.280 INFO kablam! --> src/impls/slice.rs:66:17 Sep 04 07:19:19.280 INFO kablam! | Sep 04 07:19:19.280 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 04 07:19:19.280 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.280 INFO kablam! | Sep 04 07:19:19.280 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.280 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.281 INFO kablam! Sep 04 07:19:19.281 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.281 INFO kablam! --> src/impls/slice.rs:74:17 Sep 04 07:19:19.281 INFO kablam! | Sep 04 07:19:19.281 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 04 07:19:19.281 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.281 INFO kablam! | Sep 04 07:19:19.281 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.281 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.282 INFO kablam! Sep 04 07:19:19.286 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.287 INFO kablam! --> src/impls/vec.rs:81:17 Sep 04 07:19:19.287 INFO kablam! | Sep 04 07:19:19.287 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 04 07:19:19.287 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.287 INFO kablam! | Sep 04 07:19:19.287 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.287 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.287 INFO kablam! Sep 04 07:19:19.287 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.287 INFO kablam! --> src/impls/vec.rs:89:17 Sep 04 07:19:19.288 INFO kablam! | Sep 04 07:19:19.288 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 04 07:19:19.288 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.288 INFO kablam! | Sep 04 07:19:19.288 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.288 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.288 INFO kablam! Sep 04 07:19:19.292 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.292 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 04 07:19:19.292 INFO kablam! | Sep 04 07:19:19.292 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 04 07:19:19.292 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.292 INFO kablam! | Sep 04 07:19:19.292 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.292 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.292 INFO kablam! Sep 04 07:19:19.293 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.293 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 04 07:19:19.293 INFO kablam! | Sep 04 07:19:19.293 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 04 07:19:19.293 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.293 INFO kablam! | Sep 04 07:19:19.293 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.293 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.293 INFO kablam! Sep 04 07:19:19.296 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.296 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 04 07:19:19.296 INFO kablam! | Sep 04 07:19:19.296 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 04 07:19:19.296 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.296 INFO kablam! | Sep 04 07:19:19.296 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.296 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.296 INFO kablam! Sep 04 07:19:19.297 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.297 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 04 07:19:19.297 INFO kablam! | Sep 04 07:19:19.297 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 04 07:19:19.297 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.297 INFO kablam! | Sep 04 07:19:19.297 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.297 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.297 INFO kablam! Sep 04 07:19:19.303 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 07:19:19.303 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 04 07:19:19.303 INFO kablam! | Sep 04 07:19:19.303 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 04 07:19:19.303 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 04 07:19:19.303 INFO kablam! | Sep 04 07:19:19.303 INFO kablam! = note: expected type `bool` Sep 04 07:19:19.303 INFO kablam! found type `>::Item` Sep 04 07:19:19.303 INFO kablam! Sep 04 07:19:19.312 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.312 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 04 07:19:19.312 INFO kablam! | Sep 04 07:19:19.312 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 04 07:19:19.312 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.312 INFO kablam! | Sep 04 07:19:19.312 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.312 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.312 INFO kablam! Sep 04 07:19:19.318 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.318 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 04 07:19:19.318 INFO kablam! | Sep 04 07:19:19.318 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 04 07:19:19.318 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.318 INFO kablam! | Sep 04 07:19:19.318 INFO kablam! = note: expected type `(&K, &V)` Sep 04 07:19:19.318 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.318 INFO kablam! Sep 04 07:19:19.319 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.319 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 04 07:19:19.319 INFO kablam! | Sep 04 07:19:19.319 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 04 07:19:19.319 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.319 INFO kablam! | Sep 04 07:19:19.319 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 07:19:19.319 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.319 INFO kablam! Sep 04 07:19:19.324 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.324 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 04 07:19:19.324 INFO kablam! | Sep 04 07:19:19.324 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 04 07:19:19.324 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.324 INFO kablam! | Sep 04 07:19:19.324 INFO kablam! = note: expected type `(usize, &T)` Sep 04 07:19:19.324 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.324 INFO kablam! Sep 04 07:19:19.325 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.325 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 04 07:19:19.325 INFO kablam! | Sep 04 07:19:19.325 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 04 07:19:19.325 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.325 INFO kablam! | Sep 04 07:19:19.325 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 07:19:19.325 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.325 INFO kablam! Sep 04 07:19:19.340 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.340 INFO kablam! --> src/impls/core.rs:55:5 Sep 04 07:19:19.340 INFO kablam! | Sep 04 07:19:19.340 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 04 07:19:19.340 INFO kablam! | Sep 04 07:19:19.340 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.340 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.340 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.340 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.340 INFO kablam! | Sep 04 07:19:19.340 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.340 INFO kablam! Sep 04 07:19:19.345 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.345 INFO kablam! --> src/impls/core.rs:136:5 Sep 04 07:19:19.345 INFO kablam! | Sep 04 07:19:19.345 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.345 INFO kablam! | Sep 04 07:19:19.345 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.345 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.346 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.346 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.346 INFO kablam! | Sep 04 07:19:19.346 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.346 INFO kablam! Sep 04 07:19:19.347 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.347 INFO kablam! --> src/impls/core.rs:148:5 Sep 04 07:19:19.347 INFO kablam! | Sep 04 07:19:19.347 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 07:19:19.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.347 INFO kablam! | Sep 04 07:19:19.347 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.347 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.347 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.347 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.347 INFO kablam! | Sep 04 07:19:19.347 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.347 INFO kablam! Sep 04 07:19:19.355 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.355 INFO kablam! --> src/impls/core.rs:274:5 Sep 04 07:19:19.355 INFO kablam! | Sep 04 07:19:19.355 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.355 INFO kablam! | Sep 04 07:19:19.355 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.355 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.356 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.356 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.356 INFO kablam! | Sep 04 07:19:19.356 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.356 INFO kablam! Sep 04 07:19:19.357 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.357 INFO kablam! --> src/impls/core.rs:286:5 Sep 04 07:19:19.357 INFO kablam! | Sep 04 07:19:19.357 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 07:19:19.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.357 INFO kablam! | Sep 04 07:19:19.357 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.357 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.357 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.357 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.357 INFO kablam! | Sep 04 07:19:19.357 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.358 INFO kablam! Sep 04 07:19:19.364 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.364 INFO kablam! --> src/impls/slice.rs:71:5 Sep 04 07:19:19.364 INFO kablam! | Sep 04 07:19:19.364 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.365 INFO kablam! | Sep 04 07:19:19.365 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.365 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.365 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.365 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.365 INFO kablam! | Sep 04 07:19:19.365 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.365 INFO kablam! Sep 04 07:19:19.366 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.366 INFO kablam! --> src/impls/slice.rs:79:5 Sep 04 07:19:19.366 INFO kablam! | Sep 04 07:19:19.366 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.366 INFO kablam! | Sep 04 07:19:19.366 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.366 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.366 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.366 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.366 INFO kablam! | Sep 04 07:19:19.366 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.366 INFO kablam! Sep 04 07:19:19.371 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.371 INFO kablam! --> src/impls/vec.rs:86:5 Sep 04 07:19:19.371 INFO kablam! | Sep 04 07:19:19.371 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.371 INFO kablam! | Sep 04 07:19:19.371 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.371 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.372 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.372 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.372 INFO kablam! | Sep 04 07:19:19.372 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.372 INFO kablam! Sep 04 07:19:19.372 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.372 INFO kablam! --> src/impls/vec.rs:94:5 Sep 04 07:19:19.373 INFO kablam! | Sep 04 07:19:19.373 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 07:19:19.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.373 INFO kablam! | Sep 04 07:19:19.373 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.373 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.373 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.373 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.373 INFO kablam! | Sep 04 07:19:19.373 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.373 INFO kablam! Sep 04 07:19:19.377 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.377 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 04 07:19:19.377 INFO kablam! | Sep 04 07:19:19.377 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.377 INFO kablam! | Sep 04 07:19:19.377 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.377 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.377 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.377 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.377 INFO kablam! | Sep 04 07:19:19.378 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.378 INFO kablam! Sep 04 07:19:19.378 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.379 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 04 07:19:19.379 INFO kablam! | Sep 04 07:19:19.379 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.379 INFO kablam! | Sep 04 07:19:19.379 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.379 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.379 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.379 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.379 INFO kablam! | Sep 04 07:19:19.379 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.379 INFO kablam! Sep 04 07:19:19.382 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.382 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 04 07:19:19.382 INFO kablam! | Sep 04 07:19:19.382 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.382 INFO kablam! | Sep 04 07:19:19.382 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.382 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.382 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.382 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.382 INFO kablam! | Sep 04 07:19:19.382 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.382 INFO kablam! Sep 04 07:19:19.383 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.383 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 04 07:19:19.383 INFO kablam! | Sep 04 07:19:19.383 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.383 INFO kablam! | Sep 04 07:19:19.384 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.384 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.384 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.384 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.384 INFO kablam! | Sep 04 07:19:19.384 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.384 INFO kablam! Sep 04 07:19:19.387 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 07:19:19.387 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 04 07:19:19.387 INFO kablam! | Sep 04 07:19:19.387 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 04 07:19:19.387 INFO kablam! | Sep 04 07:19:19.387 INFO kablam! = note: expected type `bool` Sep 04 07:19:19.387 INFO kablam! found type `>::Item` Sep 04 07:19:19.387 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.387 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.387 INFO kablam! | Sep 04 07:19:19.387 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.387 INFO kablam! Sep 04 07:19:19.389 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.389 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 04 07:19:19.389 INFO kablam! | Sep 04 07:19:19.389 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.389 INFO kablam! | Sep 04 07:19:19.389 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.389 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.389 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.389 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.389 INFO kablam! | Sep 04 07:19:19.389 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.389 INFO kablam! Sep 04 07:19:19.394 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.394 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 04 07:19:19.395 INFO kablam! | Sep 04 07:19:19.395 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.395 INFO kablam! | Sep 04 07:19:19.395 INFO kablam! = note: expected type `(&K, &V)` Sep 04 07:19:19.395 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.395 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.395 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.395 INFO kablam! | Sep 04 07:19:19.395 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.395 INFO kablam! Sep 04 07:19:19.396 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.396 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 04 07:19:19.396 INFO kablam! | Sep 04 07:19:19.396 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.396 INFO kablam! | Sep 04 07:19:19.396 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 07:19:19.396 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.396 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.397 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.397 INFO kablam! | Sep 04 07:19:19.397 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.397 INFO kablam! Sep 04 07:19:19.401 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.401 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 04 07:19:19.401 INFO kablam! | Sep 04 07:19:19.401 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.401 INFO kablam! | Sep 04 07:19:19.401 INFO kablam! = note: expected type `(usize, &T)` Sep 04 07:19:19.401 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.401 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.401 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.401 INFO kablam! | Sep 04 07:19:19.401 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.401 INFO kablam! Sep 04 07:19:19.402 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.402 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 04 07:19:19.402 INFO kablam! | Sep 04 07:19:19.402 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.403 INFO kablam! | Sep 04 07:19:19.403 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 07:19:19.403 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.403 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.403 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.403 INFO kablam! | Sep 04 07:19:19.403 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.403 INFO kablam! Sep 04 07:19:19.408 INFO kablam! error: aborting due to 38 previous errors Sep 04 07:19:19.408 INFO kablam! Sep 04 07:19:19.408 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 04 07:19:19.417 INFO kablam! error: Could not compile `qcollect-traits`. Sep 04 07:19:19.417 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.417 INFO kablam! --> src/impls/core.rs:46:25 Sep 04 07:19:19.417 INFO kablam! | Sep 04 07:19:19.417 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 04 07:19:19.417 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 04 07:19:19.417 INFO kablam! | Sep 04 07:19:19.417 INFO kablam! warning: = note: expected type `>::Item` Sep 04 07:19:19.417 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.417 INFO kablam! Sep 04 07:19:19.417 INFO kablam! build failed, waiting for other jobs to finish... Sep 04 07:19:19.423 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.423 INFO kablam! --> src/impls/core.rs:127:25 Sep 04 07:19:19.423 INFO kablam! | Sep 04 07:19:19.423 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 04 07:19:19.423 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.423 INFO kablam! | Sep 04 07:19:19.423 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.423 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.423 INFO kablam! Sep 04 07:19:19.424 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.424 INFO kablam! --> src/impls/core.rs:139:25 Sep 04 07:19:19.424 INFO kablam! | Sep 04 07:19:19.424 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 04 07:19:19.424 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.424 INFO kablam! | Sep 04 07:19:19.424 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.424 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.424 INFO kablam! Sep 04 07:19:19.432 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.432 INFO kablam! --> src/impls/core.rs:265:21 Sep 04 07:19:19.432 INFO kablam! | Sep 04 07:19:19.432 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 04 07:19:19.433 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.433 INFO kablam! | Sep 04 07:19:19.433 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.433 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.433 INFO kablam! Sep 04 07:19:19.434 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.434 INFO kablam! --> src/impls/core.rs:277:21 Sep 04 07:19:19.434 INFO kablam! | Sep 04 07:19:19.434 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 04 07:19:19.434 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.434 INFO kablam! | Sep 04 07:19:19.434 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.434 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.434 INFO kablam! Sep 04 07:19:19.450 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.451 INFO kablam! --> src/impls/slice.rs:66:17 Sep 04 07:19:19.451 INFO kablam! | Sep 04 07:19:19.451 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 04 07:19:19.451 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.451 INFO kablam! | Sep 04 07:19:19.451 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.451 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.451 INFO kablam! Sep 04 07:19:19.452 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.452 INFO kablam! --> src/impls/slice.rs:74:17 Sep 04 07:19:19.452 INFO kablam! | Sep 04 07:19:19.452 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 04 07:19:19.452 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.452 INFO kablam! | Sep 04 07:19:19.452 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.452 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.452 INFO kablam! Sep 04 07:19:19.458 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.458 INFO kablam! --> src/impls/vec.rs:81:17 Sep 04 07:19:19.458 INFO kablam! | Sep 04 07:19:19.458 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 04 07:19:19.458 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.458 INFO kablam! | Sep 04 07:19:19.458 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.458 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.459 INFO kablam! Sep 04 07:19:19.459 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.459 INFO kablam! --> src/impls/vec.rs:89:17 Sep 04 07:19:19.459 INFO kablam! | Sep 04 07:19:19.459 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 04 07:19:19.459 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.459 INFO kablam! | Sep 04 07:19:19.460 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.460 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.460 INFO kablam! Sep 04 07:19:19.464 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.464 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 04 07:19:19.464 INFO kablam! | Sep 04 07:19:19.465 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 04 07:19:19.465 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.465 INFO kablam! | Sep 04 07:19:19.465 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.465 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.465 INFO kablam! Sep 04 07:19:19.466 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.466 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 04 07:19:19.466 INFO kablam! | Sep 04 07:19:19.467 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 04 07:19:19.467 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.467 INFO kablam! | Sep 04 07:19:19.467 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.467 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.467 INFO kablam! Sep 04 07:19:19.469 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.469 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 04 07:19:19.469 INFO kablam! | Sep 04 07:19:19.469 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 04 07:19:19.469 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.469 INFO kablam! | Sep 04 07:19:19.469 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.469 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.469 INFO kablam! Sep 04 07:19:19.470 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.470 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 04 07:19:19.470 INFO kablam! | Sep 04 07:19:19.470 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 04 07:19:19.470 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.470 INFO kablam! | Sep 04 07:19:19.470 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.470 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.471 INFO kablam! Sep 04 07:19:19.477 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 07:19:19.477 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 04 07:19:19.477 INFO kablam! | Sep 04 07:19:19.477 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 04 07:19:19.477 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 04 07:19:19.477 INFO kablam! | Sep 04 07:19:19.477 INFO kablam! = note: expected type `bool` Sep 04 07:19:19.477 INFO kablam! found type `>::Item` Sep 04 07:19:19.477 INFO kablam! Sep 04 07:19:19.487 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.487 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 04 07:19:19.487 INFO kablam! | Sep 04 07:19:19.488 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 04 07:19:19.488 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.488 INFO kablam! | Sep 04 07:19:19.488 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.488 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.488 INFO kablam! Sep 04 07:19:19.493 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.494 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 04 07:19:19.494 INFO kablam! | Sep 04 07:19:19.494 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 04 07:19:19.494 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.494 INFO kablam! | Sep 04 07:19:19.494 INFO kablam! = note: expected type `(&K, &V)` Sep 04 07:19:19.494 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.494 INFO kablam! Sep 04 07:19:19.495 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.495 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 04 07:19:19.495 INFO kablam! | Sep 04 07:19:19.495 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 04 07:19:19.495 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.495 INFO kablam! | Sep 04 07:19:19.495 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 07:19:19.495 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.495 INFO kablam! Sep 04 07:19:19.499 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.499 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 04 07:19:19.500 INFO kablam! | Sep 04 07:19:19.500 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 04 07:19:19.500 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.500 INFO kablam! | Sep 04 07:19:19.500 INFO kablam! = note: expected type `(usize, &T)` Sep 04 07:19:19.500 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.500 INFO kablam! Sep 04 07:19:19.500 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.501 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 04 07:19:19.501 INFO kablam! | Sep 04 07:19:19.501 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 04 07:19:19.501 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.501 INFO kablam! | Sep 04 07:19:19.501 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 07:19:19.501 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.501 INFO kablam! Sep 04 07:19:19.514 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.514 INFO kablam! --> src/impls/core.rs:55:5 Sep 04 07:19:19.514 INFO kablam! | Sep 04 07:19:19.515 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 04 07:19:19.515 INFO kablam! | Sep 04 07:19:19.515 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.515 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.515 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.515 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.515 INFO kablam! | Sep 04 07:19:19.515 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.515 INFO kablam! Sep 04 07:19:19.520 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.520 INFO kablam! --> src/impls/core.rs:136:5 Sep 04 07:19:19.520 INFO kablam! | Sep 04 07:19:19.520 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.520 INFO kablam! | Sep 04 07:19:19.520 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.520 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.521 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.521 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.521 INFO kablam! | Sep 04 07:19:19.521 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.521 INFO kablam! Sep 04 07:19:19.522 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.522 INFO kablam! --> src/impls/core.rs:148:5 Sep 04 07:19:19.522 INFO kablam! | Sep 04 07:19:19.522 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 07:19:19.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 07:19:19.522 INFO kablam! | Sep 04 07:19:19.522 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.522 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.522 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.522 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.522 INFO kablam! | Sep 04 07:19:19.522 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.523 INFO kablam! Sep 04 07:19:19.530 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.530 INFO kablam! --> src/impls/core.rs:274:5 Sep 04 07:19:19.530 INFO kablam! | Sep 04 07:19:19.530 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.530 INFO kablam! | Sep 04 07:19:19.530 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.530 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.531 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.531 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.531 INFO kablam! | Sep 04 07:19:19.531 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.531 INFO kablam! Sep 04 07:19:19.531 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.531 INFO kablam! --> src/impls/core.rs:286:5 Sep 04 07:19:19.532 INFO kablam! | Sep 04 07:19:19.532 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 07:19:19.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 07:19:19.532 INFO kablam! | Sep 04 07:19:19.532 INFO kablam! = note: expected type `>::Item` Sep 04 07:19:19.532 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.532 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.532 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.532 INFO kablam! | Sep 04 07:19:19.532 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.532 INFO kablam! Sep 04 07:19:19.539 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.539 INFO kablam! --> src/impls/slice.rs:71:5 Sep 04 07:19:19.539 INFO kablam! | Sep 04 07:19:19.539 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.539 INFO kablam! | Sep 04 07:19:19.539 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.539 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.539 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.539 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.539 INFO kablam! | Sep 04 07:19:19.539 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.539 INFO kablam! Sep 04 07:19:19.540 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.540 INFO kablam! --> src/impls/slice.rs:79:5 Sep 04 07:19:19.540 INFO kablam! | Sep 04 07:19:19.540 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.540 INFO kablam! | Sep 04 07:19:19.540 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.540 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.540 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.540 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.541 INFO kablam! | Sep 04 07:19:19.541 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.541 INFO kablam! Sep 04 07:19:19.546 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.546 INFO kablam! --> src/impls/vec.rs:86:5 Sep 04 07:19:19.546 INFO kablam! | Sep 04 07:19:19.546 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 07:19:19.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.546 INFO kablam! | Sep 04 07:19:19.546 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.546 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.546 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.546 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.547 INFO kablam! | Sep 04 07:19:19.547 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.547 INFO kablam! Sep 04 07:19:19.547 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.547 INFO kablam! --> src/impls/vec.rs:94:5 Sep 04 07:19:19.547 INFO kablam! | Sep 04 07:19:19.547 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 07:19:19.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.548 INFO kablam! | Sep 04 07:19:19.548 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.548 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.548 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.548 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.548 INFO kablam! | Sep 04 07:19:19.548 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.548 INFO kablam! Sep 04 07:19:19.551 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.551 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 04 07:19:19.551 INFO kablam! | Sep 04 07:19:19.551 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.552 INFO kablam! | Sep 04 07:19:19.552 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.552 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.552 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.552 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.552 INFO kablam! | Sep 04 07:19:19.552 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.552 INFO kablam! Sep 04 07:19:19.553 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.553 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 04 07:19:19.553 INFO kablam! | Sep 04 07:19:19.553 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.553 INFO kablam! | Sep 04 07:19:19.553 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.553 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.553 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.553 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.553 INFO kablam! | Sep 04 07:19:19.553 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.554 INFO kablam! Sep 04 07:19:19.555 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.556 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 04 07:19:19.556 INFO kablam! | Sep 04 07:19:19.556 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.556 INFO kablam! | Sep 04 07:19:19.556 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.556 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.556 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.556 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.557 INFO kablam! | Sep 04 07:19:19.557 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.557 INFO kablam! Sep 04 07:19:19.557 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.557 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 04 07:19:19.557 INFO kablam! | Sep 04 07:19:19.557 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 07:19:19.557 INFO kablam! | Sep 04 07:19:19.558 INFO kablam! = note: expected type `&mut T` Sep 04 07:19:19.558 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.558 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.558 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.558 INFO kablam! | Sep 04 07:19:19.558 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.558 INFO kablam! Sep 04 07:19:19.560 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 07:19:19.560 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 04 07:19:19.560 INFO kablam! | Sep 04 07:19:19.560 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 04 07:19:19.561 INFO kablam! | Sep 04 07:19:19.561 INFO kablam! = note: expected type `bool` Sep 04 07:19:19.561 INFO kablam! found type `>::Item` Sep 04 07:19:19.561 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.561 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.561 INFO kablam! | Sep 04 07:19:19.561 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.561 INFO kablam! Sep 04 07:19:19.562 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.562 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 04 07:19:19.562 INFO kablam! | Sep 04 07:19:19.562 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 07:19:19.562 INFO kablam! | Sep 04 07:19:19.562 INFO kablam! = note: expected type `&T` Sep 04 07:19:19.562 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.562 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.563 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.563 INFO kablam! | Sep 04 07:19:19.563 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.563 INFO kablam! Sep 04 07:19:19.566 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.567 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 04 07:19:19.567 INFO kablam! | Sep 04 07:19:19.567 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.568 INFO kablam! | Sep 04 07:19:19.568 INFO kablam! = note: expected type `(&K, &V)` Sep 04 07:19:19.569 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.569 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.569 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.569 INFO kablam! | Sep 04 07:19:19.569 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.569 INFO kablam! Sep 04 07:19:19.570 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.570 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 04 07:19:19.570 INFO kablam! | Sep 04 07:19:19.570 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.570 INFO kablam! | Sep 04 07:19:19.570 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 07:19:19.570 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.571 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.571 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.571 INFO kablam! | Sep 04 07:19:19.571 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.571 INFO kablam! Sep 04 07:19:19.573 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.573 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 04 07:19:19.573 INFO kablam! | Sep 04 07:19:19.574 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 07:19:19.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.574 INFO kablam! | Sep 04 07:19:19.575 INFO kablam! = note: expected type `(usize, &T)` Sep 04 07:19:19.575 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 07:19:19.575 INFO kablam! note: required by `traits::_Iterate` Sep 04 07:19:19.575 INFO kablam! --> src/traits.rs:69:1 Sep 04 07:19:19.575 INFO kablam! | Sep 04 07:19:19.575 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 07:19:19.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.575 INFO kablam! Sep 04 07:19:19.576 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.576 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 04 07:19:19.576 INFO kablam! | Sep 04 07:19:19.576 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 07:19:19.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 07:19:19.577 INFO kablam! | Sep 04 07:19:19.577 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 07:19:19.577 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 07:19:19.577 INFO kablam! note: required by `traits::_IterateMut` Sep 04 07:19:19.577 INFO kablam! --> src/traits.rs:79:1 Sep 04 07:19:19.577 INFO kablam! | Sep 04 07:19:19.577 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 07:19:19.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:19.578 INFO kablam! Sep 04 07:19:19.581 INFO kablam! error: aborting due to 38 previous errors Sep 04 07:19:19.581 INFO kablam! Sep 04 07:19:19.581 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 04 07:19:19.587 INFO kablam! error: Could not compile `qcollect-traits`. Sep 04 07:19:19.587 INFO kablam! Sep 04 07:19:19.587 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:19:19.589 INFO kablam! su: No module specific data is present Sep 04 07:19:20.159 INFO running `"docker" "rm" "-f" "2de0843d0bd3188b85048e50db9af7227bb8cc55e922f098eab6e2e42376faaa"` Sep 04 07:19:20.263 INFO blam! 2de0843d0bd3188b85048e50db9af7227bb8cc55e922f098eab6e2e42376faaa