Sep 04 10:22:16.877 INFO checking qcollect-traits-0.7.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 10:22:16.877 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 10:22:16.877 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 10:22:17.035 INFO blam! e8286e58e6319c011ca1ee0ee41a3ba19f53153eafc82eb51072e4b1aeb0208e Sep 04 10:22:17.038 INFO running `"docker" "start" "-a" "e8286e58e6319c011ca1ee0ee41a3ba19f53153eafc82eb51072e4b1aeb0208e"` Sep 04 10:22:17.811 INFO kablam! Checking vec_map v0.3.0 Sep 04 10:22:18.498 INFO kablam! Checking qcollect-traits v0.7.4 (file:///source) Sep 04 10:22:18.974 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.974 INFO kablam! --> src/impls/core.rs:46:25 Sep 04 10:22:18.974 INFO kablam! | Sep 04 10:22:18.974 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 04 10:22:18.974 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 04 10:22:18.974 INFO kablam! | Sep 04 10:22:18.974 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:18.974 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.974 INFO kablam! Sep 04 10:22:18.977 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.977 INFO kablam! --> src/impls/core.rs:127:25 Sep 04 10:22:18.977 INFO kablam! | Sep 04 10:22:18.977 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 04 10:22:18.977 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:18.977 INFO kablam! | Sep 04 10:22:18.977 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:18.977 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.977 INFO kablam! Sep 04 10:22:18.978 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.978 INFO kablam! --> src/impls/core.rs:139:25 Sep 04 10:22:18.978 INFO kablam! | Sep 04 10:22:18.978 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 04 10:22:18.978 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:18.978 INFO kablam! | Sep 04 10:22:18.978 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:18.978 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.978 INFO kablam! Sep 04 10:22:18.982 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.983 INFO kablam! --> src/impls/core.rs:265:21 Sep 04 10:22:18.983 INFO kablam! | Sep 04 10:22:18.983 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 04 10:22:18.983 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:18.983 INFO kablam! | Sep 04 10:22:18.983 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:18.983 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.983 INFO kablam! Sep 04 10:22:18.983 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.983 INFO kablam! --> src/impls/core.rs:277:21 Sep 04 10:22:18.983 INFO kablam! | Sep 04 10:22:18.983 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 04 10:22:18.983 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:18.983 INFO kablam! | Sep 04 10:22:18.983 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:18.983 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.983 INFO kablam! Sep 04 10:22:18.991 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.991 INFO kablam! --> src/impls/slice.rs:66:17 Sep 04 10:22:18.991 INFO kablam! | Sep 04 10:22:18.991 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 04 10:22:18.991 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:18.993 INFO kablam! | Sep 04 10:22:18.993 INFO kablam! = note: expected type `&T` Sep 04 10:22:18.993 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.993 INFO kablam! Sep 04 10:22:18.993 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.994 INFO kablam! --> src/impls/slice.rs:74:17 Sep 04 10:22:18.994 INFO kablam! | Sep 04 10:22:18.994 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 04 10:22:18.994 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:18.994 INFO kablam! | Sep 04 10:22:18.994 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:18.994 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.994 INFO kablam! Sep 04 10:22:18.996 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.996 INFO kablam! --> src/impls/vec.rs:81:17 Sep 04 10:22:18.996 INFO kablam! | Sep 04 10:22:18.996 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 04 10:22:18.997 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:18.997 INFO kablam! | Sep 04 10:22:18.997 INFO kablam! = note: expected type `&T` Sep 04 10:22:18.997 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:18.997 INFO kablam! Sep 04 10:22:18.997 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.997 INFO kablam! --> src/impls/vec.rs:89:17 Sep 04 10:22:18.997 INFO kablam! | Sep 04 10:22:18.997 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 04 10:22:18.997 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:18.997 INFO kablam! | Sep 04 10:22:18.997 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:18.997 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:18.997 INFO kablam! Sep 04 10:22:19.001 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.001 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 04 10:22:19.001 INFO kablam! | Sep 04 10:22:19.001 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 04 10:22:19.001 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.001 INFO kablam! | Sep 04 10:22:19.001 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.001 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.001 INFO kablam! Sep 04 10:22:19.002 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.002 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 04 10:22:19.002 INFO kablam! | Sep 04 10:22:19.002 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 04 10:22:19.002 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.002 INFO kablam! | Sep 04 10:22:19.002 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.002 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.002 INFO kablam! Sep 04 10:22:19.004 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.004 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 04 10:22:19.004 INFO kablam! | Sep 04 10:22:19.004 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 04 10:22:19.004 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.004 INFO kablam! | Sep 04 10:22:19.004 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.004 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.004 INFO kablam! Sep 04 10:22:19.005 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.005 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 04 10:22:19.005 INFO kablam! | Sep 04 10:22:19.005 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 04 10:22:19.005 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.005 INFO kablam! | Sep 04 10:22:19.005 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.005 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.005 INFO kablam! Sep 04 10:22:19.010 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 10:22:19.010 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 04 10:22:19.010 INFO kablam! | Sep 04 10:22:19.010 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 04 10:22:19.010 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 04 10:22:19.010 INFO kablam! | Sep 04 10:22:19.010 INFO kablam! = note: expected type `bool` Sep 04 10:22:19.010 INFO kablam! found type `>::Item` Sep 04 10:22:19.010 INFO kablam! Sep 04 10:22:19.018 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.018 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 04 10:22:19.018 INFO kablam! | Sep 04 10:22:19.018 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 04 10:22:19.018 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.018 INFO kablam! | Sep 04 10:22:19.018 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.018 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.018 INFO kablam! Sep 04 10:22:19.023 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.023 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 04 10:22:19.023 INFO kablam! | Sep 04 10:22:19.023 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 04 10:22:19.023 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.023 INFO kablam! | Sep 04 10:22:19.023 INFO kablam! = note: expected type `(&K, &V)` Sep 04 10:22:19.023 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.023 INFO kablam! Sep 04 10:22:19.025 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.025 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 04 10:22:19.025 INFO kablam! | Sep 04 10:22:19.025 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 04 10:22:19.025 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.025 INFO kablam! | Sep 04 10:22:19.025 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 10:22:19.025 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.025 INFO kablam! Sep 04 10:22:19.030 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.030 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 04 10:22:19.030 INFO kablam! | Sep 04 10:22:19.030 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 04 10:22:19.030 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.030 INFO kablam! | Sep 04 10:22:19.030 INFO kablam! = note: expected type `(usize, &T)` Sep 04 10:22:19.030 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.030 INFO kablam! Sep 04 10:22:19.030 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.030 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 04 10:22:19.030 INFO kablam! | Sep 04 10:22:19.030 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 04 10:22:19.030 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.030 INFO kablam! | Sep 04 10:22:19.030 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 10:22:19.030 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.030 INFO kablam! Sep 04 10:22:19.040 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.040 INFO kablam! --> src/impls/core.rs:55:5 Sep 04 10:22:19.040 INFO kablam! | Sep 04 10:22:19.040 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 04 10:22:19.040 INFO kablam! | Sep 04 10:22:19.040 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.040 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.041 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.041 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.041 INFO kablam! | Sep 04 10:22:19.041 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.041 INFO kablam! Sep 04 10:22:19.050 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.050 INFO kablam! --> src/impls/core.rs:136:5 Sep 04 10:22:19.050 INFO kablam! | Sep 04 10:22:19.050 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:19.050 INFO kablam! | Sep 04 10:22:19.050 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.050 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.050 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.050 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.050 INFO kablam! | Sep 04 10:22:19.050 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.050 INFO kablam! Sep 04 10:22:19.050 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.050 INFO kablam! --> src/impls/core.rs:148:5 Sep 04 10:22:19.050 INFO kablam! | Sep 04 10:22:19.051 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 10:22:19.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:19.051 INFO kablam! | Sep 04 10:22:19.051 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.051 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.051 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.051 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.051 INFO kablam! | Sep 04 10:22:19.052 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.052 INFO kablam! Sep 04 10:22:19.052 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.052 INFO kablam! --> src/impls/core.rs:274:5 Sep 04 10:22:19.052 INFO kablam! | Sep 04 10:22:19.052 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:19.052 INFO kablam! | Sep 04 10:22:19.052 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.052 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.052 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.052 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.052 INFO kablam! | Sep 04 10:22:19.052 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.052 INFO kablam! Sep 04 10:22:19.052 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.052 INFO kablam! --> src/impls/core.rs:286:5 Sep 04 10:22:19.053 INFO kablam! | Sep 04 10:22:19.053 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 10:22:19.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:19.053 INFO kablam! | Sep 04 10:22:19.053 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.053 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.053 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.053 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.053 INFO kablam! | Sep 04 10:22:19.053 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.053 INFO kablam! Sep 04 10:22:19.057 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.057 INFO kablam! --> src/impls/slice.rs:71:5 Sep 04 10:22:19.057 INFO kablam! | Sep 04 10:22:19.057 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.057 INFO kablam! | Sep 04 10:22:19.057 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.057 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.057 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.057 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.057 INFO kablam! | Sep 04 10:22:19.057 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.057 INFO kablam! Sep 04 10:22:19.058 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.058 INFO kablam! --> src/impls/slice.rs:79:5 Sep 04 10:22:19.058 INFO kablam! | Sep 04 10:22:19.058 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.058 INFO kablam! | Sep 04 10:22:19.058 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.058 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.058 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.058 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.058 INFO kablam! | Sep 04 10:22:19.058 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.058 INFO kablam! Sep 04 10:22:19.062 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.062 INFO kablam! --> src/impls/vec.rs:86:5 Sep 04 10:22:19.062 INFO kablam! | Sep 04 10:22:19.062 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.062 INFO kablam! | Sep 04 10:22:19.062 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.062 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.062 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.062 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.062 INFO kablam! | Sep 04 10:22:19.062 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.062 INFO kablam! Sep 04 10:22:19.063 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.063 INFO kablam! --> src/impls/vec.rs:94:5 Sep 04 10:22:19.063 INFO kablam! | Sep 04 10:22:19.063 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 10:22:19.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.063 INFO kablam! | Sep 04 10:22:19.063 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.063 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.063 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.063 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.063 INFO kablam! | Sep 04 10:22:19.063 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.063 INFO kablam! Sep 04 10:22:19.064 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.064 INFO kablam! --> src/impls/core.rs:46:25 Sep 04 10:22:19.064 INFO kablam! | Sep 04 10:22:19.064 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 04 10:22:19.064 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 04 10:22:19.064 INFO kablam! | Sep 04 10:22:19.065 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.065 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.065 INFO kablam! Sep 04 10:22:19.066 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.066 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 04 10:22:19.067 INFO kablam! | Sep 04 10:22:19.067 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.067 INFO kablam! | Sep 04 10:22:19.067 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.067 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.067 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.067 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.067 INFO kablam! | Sep 04 10:22:19.067 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.067 INFO kablam! Sep 04 10:22:19.068 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.068 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 04 10:22:19.068 INFO kablam! | Sep 04 10:22:19.068 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.068 INFO kablam! | Sep 04 10:22:19.068 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.068 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.068 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.068 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.068 INFO kablam! | Sep 04 10:22:19.068 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.068 INFO kablam! Sep 04 10:22:19.069 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.069 INFO kablam! --> src/impls/core.rs:127:25 Sep 04 10:22:19.069 INFO kablam! | Sep 04 10:22:19.069 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 04 10:22:19.069 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:19.069 INFO kablam! | Sep 04 10:22:19.069 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.069 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.069 INFO kablam! Sep 04 10:22:19.070 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.070 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 04 10:22:19.070 INFO kablam! | Sep 04 10:22:19.070 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.070 INFO kablam! | Sep 04 10:22:19.070 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.070 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.070 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.071 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.071 INFO kablam! | Sep 04 10:22:19.071 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.071 INFO kablam! Sep 04 10:22:19.071 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.071 INFO kablam! --> src/impls/core.rs:139:25 Sep 04 10:22:19.071 INFO kablam! | Sep 04 10:22:19.071 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 04 10:22:19.071 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:19.071 INFO kablam! | Sep 04 10:22:19.071 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.071 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.071 INFO kablam! Sep 04 10:22:19.071 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.071 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 04 10:22:19.071 INFO kablam! | Sep 04 10:22:19.071 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.071 INFO kablam! | Sep 04 10:22:19.071 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.071 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.071 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.071 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.072 INFO kablam! | Sep 04 10:22:19.072 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.072 INFO kablam! Sep 04 10:22:19.074 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 10:22:19.074 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 04 10:22:19.074 INFO kablam! | Sep 04 10:22:19.074 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 04 10:22:19.074 INFO kablam! | Sep 04 10:22:19.074 INFO kablam! = note: expected type `bool` Sep 04 10:22:19.074 INFO kablam! found type `>::Item` Sep 04 10:22:19.074 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.074 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.074 INFO kablam! | Sep 04 10:22:19.074 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.074 INFO kablam! Sep 04 10:22:19.075 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.075 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 04 10:22:19.075 INFO kablam! | Sep 04 10:22:19.075 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.075 INFO kablam! | Sep 04 10:22:19.075 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.075 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.075 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.075 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.075 INFO kablam! | Sep 04 10:22:19.075 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.075 INFO kablam! Sep 04 10:22:19.078 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.078 INFO kablam! --> src/impls/core.rs:265:21 Sep 04 10:22:19.078 INFO kablam! | Sep 04 10:22:19.078 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 04 10:22:19.078 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:19.078 INFO kablam! | Sep 04 10:22:19.078 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.078 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.078 INFO kablam! Sep 04 10:22:19.078 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.079 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 04 10:22:19.079 INFO kablam! | Sep 04 10:22:19.079 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.079 INFO kablam! | Sep 04 10:22:19.079 INFO kablam! = note: expected type `(&K, &V)` Sep 04 10:22:19.079 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.079 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.079 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.079 INFO kablam! | Sep 04 10:22:19.079 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.079 INFO kablam! Sep 04 10:22:19.079 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.079 INFO kablam! --> src/impls/core.rs:277:21 Sep 04 10:22:19.079 INFO kablam! | Sep 04 10:22:19.079 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 04 10:22:19.079 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:19.080 INFO kablam! | Sep 04 10:22:19.080 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.080 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.080 INFO kablam! Sep 04 10:22:19.080 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.080 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 04 10:22:19.080 INFO kablam! | Sep 04 10:22:19.080 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.080 INFO kablam! | Sep 04 10:22:19.080 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 10:22:19.080 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.080 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.080 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.080 INFO kablam! | Sep 04 10:22:19.080 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.080 INFO kablam! Sep 04 10:22:19.083 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.083 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 04 10:22:19.083 INFO kablam! | Sep 04 10:22:19.083 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.083 INFO kablam! | Sep 04 10:22:19.083 INFO kablam! = note: expected type `(usize, &T)` Sep 04 10:22:19.083 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.083 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.083 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.083 INFO kablam! | Sep 04 10:22:19.083 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.083 INFO kablam! Sep 04 10:22:19.084 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.084 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 04 10:22:19.084 INFO kablam! | Sep 04 10:22:19.084 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.084 INFO kablam! | Sep 04 10:22:19.084 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 10:22:19.084 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.084 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.084 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.084 INFO kablam! | Sep 04 10:22:19.084 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.084 INFO kablam! Sep 04 10:22:19.087 INFO kablam! error: aborting due to 38 previous errors Sep 04 10:22:19.088 INFO kablam! Sep 04 10:22:19.088 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 04 10:22:19.095 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.095 INFO kablam! --> src/impls/slice.rs:66:17 Sep 04 10:22:19.095 INFO kablam! | Sep 04 10:22:19.095 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 04 10:22:19.095 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.095 INFO kablam! | Sep 04 10:22:19.095 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.095 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.095 INFO kablam! Sep 04 10:22:19.095 INFO kablam! error: Could not compile `qcollect-traits`. Sep 04 10:22:19.095 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 10:22:19.095 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.095 INFO kablam! --> src/impls/slice.rs:74:17 Sep 04 10:22:19.095 INFO kablam! | Sep 04 10:22:19.096 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 04 10:22:19.096 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.096 INFO kablam! | Sep 04 10:22:19.096 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.096 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.096 INFO kablam! Sep 04 10:22:19.099 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.099 INFO kablam! --> src/impls/vec.rs:81:17 Sep 04 10:22:19.099 INFO kablam! | Sep 04 10:22:19.099 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 04 10:22:19.099 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.100 INFO kablam! | Sep 04 10:22:19.100 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.100 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.100 INFO kablam! Sep 04 10:22:19.100 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.100 INFO kablam! --> src/impls/vec.rs:89:17 Sep 04 10:22:19.100 INFO kablam! | Sep 04 10:22:19.100 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 04 10:22:19.100 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.100 INFO kablam! | Sep 04 10:22:19.100 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.100 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.101 INFO kablam! Sep 04 10:22:19.103 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.103 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 04 10:22:19.103 INFO kablam! | Sep 04 10:22:19.103 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 04 10:22:19.104 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.104 INFO kablam! | Sep 04 10:22:19.104 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.104 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.104 INFO kablam! Sep 04 10:22:19.104 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.104 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 04 10:22:19.104 INFO kablam! | Sep 04 10:22:19.104 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 04 10:22:19.104 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.104 INFO kablam! | Sep 04 10:22:19.104 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.104 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.104 INFO kablam! Sep 04 10:22:19.107 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.107 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 04 10:22:19.107 INFO kablam! | Sep 04 10:22:19.107 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 04 10:22:19.107 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.107 INFO kablam! | Sep 04 10:22:19.107 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.107 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.107 INFO kablam! Sep 04 10:22:19.108 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.108 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 04 10:22:19.108 INFO kablam! | Sep 04 10:22:19.108 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 04 10:22:19.108 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.108 INFO kablam! | Sep 04 10:22:19.108 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.108 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.108 INFO kablam! Sep 04 10:22:19.113 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 10:22:19.113 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 04 10:22:19.113 INFO kablam! | Sep 04 10:22:19.113 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 04 10:22:19.113 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 04 10:22:19.113 INFO kablam! | Sep 04 10:22:19.113 INFO kablam! = note: expected type `bool` Sep 04 10:22:19.113 INFO kablam! found type `>::Item` Sep 04 10:22:19.113 INFO kablam! Sep 04 10:22:19.118 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.118 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 04 10:22:19.118 INFO kablam! | Sep 04 10:22:19.118 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 04 10:22:19.118 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.118 INFO kablam! | Sep 04 10:22:19.118 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.118 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.118 INFO kablam! Sep 04 10:22:19.122 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.122 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 04 10:22:19.122 INFO kablam! | Sep 04 10:22:19.122 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 04 10:22:19.122 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.122 INFO kablam! | Sep 04 10:22:19.122 INFO kablam! = note: expected type `(&K, &V)` Sep 04 10:22:19.122 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.122 INFO kablam! Sep 04 10:22:19.123 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.123 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 04 10:22:19.123 INFO kablam! | Sep 04 10:22:19.123 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 04 10:22:19.123 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.123 INFO kablam! | Sep 04 10:22:19.123 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 10:22:19.123 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.124 INFO kablam! Sep 04 10:22:19.127 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.127 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 04 10:22:19.127 INFO kablam! | Sep 04 10:22:19.127 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 04 10:22:19.127 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.127 INFO kablam! | Sep 04 10:22:19.127 INFO kablam! = note: expected type `(usize, &T)` Sep 04 10:22:19.127 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.127 INFO kablam! Sep 04 10:22:19.127 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.127 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 04 10:22:19.127 INFO kablam! | Sep 04 10:22:19.127 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 04 10:22:19.127 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.127 INFO kablam! | Sep 04 10:22:19.128 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 10:22:19.128 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.128 INFO kablam! Sep 04 10:22:19.137 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.137 INFO kablam! --> src/impls/core.rs:55:5 Sep 04 10:22:19.137 INFO kablam! | Sep 04 10:22:19.137 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 04 10:22:19.137 INFO kablam! | Sep 04 10:22:19.137 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.137 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.137 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.137 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.137 INFO kablam! | Sep 04 10:22:19.137 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.138 INFO kablam! Sep 04 10:22:19.140 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.140 INFO kablam! --> src/impls/core.rs:136:5 Sep 04 10:22:19.141 INFO kablam! | Sep 04 10:22:19.141 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:19.141 INFO kablam! | Sep 04 10:22:19.141 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.141 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.141 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.141 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.141 INFO kablam! | Sep 04 10:22:19.141 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.141 INFO kablam! Sep 04 10:22:19.141 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.141 INFO kablam! --> src/impls/core.rs:148:5 Sep 04 10:22:19.141 INFO kablam! | Sep 04 10:22:19.141 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 10:22:19.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 04 10:22:19.141 INFO kablam! | Sep 04 10:22:19.141 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.142 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.142 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.142 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.142 INFO kablam! | Sep 04 10:22:19.142 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.142 INFO kablam! Sep 04 10:22:19.147 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.147 INFO kablam! --> src/impls/core.rs:274:5 Sep 04 10:22:19.147 INFO kablam! | Sep 04 10:22:19.147 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:19.147 INFO kablam! | Sep 04 10:22:19.147 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.147 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.147 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.147 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.147 INFO kablam! | Sep 04 10:22:19.147 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.147 INFO kablam! Sep 04 10:22:19.147 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.147 INFO kablam! --> src/impls/core.rs:286:5 Sep 04 10:22:19.147 INFO kablam! | Sep 04 10:22:19.147 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 10:22:19.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 04 10:22:19.148 INFO kablam! | Sep 04 10:22:19.148 INFO kablam! = note: expected type `>::Item` Sep 04 10:22:19.148 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.148 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.148 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.148 INFO kablam! | Sep 04 10:22:19.148 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.148 INFO kablam! Sep 04 10:22:19.152 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.152 INFO kablam! --> src/impls/slice.rs:71:5 Sep 04 10:22:19.152 INFO kablam! | Sep 04 10:22:19.152 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.152 INFO kablam! | Sep 04 10:22:19.152 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.152 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.152 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.152 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.152 INFO kablam! | Sep 04 10:22:19.152 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.152 INFO kablam! Sep 04 10:22:19.153 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.153 INFO kablam! --> src/impls/slice.rs:79:5 Sep 04 10:22:19.153 INFO kablam! | Sep 04 10:22:19.153 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.153 INFO kablam! | Sep 04 10:22:19.153 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.153 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.153 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.153 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.153 INFO kablam! | Sep 04 10:22:19.153 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.153 INFO kablam! Sep 04 10:22:19.156 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.156 INFO kablam! --> src/impls/vec.rs:86:5 Sep 04 10:22:19.156 INFO kablam! | Sep 04 10:22:19.156 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 04 10:22:19.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.156 INFO kablam! | Sep 04 10:22:19.156 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.156 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.156 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.156 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.156 INFO kablam! | Sep 04 10:22:19.156 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.156 INFO kablam! Sep 04 10:22:19.157 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.157 INFO kablam! --> src/impls/vec.rs:94:5 Sep 04 10:22:19.157 INFO kablam! | Sep 04 10:22:19.157 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 04 10:22:19.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.157 INFO kablam! | Sep 04 10:22:19.157 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.157 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.157 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.157 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.157 INFO kablam! | Sep 04 10:22:19.157 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.157 INFO kablam! Sep 04 10:22:19.159 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.159 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 04 10:22:19.160 INFO kablam! | Sep 04 10:22:19.160 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.160 INFO kablam! | Sep 04 10:22:19.160 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.160 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.160 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.160 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.160 INFO kablam! | Sep 04 10:22:19.160 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.160 INFO kablam! Sep 04 10:22:19.160 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.160 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 04 10:22:19.160 INFO kablam! | Sep 04 10:22:19.160 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.160 INFO kablam! | Sep 04 10:22:19.160 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.160 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.160 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.160 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.160 INFO kablam! | Sep 04 10:22:19.160 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.160 INFO kablam! Sep 04 10:22:19.162 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.162 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 04 10:22:19.162 INFO kablam! | Sep 04 10:22:19.162 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.162 INFO kablam! | Sep 04 10:22:19.162 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.162 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.162 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.162 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.162 INFO kablam! | Sep 04 10:22:19.162 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.162 INFO kablam! Sep 04 10:22:19.163 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.163 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 04 10:22:19.163 INFO kablam! | Sep 04 10:22:19.163 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 04 10:22:19.163 INFO kablam! | Sep 04 10:22:19.163 INFO kablam! = note: expected type `&mut T` Sep 04 10:22:19.163 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.163 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.163 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.163 INFO kablam! | Sep 04 10:22:19.163 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.163 INFO kablam! Sep 04 10:22:19.165 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 04 10:22:19.165 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 04 10:22:19.165 INFO kablam! | Sep 04 10:22:19.165 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 04 10:22:19.165 INFO kablam! | Sep 04 10:22:19.166 INFO kablam! = note: expected type `bool` Sep 04 10:22:19.166 INFO kablam! found type `>::Item` Sep 04 10:22:19.166 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.166 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.166 INFO kablam! | Sep 04 10:22:19.166 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.166 INFO kablam! Sep 04 10:22:19.166 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.167 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 04 10:22:19.167 INFO kablam! | Sep 04 10:22:19.167 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 04 10:22:19.167 INFO kablam! | Sep 04 10:22:19.167 INFO kablam! = note: expected type `&T` Sep 04 10:22:19.167 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.167 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.167 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.167 INFO kablam! | Sep 04 10:22:19.167 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.167 INFO kablam! Sep 04 10:22:19.170 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.170 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 04 10:22:19.170 INFO kablam! | Sep 04 10:22:19.170 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.170 INFO kablam! | Sep 04 10:22:19.170 INFO kablam! = note: expected type `(&K, &V)` Sep 04 10:22:19.170 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.170 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.170 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.171 INFO kablam! | Sep 04 10:22:19.171 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.171 INFO kablam! Sep 04 10:22:19.171 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.171 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 04 10:22:19.171 INFO kablam! | Sep 04 10:22:19.171 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.171 INFO kablam! | Sep 04 10:22:19.171 INFO kablam! = note: expected type `(&K, &mut V)` Sep 04 10:22:19.171 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.171 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.171 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.171 INFO kablam! | Sep 04 10:22:19.172 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.172 INFO kablam! Sep 04 10:22:19.174 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.174 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 04 10:22:19.174 INFO kablam! | Sep 04 10:22:19.174 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 04 10:22:19.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.174 INFO kablam! | Sep 04 10:22:19.174 INFO kablam! = note: expected type `(usize, &T)` Sep 04 10:22:19.174 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 04 10:22:19.174 INFO kablam! note: required by `traits::_Iterate` Sep 04 10:22:19.174 INFO kablam! --> src/traits.rs:69:1 Sep 04 10:22:19.175 INFO kablam! | Sep 04 10:22:19.175 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 04 10:22:19.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.175 INFO kablam! Sep 04 10:22:19.175 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.175 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 04 10:22:19.175 INFO kablam! | Sep 04 10:22:19.175 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 04 10:22:19.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 04 10:22:19.175 INFO kablam! | Sep 04 10:22:19.175 INFO kablam! = note: expected type `(usize, &mut T)` Sep 04 10:22:19.175 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 04 10:22:19.175 INFO kablam! note: required by `traits::_IterateMut` Sep 04 10:22:19.175 INFO kablam! --> src/traits.rs:79:1 Sep 04 10:22:19.175 INFO kablam! | Sep 04 10:22:19.175 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 04 10:22:19.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:22:19.175 INFO kablam! Sep 04 10:22:19.179 INFO kablam! error: aborting due to 38 previous errors Sep 04 10:22:19.179 INFO kablam! Sep 04 10:22:19.179 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 04 10:22:19.186 INFO kablam! error: Could not compile `qcollect-traits`. Sep 04 10:22:19.186 INFO kablam! Sep 04 10:22:19.186 INFO kablam! To learn more, run the command again with --verbose. Sep 04 10:22:19.187 INFO kablam! su: No module specific data is present Sep 04 10:22:19.635 INFO running `"docker" "rm" "-f" "e8286e58e6319c011ca1ee0ee41a3ba19f53153eafc82eb51072e4b1aeb0208e"` Sep 04 10:22:19.746 INFO blam! e8286e58e6319c011ca1ee0ee41a3ba19f53153eafc82eb51072e4b1aeb0208e