Sep 01 10:31:57.838 INFO checking qcollect-traits-0.7.4 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 10:31:57.838 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 10:31:57.838 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:31:58.035 INFO blam! 49fbf112e9d130ae083031f897c3a72fe4e75ab90cf19d3fbe4092ec8b6d0c4f Sep 01 10:31:58.037 INFO running `"docker" "start" "-a" "49fbf112e9d130ae083031f897c3a72fe4e75ab90cf19d3fbe4092ec8b6d0c4f"` Sep 01 10:31:58.704 INFO kablam! Checking vec_map v0.3.0 Sep 01 10:31:59.315 INFO kablam! Checking qcollect-traits v0.7.4 (file:///source) Sep 01 10:31:59.870 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.870 INFO kablam! --> src/impls/core.rs:46:25 Sep 01 10:31:59.870 INFO kablam! | Sep 01 10:31:59.870 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 01 10:31:59.870 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:31:59.870 INFO kablam! | Sep 01 10:31:59.870 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.870 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.871 INFO kablam! Sep 01 10:31:59.875 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.875 INFO kablam! --> src/impls/core.rs:127:25 Sep 01 10:31:59.875 INFO kablam! | Sep 01 10:31:59.875 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 01 10:31:59.875 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:31:59.876 INFO kablam! | Sep 01 10:31:59.876 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.876 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.877 INFO kablam! Sep 01 10:31:59.878 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.878 INFO kablam! --> src/impls/core.rs:139:25 Sep 01 10:31:59.878 INFO kablam! | Sep 01 10:31:59.878 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 01 10:31:59.878 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:31:59.879 INFO kablam! | Sep 01 10:31:59.879 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.879 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.880 INFO kablam! Sep 01 10:31:59.887 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.887 INFO kablam! --> src/impls/core.rs:265:21 Sep 01 10:31:59.887 INFO kablam! | Sep 01 10:31:59.887 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 01 10:31:59.887 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:31:59.888 INFO kablam! | Sep 01 10:31:59.888 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.888 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.888 INFO kablam! Sep 01 10:31:59.890 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.890 INFO kablam! --> src/impls/core.rs:277:21 Sep 01 10:31:59.890 INFO kablam! | Sep 01 10:31:59.890 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 01 10:31:59.890 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:31:59.890 INFO kablam! | Sep 01 10:31:59.891 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.891 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.891 INFO kablam! Sep 01 10:31:59.905 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.905 INFO kablam! --> src/impls/slice.rs:66:17 Sep 01 10:31:59.905 INFO kablam! | Sep 01 10:31:59.905 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 01 10:31:59.905 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:31:59.906 INFO kablam! | Sep 01 10:31:59.906 INFO kablam! = note: expected type `&T` Sep 01 10:31:59.906 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.906 INFO kablam! Sep 01 10:31:59.908 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.908 INFO kablam! --> src/impls/slice.rs:74:17 Sep 01 10:31:59.908 INFO kablam! | Sep 01 10:31:59.908 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 01 10:31:59.908 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:31:59.908 INFO kablam! | Sep 01 10:31:59.909 INFO kablam! = note: expected type `&mut T` Sep 01 10:31:59.909 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.909 INFO kablam! Sep 01 10:31:59.922 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.922 INFO kablam! --> src/impls/vec.rs:81:17 Sep 01 10:31:59.922 INFO kablam! | Sep 01 10:31:59.923 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 01 10:31:59.923 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:31:59.924 INFO kablam! | Sep 01 10:31:59.924 INFO kablam! = note: expected type `&T` Sep 01 10:31:59.924 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.924 INFO kablam! Sep 01 10:31:59.924 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.925 INFO kablam! --> src/impls/vec.rs:89:17 Sep 01 10:31:59.925 INFO kablam! | Sep 01 10:31:59.925 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 01 10:31:59.925 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:31:59.925 INFO kablam! | Sep 01 10:31:59.925 INFO kablam! = note: expected type `&mut T` Sep 01 10:31:59.925 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.925 INFO kablam! Sep 01 10:31:59.928 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.928 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 01 10:31:59.928 INFO kablam! | Sep 01 10:31:59.928 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 01 10:31:59.928 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:31:59.929 INFO kablam! | Sep 01 10:31:59.929 INFO kablam! = note: expected type `&T` Sep 01 10:31:59.929 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.929 INFO kablam! Sep 01 10:31:59.929 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.930 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 01 10:31:59.930 INFO kablam! | Sep 01 10:31:59.930 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 01 10:31:59.930 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:31:59.930 INFO kablam! | Sep 01 10:31:59.930 INFO kablam! = note: expected type `&mut T` Sep 01 10:31:59.930 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.930 INFO kablam! Sep 01 10:31:59.933 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.933 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 01 10:31:59.933 INFO kablam! | Sep 01 10:31:59.933 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 01 10:31:59.933 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:31:59.933 INFO kablam! | Sep 01 10:31:59.933 INFO kablam! = note: expected type `&T` Sep 01 10:31:59.933 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.933 INFO kablam! Sep 01 10:31:59.934 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.934 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 01 10:31:59.934 INFO kablam! | Sep 01 10:31:59.934 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 01 10:31:59.934 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:31:59.934 INFO kablam! | Sep 01 10:31:59.934 INFO kablam! = note: expected type `&mut T` Sep 01 10:31:59.934 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.934 INFO kablam! Sep 01 10:31:59.939 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:31:59.939 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 01 10:31:59.940 INFO kablam! | Sep 01 10:31:59.940 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 01 10:31:59.940 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:31:59.940 INFO kablam! | Sep 01 10:31:59.940 INFO kablam! = note: expected type `bool` Sep 01 10:31:59.940 INFO kablam! found type `>::Item` Sep 01 10:31:59.940 INFO kablam! Sep 01 10:31:59.948 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.948 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 01 10:31:59.948 INFO kablam! | Sep 01 10:31:59.948 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 01 10:31:59.948 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:31:59.948 INFO kablam! | Sep 01 10:31:59.948 INFO kablam! = note: expected type `&T` Sep 01 10:31:59.948 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.948 INFO kablam! Sep 01 10:31:59.955 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.955 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 01 10:31:59.955 INFO kablam! | Sep 01 10:31:59.955 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 01 10:31:59.955 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:31:59.955 INFO kablam! | Sep 01 10:31:59.955 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:31:59.955 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.955 INFO kablam! Sep 01 10:31:59.956 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.956 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 01 10:31:59.956 INFO kablam! | Sep 01 10:31:59.956 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 01 10:31:59.956 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:31:59.956 INFO kablam! | Sep 01 10:31:59.957 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:31:59.957 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.957 INFO kablam! Sep 01 10:31:59.962 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.962 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 01 10:31:59.962 INFO kablam! | Sep 01 10:31:59.962 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 01 10:31:59.962 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:31:59.962 INFO kablam! | Sep 01 10:31:59.962 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:31:59.962 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.962 INFO kablam! Sep 01 10:31:59.963 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.963 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 01 10:31:59.963 INFO kablam! | Sep 01 10:31:59.963 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 01 10:31:59.963 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:31:59.963 INFO kablam! | Sep 01 10:31:59.963 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:31:59.963 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.963 INFO kablam! Sep 01 10:31:59.978 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.978 INFO kablam! --> src/impls/core.rs:55:5 Sep 01 10:31:59.979 INFO kablam! | Sep 01 10:31:59.979 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:31:59.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:31:59.979 INFO kablam! | Sep 01 10:31:59.979 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.979 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.979 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:31:59.979 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:31:59.979 INFO kablam! | Sep 01 10:31:59.979 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:31:59.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:31:59.979 INFO kablam! Sep 01 10:31:59.984 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.984 INFO kablam! --> src/impls/core.rs:136:5 Sep 01 10:31:59.984 INFO kablam! | Sep 01 10:31:59.984 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:31:59.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:31:59.984 INFO kablam! | Sep 01 10:31:59.984 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.984 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.984 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:31:59.985 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:31:59.985 INFO kablam! | Sep 01 10:31:59.985 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:31:59.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:31:59.985 INFO kablam! Sep 01 10:31:59.986 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.986 INFO kablam! --> src/impls/core.rs:148:5 Sep 01 10:31:59.986 INFO kablam! | Sep 01 10:31:59.986 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:31:59.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:31:59.986 INFO kablam! | Sep 01 10:31:59.986 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.986 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.986 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:31:59.986 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:31:59.986 INFO kablam! | Sep 01 10:31:59.986 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:31:59.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:31:59.986 INFO kablam! Sep 01 10:31:59.994 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.994 INFO kablam! --> src/impls/core.rs:274:5 Sep 01 10:31:59.995 INFO kablam! | Sep 01 10:31:59.995 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:31:59.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:31:59.995 INFO kablam! | Sep 01 10:31:59.995 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.995 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:31:59.995 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:31:59.995 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:31:59.995 INFO kablam! | Sep 01 10:31:59.996 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:31:59.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:31:59.996 INFO kablam! Sep 01 10:31:59.996 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.996 INFO kablam! --> src/impls/core.rs:286:5 Sep 01 10:31:59.996 INFO kablam! | Sep 01 10:31:59.996 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:31:59.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:31:59.997 INFO kablam! | Sep 01 10:31:59.997 INFO kablam! = note: expected type `>::Item` Sep 01 10:31:59.997 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:31:59.997 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:31:59.997 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:31:59.997 INFO kablam! | Sep 01 10:31:59.997 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:31:59.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:31:59.997 INFO kablam! Sep 01 10:32:00.003 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.003 INFO kablam! --> src/impls/slice.rs:71:5 Sep 01 10:32:00.004 INFO kablam! | Sep 01 10:32:00.004 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.004 INFO kablam! | Sep 01 10:32:00.004 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.004 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.004 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.004 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.005 INFO kablam! | Sep 01 10:32:00.005 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.005 INFO kablam! Sep 01 10:32:00.005 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.005 INFO kablam! --> src/impls/slice.rs:79:5 Sep 01 10:32:00.005 INFO kablam! | Sep 01 10:32:00.005 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.006 INFO kablam! | Sep 01 10:32:00.006 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.006 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.006 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.006 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.006 INFO kablam! | Sep 01 10:32:00.006 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.006 INFO kablam! Sep 01 10:32:00.010 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.010 INFO kablam! --> src/impls/vec.rs:86:5 Sep 01 10:32:00.010 INFO kablam! | Sep 01 10:32:00.010 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:00.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.010 INFO kablam! | Sep 01 10:32:00.011 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.011 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.011 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.011 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.011 INFO kablam! | Sep 01 10:32:00.011 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.011 INFO kablam! Sep 01 10:32:00.012 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.012 INFO kablam! --> src/impls/vec.rs:94:5 Sep 01 10:32:00.012 INFO kablam! | Sep 01 10:32:00.012 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:00.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.012 INFO kablam! | Sep 01 10:32:00.012 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.012 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.012 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.013 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.013 INFO kablam! | Sep 01 10:32:00.013 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.013 INFO kablam! Sep 01 10:32:00.016 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.016 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 01 10:32:00.016 INFO kablam! | Sep 01 10:32:00.016 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.016 INFO kablam! | Sep 01 10:32:00.017 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.017 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.017 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.017 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.017 INFO kablam! | Sep 01 10:32:00.017 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.017 INFO kablam! Sep 01 10:32:00.017 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.018 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 01 10:32:00.018 INFO kablam! | Sep 01 10:32:00.018 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.018 INFO kablam! | Sep 01 10:32:00.018 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.018 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.018 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.018 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.018 INFO kablam! | Sep 01 10:32:00.019 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.019 INFO kablam! Sep 01 10:32:00.021 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.021 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 01 10:32:00.021 INFO kablam! | Sep 01 10:32:00.021 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.021 INFO kablam! | Sep 01 10:32:00.021 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.022 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.022 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.022 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.022 INFO kablam! | Sep 01 10:32:00.022 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.022 INFO kablam! Sep 01 10:32:00.023 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.023 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 01 10:32:00.023 INFO kablam! | Sep 01 10:32:00.023 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.023 INFO kablam! | Sep 01 10:32:00.023 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.023 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.023 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.024 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.024 INFO kablam! | Sep 01 10:32:00.024 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.024 INFO kablam! Sep 01 10:32:00.027 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:32:00.027 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 01 10:32:00.027 INFO kablam! | Sep 01 10:32:00.027 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:32:00.027 INFO kablam! | Sep 01 10:32:00.028 INFO kablam! = note: expected type `bool` Sep 01 10:32:00.028 INFO kablam! found type `>::Item` Sep 01 10:32:00.028 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.028 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.028 INFO kablam! | Sep 01 10:32:00.028 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.028 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.028 INFO kablam! --> src/impls/core.rs:46:25 Sep 01 10:32:00.029 INFO kablam! | Sep 01 10:32:00.029 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 01 10:32:00.029 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:32:00.029 INFO kablam! | Sep 01 10:32:00.029 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.029 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.029 INFO kablam! Sep 01 10:32:00.029 INFO kablam! Sep 01 10:32:00.030 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.030 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 01 10:32:00.031 INFO kablam! | Sep 01 10:32:00.031 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.031 INFO kablam! | Sep 01 10:32:00.031 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.033 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.033 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.033 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.034 INFO kablam! | Sep 01 10:32:00.034 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.034 INFO kablam! Sep 01 10:32:00.034 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.034 INFO kablam! --> src/impls/core.rs:127:25 Sep 01 10:32:00.034 INFO kablam! | Sep 01 10:32:00.034 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 01 10:32:00.035 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:00.035 INFO kablam! | Sep 01 10:32:00.035 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.035 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.035 INFO kablam! Sep 01 10:32:00.035 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.035 INFO kablam! --> src/impls/core.rs:139:25 Sep 01 10:32:00.035 INFO kablam! | Sep 01 10:32:00.035 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 01 10:32:00.036 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:00.036 INFO kablam! | Sep 01 10:32:00.036 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.036 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.036 INFO kablam! Sep 01 10:32:00.039 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.039 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 01 10:32:00.039 INFO kablam! | Sep 01 10:32:00.039 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.039 INFO kablam! | Sep 01 10:32:00.039 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:32:00.039 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.039 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.040 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.040 INFO kablam! | Sep 01 10:32:00.040 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.040 INFO kablam! Sep 01 10:32:00.040 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.040 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 01 10:32:00.040 INFO kablam! | Sep 01 10:32:00.040 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.041 INFO kablam! | Sep 01 10:32:00.041 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:32:00.041 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.041 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.041 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.041 INFO kablam! | Sep 01 10:32:00.041 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.042 INFO kablam! Sep 01 10:32:00.042 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.042 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 01 10:32:00.042 INFO kablam! | Sep 01 10:32:00.042 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.043 INFO kablam! | Sep 01 10:32:00.043 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:32:00.043 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.043 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.043 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.043 INFO kablam! | Sep 01 10:32:00.043 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.043 INFO kablam! Sep 01 10:32:00.044 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.044 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 01 10:32:00.044 INFO kablam! | Sep 01 10:32:00.044 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.044 INFO kablam! | Sep 01 10:32:00.044 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:32:00.044 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.044 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.045 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.045 INFO kablam! | Sep 01 10:32:00.045 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.045 INFO kablam! Sep 01 10:32:00.049 INFO kablam! error: aborting due to 38 previous errors Sep 01 10:32:00.049 INFO kablam! Sep 01 10:32:00.049 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 10:32:00.050 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.050 INFO kablam! --> src/impls/core.rs:265:21 Sep 01 10:32:00.050 INFO kablam! | Sep 01 10:32:00.050 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 01 10:32:00.050 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:00.051 INFO kablam! | Sep 01 10:32:00.051 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.051 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.051 INFO kablam! Sep 01 10:32:00.053 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.053 INFO kablam! --> src/impls/core.rs:277:21 Sep 01 10:32:00.053 INFO kablam! | Sep 01 10:32:00.053 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 01 10:32:00.053 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:00.053 INFO kablam! | Sep 01 10:32:00.053 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.053 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.053 INFO kablam! Sep 01 10:32:00.058 INFO kablam! error: Could not compile `qcollect-traits`. Sep 01 10:32:00.058 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 10:32:00.072 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.072 INFO kablam! --> src/impls/slice.rs:66:17 Sep 01 10:32:00.072 INFO kablam! | Sep 01 10:32:00.072 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 01 10:32:00.072 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.072 INFO kablam! | Sep 01 10:32:00.072 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.073 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.073 INFO kablam! Sep 01 10:32:00.074 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.074 INFO kablam! --> src/impls/slice.rs:74:17 Sep 01 10:32:00.074 INFO kablam! | Sep 01 10:32:00.074 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 01 10:32:00.074 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.075 INFO kablam! | Sep 01 10:32:00.075 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.075 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.075 INFO kablam! Sep 01 10:32:00.083 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.083 INFO kablam! --> src/impls/vec.rs:81:17 Sep 01 10:32:00.083 INFO kablam! | Sep 01 10:32:00.083 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 01 10:32:00.083 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.083 INFO kablam! | Sep 01 10:32:00.083 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.083 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.083 INFO kablam! Sep 01 10:32:00.084 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.086 INFO kablam! --> src/impls/vec.rs:89:17 Sep 01 10:32:00.087 INFO kablam! | Sep 01 10:32:00.087 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 01 10:32:00.087 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.087 INFO kablam! | Sep 01 10:32:00.087 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.087 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.087 INFO kablam! Sep 01 10:32:00.089 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.089 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 01 10:32:00.089 INFO kablam! | Sep 01 10:32:00.089 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 01 10:32:00.089 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.089 INFO kablam! | Sep 01 10:32:00.089 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.089 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.089 INFO kablam! Sep 01 10:32:00.090 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.090 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 01 10:32:00.090 INFO kablam! | Sep 01 10:32:00.090 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 01 10:32:00.090 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.090 INFO kablam! | Sep 01 10:32:00.090 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.090 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.090 INFO kablam! Sep 01 10:32:00.093 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.093 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 01 10:32:00.093 INFO kablam! | Sep 01 10:32:00.093 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 01 10:32:00.093 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.095 INFO kablam! | Sep 01 10:32:00.095 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.095 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.095 INFO kablam! Sep 01 10:32:00.095 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.095 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 01 10:32:00.095 INFO kablam! | Sep 01 10:32:00.095 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 01 10:32:00.095 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.095 INFO kablam! | Sep 01 10:32:00.095 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.095 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.095 INFO kablam! Sep 01 10:32:00.100 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:32:00.100 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 01 10:32:00.100 INFO kablam! | Sep 01 10:32:00.100 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 01 10:32:00.100 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:32:00.100 INFO kablam! | Sep 01 10:32:00.100 INFO kablam! = note: expected type `bool` Sep 01 10:32:00.100 INFO kablam! found type `>::Item` Sep 01 10:32:00.100 INFO kablam! Sep 01 10:32:00.109 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.109 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 01 10:32:00.109 INFO kablam! | Sep 01 10:32:00.109 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 01 10:32:00.109 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.109 INFO kablam! | Sep 01 10:32:00.109 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.109 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.109 INFO kablam! Sep 01 10:32:00.115 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.116 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 01 10:32:00.116 INFO kablam! | Sep 01 10:32:00.116 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 01 10:32:00.116 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.116 INFO kablam! | Sep 01 10:32:00.116 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:32:00.116 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.116 INFO kablam! Sep 01 10:32:00.117 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.117 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 01 10:32:00.117 INFO kablam! | Sep 01 10:32:00.117 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 01 10:32:00.117 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.117 INFO kablam! | Sep 01 10:32:00.117 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:32:00.117 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.117 INFO kablam! Sep 01 10:32:00.123 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.123 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 01 10:32:00.123 INFO kablam! | Sep 01 10:32:00.123 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 01 10:32:00.123 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.123 INFO kablam! | Sep 01 10:32:00.123 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:32:00.123 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.123 INFO kablam! Sep 01 10:32:00.124 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.124 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 01 10:32:00.124 INFO kablam! | Sep 01 10:32:00.124 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 01 10:32:00.124 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.124 INFO kablam! | Sep 01 10:32:00.124 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:32:00.124 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.124 INFO kablam! Sep 01 10:32:00.140 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.140 INFO kablam! --> src/impls/core.rs:55:5 Sep 01 10:32:00.140 INFO kablam! | Sep 01 10:32:00.140 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:00.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 01 10:32:00.140 INFO kablam! | Sep 01 10:32:00.141 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.141 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.141 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.141 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.141 INFO kablam! | Sep 01 10:32:00.141 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.141 INFO kablam! Sep 01 10:32:00.146 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.146 INFO kablam! --> src/impls/core.rs:136:5 Sep 01 10:32:00.146 INFO kablam! | Sep 01 10:32:00.146 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:00.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:00.146 INFO kablam! | Sep 01 10:32:00.146 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.146 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.147 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.147 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.147 INFO kablam! | Sep 01 10:32:00.147 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.147 INFO kablam! Sep 01 10:32:00.147 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.148 INFO kablam! --> src/impls/core.rs:148:5 Sep 01 10:32:00.148 INFO kablam! | Sep 01 10:32:00.148 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:00.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 01 10:32:00.148 INFO kablam! | Sep 01 10:32:00.148 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.148 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.148 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.148 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.148 INFO kablam! | Sep 01 10:32:00.148 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.148 INFO kablam! Sep 01 10:32:00.156 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.157 INFO kablam! --> src/impls/core.rs:274:5 Sep 01 10:32:00.157 INFO kablam! | Sep 01 10:32:00.157 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:00.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:00.157 INFO kablam! | Sep 01 10:32:00.157 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.157 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.157 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.157 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.157 INFO kablam! | Sep 01 10:32:00.157 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.157 INFO kablam! Sep 01 10:32:00.158 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.158 INFO kablam! --> src/impls/core.rs:286:5 Sep 01 10:32:00.158 INFO kablam! | Sep 01 10:32:00.158 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:00.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 01 10:32:00.158 INFO kablam! | Sep 01 10:32:00.158 INFO kablam! = note: expected type `>::Item` Sep 01 10:32:00.158 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.158 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.158 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.158 INFO kablam! | Sep 01 10:32:00.159 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.159 INFO kablam! Sep 01 10:32:00.166 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.166 INFO kablam! --> src/impls/slice.rs:71:5 Sep 01 10:32:00.166 INFO kablam! | Sep 01 10:32:00.166 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.166 INFO kablam! | Sep 01 10:32:00.166 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.166 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.166 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.166 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.166 INFO kablam! | Sep 01 10:32:00.166 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.166 INFO kablam! Sep 01 10:32:00.167 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.167 INFO kablam! --> src/impls/slice.rs:79:5 Sep 01 10:32:00.167 INFO kablam! | Sep 01 10:32:00.167 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.167 INFO kablam! | Sep 01 10:32:00.167 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.167 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.167 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.167 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.167 INFO kablam! | Sep 01 10:32:00.167 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.167 INFO kablam! Sep 01 10:32:00.172 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.173 INFO kablam! --> src/impls/vec.rs:86:5 Sep 01 10:32:00.173 INFO kablam! | Sep 01 10:32:00.173 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 01 10:32:00.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.173 INFO kablam! | Sep 01 10:32:00.173 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.173 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.173 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.173 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.173 INFO kablam! | Sep 01 10:32:00.173 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.173 INFO kablam! Sep 01 10:32:00.174 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.174 INFO kablam! --> src/impls/vec.rs:94:5 Sep 01 10:32:00.174 INFO kablam! | Sep 01 10:32:00.174 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 01 10:32:00.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.174 INFO kablam! | Sep 01 10:32:00.174 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.174 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.174 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.174 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.174 INFO kablam! | Sep 01 10:32:00.174 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.174 INFO kablam! Sep 01 10:32:00.178 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.178 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 01 10:32:00.178 INFO kablam! | Sep 01 10:32:00.178 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.179 INFO kablam! | Sep 01 10:32:00.179 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.179 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.179 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.179 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.179 INFO kablam! | Sep 01 10:32:00.179 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.179 INFO kablam! Sep 01 10:32:00.179 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.180 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 01 10:32:00.180 INFO kablam! | Sep 01 10:32:00.180 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.180 INFO kablam! | Sep 01 10:32:00.180 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.180 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.180 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.180 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.180 INFO kablam! | Sep 01 10:32:00.180 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.180 INFO kablam! Sep 01 10:32:00.183 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.183 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 01 10:32:00.183 INFO kablam! | Sep 01 10:32:00.183 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.183 INFO kablam! | Sep 01 10:32:00.183 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.183 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.183 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.183 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.183 INFO kablam! | Sep 01 10:32:00.183 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.183 INFO kablam! Sep 01 10:32:00.184 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.184 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 01 10:32:00.184 INFO kablam! | Sep 01 10:32:00.184 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 01 10:32:00.184 INFO kablam! | Sep 01 10:32:00.184 INFO kablam! = note: expected type `&mut T` Sep 01 10:32:00.184 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.184 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.184 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.184 INFO kablam! | Sep 01 10:32:00.184 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.185 INFO kablam! Sep 01 10:32:00.188 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 01 10:32:00.188 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 01 10:32:00.188 INFO kablam! | Sep 01 10:32:00.188 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 01 10:32:00.188 INFO kablam! | Sep 01 10:32:00.188 INFO kablam! = note: expected type `bool` Sep 01 10:32:00.188 INFO kablam! found type `>::Item` Sep 01 10:32:00.188 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.188 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.188 INFO kablam! | Sep 01 10:32:00.188 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.188 INFO kablam! Sep 01 10:32:00.190 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.190 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 01 10:32:00.190 INFO kablam! | Sep 01 10:32:00.190 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 01 10:32:00.190 INFO kablam! | Sep 01 10:32:00.190 INFO kablam! = note: expected type `&T` Sep 01 10:32:00.190 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.190 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.190 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.190 INFO kablam! | Sep 01 10:32:00.190 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.191 INFO kablam! Sep 01 10:32:00.194 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.194 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 01 10:32:00.194 INFO kablam! | Sep 01 10:32:00.194 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.194 INFO kablam! | Sep 01 10:32:00.194 INFO kablam! = note: expected type `(&K, &V)` Sep 01 10:32:00.194 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.194 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.195 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.195 INFO kablam! | Sep 01 10:32:00.195 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.195 INFO kablam! Sep 01 10:32:00.195 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.195 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 01 10:32:00.195 INFO kablam! | Sep 01 10:32:00.195 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.195 INFO kablam! | Sep 01 10:32:00.195 INFO kablam! = note: expected type `(&K, &mut V)` Sep 01 10:32:00.195 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.195 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.195 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.195 INFO kablam! | Sep 01 10:32:00.195 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.195 INFO kablam! Sep 01 10:32:00.198 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.198 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 01 10:32:00.198 INFO kablam! | Sep 01 10:32:00.198 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 01 10:32:00.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.198 INFO kablam! | Sep 01 10:32:00.198 INFO kablam! = note: expected type `(usize, &T)` Sep 01 10:32:00.198 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 01 10:32:00.198 INFO kablam! note: required by `traits::_Iterate` Sep 01 10:32:00.198 INFO kablam! --> src/traits.rs:69:1 Sep 01 10:32:00.198 INFO kablam! | Sep 01 10:32:00.198 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 01 10:32:00.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.199 INFO kablam! Sep 01 10:32:00.199 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.199 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 01 10:32:00.199 INFO kablam! | Sep 01 10:32:00.199 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 01 10:32:00.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 01 10:32:00.199 INFO kablam! | Sep 01 10:32:00.200 INFO kablam! = note: expected type `(usize, &mut T)` Sep 01 10:32:00.200 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 01 10:32:00.200 INFO kablam! note: required by `traits::_IterateMut` Sep 01 10:32:00.200 INFO kablam! --> src/traits.rs:79:1 Sep 01 10:32:00.200 INFO kablam! | Sep 01 10:32:00.200 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 01 10:32:00.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:00.200 INFO kablam! Sep 01 10:32:00.203 INFO kablam! error: aborting due to 38 previous errors Sep 01 10:32:00.203 INFO kablam! Sep 01 10:32:00.203 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 10:32:00.210 INFO kablam! error: Could not compile `qcollect-traits`. Sep 01 10:32:00.210 INFO kablam! Sep 01 10:32:00.210 INFO kablam! To learn more, run the command again with --verbose. Sep 01 10:32:00.211 INFO kablam! su: No module specific data is present Sep 01 10:32:00.667 INFO running `"docker" "rm" "-f" "49fbf112e9d130ae083031f897c3a72fe4e75ab90cf19d3fbe4092ec8b6d0c4f"` Sep 01 10:32:00.810 INFO blam! 49fbf112e9d130ae083031f897c3a72fe4e75ab90cf19d3fbe4092ec8b6d0c4f