Sep 02 03:57:25.525 INFO checking qcollect-traits-0.7.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 03:57:25.525 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 03:57:25.526 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:57:25.706 INFO blam! 060ab6784560aeb5424b9b92052a6f6edaf9605fb1d27575ab9d81d8fcd98660 Sep 02 03:57:25.710 INFO running `"docker" "start" "-a" "060ab6784560aeb5424b9b92052a6f6edaf9605fb1d27575ab9d81d8fcd98660"` Sep 02 03:57:26.309 INFO kablam! Checking vec_map v0.3.0 Sep 02 03:57:26.956 INFO kablam! Checking qcollect-traits v0.7.4 (file:///source) Sep 02 03:57:27.446 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.446 INFO kablam! --> src/impls/core.rs:46:25 Sep 02 03:57:27.446 INFO kablam! | Sep 02 03:57:27.446 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 02 03:57:27.446 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 02 03:57:27.446 INFO kablam! | Sep 02 03:57:27.446 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.446 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.446 INFO kablam! Sep 02 03:57:27.450 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.450 INFO kablam! --> src/impls/core.rs:127:25 Sep 02 03:57:27.450 INFO kablam! | Sep 02 03:57:27.450 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 02 03:57:27.450 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.450 INFO kablam! | Sep 02 03:57:27.451 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.451 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.451 INFO kablam! Sep 02 03:57:27.452 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.452 INFO kablam! --> src/impls/core.rs:139:25 Sep 02 03:57:27.452 INFO kablam! | Sep 02 03:57:27.452 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 02 03:57:27.452 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.452 INFO kablam! | Sep 02 03:57:27.452 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.453 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.453 INFO kablam! Sep 02 03:57:27.459 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.459 INFO kablam! --> src/impls/core.rs:265:21 Sep 02 03:57:27.459 INFO kablam! | Sep 02 03:57:27.459 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 02 03:57:27.460 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.460 INFO kablam! | Sep 02 03:57:27.460 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.460 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.460 INFO kablam! Sep 02 03:57:27.460 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.460 INFO kablam! --> src/impls/core.rs:277:21 Sep 02 03:57:27.460 INFO kablam! | Sep 02 03:57:27.460 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 02 03:57:27.460 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.461 INFO kablam! | Sep 02 03:57:27.461 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.461 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.461 INFO kablam! Sep 02 03:57:27.470 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.470 INFO kablam! --> src/impls/slice.rs:66:17 Sep 02 03:57:27.470 INFO kablam! | Sep 02 03:57:27.470 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 02 03:57:27.470 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.470 INFO kablam! | Sep 02 03:57:27.470 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.470 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.470 INFO kablam! Sep 02 03:57:27.470 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.471 INFO kablam! --> src/impls/slice.rs:74:17 Sep 02 03:57:27.471 INFO kablam! | Sep 02 03:57:27.471 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 02 03:57:27.471 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.471 INFO kablam! | Sep 02 03:57:27.471 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.471 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.471 INFO kablam! Sep 02 03:57:27.474 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.474 INFO kablam! --> src/impls/vec.rs:81:17 Sep 02 03:57:27.474 INFO kablam! | Sep 02 03:57:27.474 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 02 03:57:27.474 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.474 INFO kablam! | Sep 02 03:57:27.474 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.474 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.474 INFO kablam! Sep 02 03:57:27.475 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.475 INFO kablam! --> src/impls/vec.rs:89:17 Sep 02 03:57:27.475 INFO kablam! | Sep 02 03:57:27.475 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 02 03:57:27.475 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.475 INFO kablam! | Sep 02 03:57:27.475 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.475 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.475 INFO kablam! Sep 02 03:57:27.480 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.480 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 02 03:57:27.480 INFO kablam! | Sep 02 03:57:27.480 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 02 03:57:27.480 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.480 INFO kablam! | Sep 02 03:57:27.480 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.480 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.480 INFO kablam! Sep 02 03:57:27.481 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.481 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 02 03:57:27.481 INFO kablam! | Sep 02 03:57:27.481 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 02 03:57:27.481 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.481 INFO kablam! | Sep 02 03:57:27.481 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.481 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.481 INFO kablam! Sep 02 03:57:27.484 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.484 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 02 03:57:27.484 INFO kablam! | Sep 02 03:57:27.484 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 02 03:57:27.484 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.485 INFO kablam! | Sep 02 03:57:27.485 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.485 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.485 INFO kablam! Sep 02 03:57:27.486 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.486 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 02 03:57:27.486 INFO kablam! | Sep 02 03:57:27.486 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 02 03:57:27.486 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.486 INFO kablam! | Sep 02 03:57:27.486 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.486 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.486 INFO kablam! Sep 02 03:57:27.490 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 02 03:57:27.490 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 02 03:57:27.490 INFO kablam! | Sep 02 03:57:27.490 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 02 03:57:27.490 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 02 03:57:27.490 INFO kablam! | Sep 02 03:57:27.490 INFO kablam! = note: expected type `bool` Sep 02 03:57:27.490 INFO kablam! found type `>::Item` Sep 02 03:57:27.490 INFO kablam! Sep 02 03:57:27.496 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.496 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 02 03:57:27.496 INFO kablam! | Sep 02 03:57:27.496 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 02 03:57:27.496 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.496 INFO kablam! | Sep 02 03:57:27.496 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.496 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.496 INFO kablam! Sep 02 03:57:27.500 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.500 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 02 03:57:27.500 INFO kablam! | Sep 02 03:57:27.500 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 02 03:57:27.501 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.501 INFO kablam! | Sep 02 03:57:27.501 INFO kablam! = note: expected type `(&K, &V)` Sep 02 03:57:27.501 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.501 INFO kablam! Sep 02 03:57:27.501 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.502 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 02 03:57:27.502 INFO kablam! | Sep 02 03:57:27.502 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 02 03:57:27.502 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.502 INFO kablam! | Sep 02 03:57:27.502 INFO kablam! = note: expected type `(&K, &mut V)` Sep 02 03:57:27.502 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.502 INFO kablam! Sep 02 03:57:27.505 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.506 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 02 03:57:27.506 INFO kablam! | Sep 02 03:57:27.506 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 02 03:57:27.506 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.506 INFO kablam! | Sep 02 03:57:27.507 INFO kablam! = note: expected type `(usize, &T)` Sep 02 03:57:27.507 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.507 INFO kablam! Sep 02 03:57:27.507 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.507 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 02 03:57:27.507 INFO kablam! | Sep 02 03:57:27.507 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 02 03:57:27.507 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.507 INFO kablam! | Sep 02 03:57:27.507 INFO kablam! = note: expected type `(usize, &mut T)` Sep 02 03:57:27.507 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.507 INFO kablam! Sep 02 03:57:27.519 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.520 INFO kablam! --> src/impls/core.rs:55:5 Sep 02 03:57:27.520 INFO kablam! | Sep 02 03:57:27.520 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 02 03:57:27.520 INFO kablam! | Sep 02 03:57:27.520 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.520 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.520 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.520 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.520 INFO kablam! | Sep 02 03:57:27.520 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.520 INFO kablam! Sep 02 03:57:27.524 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.524 INFO kablam! --> src/impls/core.rs:136:5 Sep 02 03:57:27.524 INFO kablam! | Sep 02 03:57:27.524 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.524 INFO kablam! | Sep 02 03:57:27.524 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.524 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.525 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.525 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.525 INFO kablam! | Sep 02 03:57:27.525 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.525 INFO kablam! Sep 02 03:57:27.526 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.526 INFO kablam! --> src/impls/core.rs:148:5 Sep 02 03:57:27.526 INFO kablam! | Sep 02 03:57:27.526 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 02 03:57:27.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.526 INFO kablam! | Sep 02 03:57:27.526 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.526 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.526 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.526 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.526 INFO kablam! | Sep 02 03:57:27.526 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.526 INFO kablam! Sep 02 03:57:27.532 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.532 INFO kablam! --> src/impls/core.rs:274:5 Sep 02 03:57:27.532 INFO kablam! | Sep 02 03:57:27.532 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.532 INFO kablam! | Sep 02 03:57:27.532 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.532 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.532 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.532 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.532 INFO kablam! | Sep 02 03:57:27.532 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.532 INFO kablam! Sep 02 03:57:27.533 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.533 INFO kablam! --> src/impls/core.rs:286:5 Sep 02 03:57:27.533 INFO kablam! | Sep 02 03:57:27.533 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 02 03:57:27.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.533 INFO kablam! | Sep 02 03:57:27.533 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.533 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.534 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.534 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.534 INFO kablam! | Sep 02 03:57:27.534 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.534 INFO kablam! Sep 02 03:57:27.539 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.539 INFO kablam! --> src/impls/slice.rs:71:5 Sep 02 03:57:27.539 INFO kablam! | Sep 02 03:57:27.539 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.539 INFO kablam! | Sep 02 03:57:27.539 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.539 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.539 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.539 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.539 INFO kablam! | Sep 02 03:57:27.539 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.539 INFO kablam! Sep 02 03:57:27.540 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.540 INFO kablam! --> src/impls/slice.rs:79:5 Sep 02 03:57:27.540 INFO kablam! | Sep 02 03:57:27.540 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.540 INFO kablam! | Sep 02 03:57:27.540 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.540 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.540 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.540 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.540 INFO kablam! | Sep 02 03:57:27.540 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.540 INFO kablam! Sep 02 03:57:27.544 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.544 INFO kablam! --> src/impls/vec.rs:86:5 Sep 02 03:57:27.544 INFO kablam! | Sep 02 03:57:27.544 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.545 INFO kablam! | Sep 02 03:57:27.545 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.545 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.545 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.545 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.545 INFO kablam! | Sep 02 03:57:27.545 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.545 INFO kablam! Sep 02 03:57:27.545 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.546 INFO kablam! --> src/impls/vec.rs:94:5 Sep 02 03:57:27.546 INFO kablam! | Sep 02 03:57:27.546 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 02 03:57:27.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.546 INFO kablam! | Sep 02 03:57:27.546 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.546 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.546 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.546 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.546 INFO kablam! | Sep 02 03:57:27.546 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.546 INFO kablam! Sep 02 03:57:27.549 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.549 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 02 03:57:27.549 INFO kablam! | Sep 02 03:57:27.549 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.549 INFO kablam! | Sep 02 03:57:27.549 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.549 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.550 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.550 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.550 INFO kablam! | Sep 02 03:57:27.550 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.550 INFO kablam! Sep 02 03:57:27.550 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.550 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 02 03:57:27.551 INFO kablam! | Sep 02 03:57:27.551 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.551 INFO kablam! | Sep 02 03:57:27.551 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.551 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.551 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.551 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.551 INFO kablam! | Sep 02 03:57:27.551 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.551 INFO kablam! Sep 02 03:57:27.553 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.553 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 02 03:57:27.553 INFO kablam! | Sep 02 03:57:27.553 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.553 INFO kablam! | Sep 02 03:57:27.554 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.554 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.554 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.554 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.554 INFO kablam! | Sep 02 03:57:27.554 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.554 INFO kablam! Sep 02 03:57:27.554 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.554 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 02 03:57:27.554 INFO kablam! | Sep 02 03:57:27.554 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.554 INFO kablam! | Sep 02 03:57:27.554 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.555 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.555 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.555 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.555 INFO kablam! | Sep 02 03:57:27.555 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.555 INFO kablam! Sep 02 03:57:27.557 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 02 03:57:27.557 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 02 03:57:27.557 INFO kablam! | Sep 02 03:57:27.557 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 02 03:57:27.557 INFO kablam! | Sep 02 03:57:27.558 INFO kablam! = note: expected type `bool` Sep 02 03:57:27.558 INFO kablam! found type `>::Item` Sep 02 03:57:27.558 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.558 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.558 INFO kablam! | Sep 02 03:57:27.558 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.558 INFO kablam! Sep 02 03:57:27.559 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.560 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 02 03:57:27.560 INFO kablam! | Sep 02 03:57:27.560 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.560 INFO kablam! | Sep 02 03:57:27.560 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.560 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.560 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.560 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.560 INFO kablam! | Sep 02 03:57:27.560 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.560 INFO kablam! Sep 02 03:57:27.562 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.562 INFO kablam! --> src/impls/core.rs:46:25 Sep 02 03:57:27.563 INFO kablam! | Sep 02 03:57:27.563 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 02 03:57:27.563 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 02 03:57:27.563 INFO kablam! | Sep 02 03:57:27.563 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.563 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.563 INFO kablam! Sep 02 03:57:27.564 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.565 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 02 03:57:27.565 INFO kablam! | Sep 02 03:57:27.565 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.565 INFO kablam! | Sep 02 03:57:27.565 INFO kablam! = note: expected type `(&K, &V)` Sep 02 03:57:27.565 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.565 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.565 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.566 INFO kablam! | Sep 02 03:57:27.566 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.566 INFO kablam! Sep 02 03:57:27.566 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.566 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 02 03:57:27.566 INFO kablam! | Sep 02 03:57:27.566 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.566 INFO kablam! | Sep 02 03:57:27.566 INFO kablam! = note: expected type `(&K, &mut V)` Sep 02 03:57:27.566 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.566 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.566 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.566 INFO kablam! | Sep 02 03:57:27.566 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.566 INFO kablam! Sep 02 03:57:27.569 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.569 INFO kablam! --> src/impls/core.rs:127:25 Sep 02 03:57:27.569 INFO kablam! | Sep 02 03:57:27.569 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 02 03:57:27.569 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.569 INFO kablam! | Sep 02 03:57:27.569 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.569 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.569 INFO kablam! Sep 02 03:57:27.570 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.570 INFO kablam! --> src/impls/core.rs:139:25 Sep 02 03:57:27.570 INFO kablam! | Sep 02 03:57:27.570 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 02 03:57:27.570 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.571 INFO kablam! | Sep 02 03:57:27.571 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.571 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.571 INFO kablam! Sep 02 03:57:27.571 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.571 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 02 03:57:27.572 INFO kablam! | Sep 02 03:57:27.572 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.572 INFO kablam! | Sep 02 03:57:27.572 INFO kablam! = note: expected type `(usize, &T)` Sep 02 03:57:27.572 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.572 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.573 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.573 INFO kablam! | Sep 02 03:57:27.573 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.574 INFO kablam! Sep 02 03:57:27.574 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.574 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 02 03:57:27.574 INFO kablam! | Sep 02 03:57:27.574 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.574 INFO kablam! | Sep 02 03:57:27.574 INFO kablam! = note: expected type `(usize, &mut T)` Sep 02 03:57:27.574 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.574 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.574 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.574 INFO kablam! | Sep 02 03:57:27.575 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.575 INFO kablam! Sep 02 03:57:27.577 INFO kablam! error: aborting due to 38 previous errors Sep 02 03:57:27.577 INFO kablam! Sep 02 03:57:27.577 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 02 03:57:27.578 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.578 INFO kablam! --> src/impls/core.rs:265:21 Sep 02 03:57:27.578 INFO kablam! | Sep 02 03:57:27.578 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 02 03:57:27.578 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.578 INFO kablam! | Sep 02 03:57:27.578 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.578 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.578 INFO kablam! Sep 02 03:57:27.579 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.579 INFO kablam! --> src/impls/core.rs:277:21 Sep 02 03:57:27.579 INFO kablam! | Sep 02 03:57:27.579 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 02 03:57:27.579 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.579 INFO kablam! | Sep 02 03:57:27.579 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.579 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.580 INFO kablam! Sep 02 03:57:27.584 INFO kablam! error: Could not compile `qcollect-traits`. Sep 02 03:57:27.584 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:57:27.596 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.596 INFO kablam! --> src/impls/slice.rs:66:17 Sep 02 03:57:27.596 INFO kablam! | Sep 02 03:57:27.596 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 02 03:57:27.596 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.596 INFO kablam! | Sep 02 03:57:27.596 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.597 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.597 INFO kablam! Sep 02 03:57:27.597 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.597 INFO kablam! --> src/impls/slice.rs:74:17 Sep 02 03:57:27.597 INFO kablam! | Sep 02 03:57:27.597 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 02 03:57:27.597 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.597 INFO kablam! | Sep 02 03:57:27.597 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.597 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.597 INFO kablam! Sep 02 03:57:27.603 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.603 INFO kablam! --> src/impls/vec.rs:81:17 Sep 02 03:57:27.603 INFO kablam! | Sep 02 03:57:27.603 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 02 03:57:27.603 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.603 INFO kablam! | Sep 02 03:57:27.603 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.603 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.603 INFO kablam! Sep 02 03:57:27.603 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.603 INFO kablam! --> src/impls/vec.rs:89:17 Sep 02 03:57:27.604 INFO kablam! | Sep 02 03:57:27.604 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 02 03:57:27.604 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.604 INFO kablam! | Sep 02 03:57:27.604 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.604 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.604 INFO kablam! Sep 02 03:57:27.608 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.608 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 02 03:57:27.608 INFO kablam! | Sep 02 03:57:27.608 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 02 03:57:27.608 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.608 INFO kablam! | Sep 02 03:57:27.608 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.608 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.608 INFO kablam! Sep 02 03:57:27.609 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.609 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 02 03:57:27.609 INFO kablam! | Sep 02 03:57:27.609 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 02 03:57:27.609 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.609 INFO kablam! | Sep 02 03:57:27.609 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.609 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.609 INFO kablam! Sep 02 03:57:27.612 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.612 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 02 03:57:27.612 INFO kablam! | Sep 02 03:57:27.612 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 02 03:57:27.612 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.612 INFO kablam! | Sep 02 03:57:27.612 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.612 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.612 INFO kablam! Sep 02 03:57:27.613 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.613 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 02 03:57:27.613 INFO kablam! | Sep 02 03:57:27.613 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 02 03:57:27.613 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.613 INFO kablam! | Sep 02 03:57:27.613 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.613 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.613 INFO kablam! Sep 02 03:57:27.619 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 02 03:57:27.619 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 02 03:57:27.619 INFO kablam! | Sep 02 03:57:27.619 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 02 03:57:27.619 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 02 03:57:27.619 INFO kablam! | Sep 02 03:57:27.619 INFO kablam! = note: expected type `bool` Sep 02 03:57:27.619 INFO kablam! found type `>::Item` Sep 02 03:57:27.619 INFO kablam! Sep 02 03:57:27.627 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.628 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 02 03:57:27.628 INFO kablam! | Sep 02 03:57:27.628 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 02 03:57:27.628 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.628 INFO kablam! | Sep 02 03:57:27.628 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.628 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.628 INFO kablam! Sep 02 03:57:27.634 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.634 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 02 03:57:27.634 INFO kablam! | Sep 02 03:57:27.634 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 02 03:57:27.634 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.634 INFO kablam! | Sep 02 03:57:27.634 INFO kablam! = note: expected type `(&K, &V)` Sep 02 03:57:27.634 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.634 INFO kablam! Sep 02 03:57:27.635 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.635 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 02 03:57:27.635 INFO kablam! | Sep 02 03:57:27.635 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 02 03:57:27.635 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.635 INFO kablam! | Sep 02 03:57:27.635 INFO kablam! = note: expected type `(&K, &mut V)` Sep 02 03:57:27.635 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.635 INFO kablam! Sep 02 03:57:27.640 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.640 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 02 03:57:27.640 INFO kablam! | Sep 02 03:57:27.640 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 02 03:57:27.640 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.640 INFO kablam! | Sep 02 03:57:27.640 INFO kablam! = note: expected type `(usize, &T)` Sep 02 03:57:27.640 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.640 INFO kablam! Sep 02 03:57:27.641 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.641 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 02 03:57:27.641 INFO kablam! | Sep 02 03:57:27.641 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 02 03:57:27.641 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.641 INFO kablam! | Sep 02 03:57:27.641 INFO kablam! = note: expected type `(usize, &mut T)` Sep 02 03:57:27.641 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.641 INFO kablam! Sep 02 03:57:27.656 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.656 INFO kablam! --> src/impls/core.rs:55:5 Sep 02 03:57:27.656 INFO kablam! | Sep 02 03:57:27.656 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 02 03:57:27.657 INFO kablam! | Sep 02 03:57:27.657 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.657 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.657 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.657 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.657 INFO kablam! | Sep 02 03:57:27.657 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.657 INFO kablam! Sep 02 03:57:27.662 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.662 INFO kablam! --> src/impls/core.rs:136:5 Sep 02 03:57:27.662 INFO kablam! | Sep 02 03:57:27.662 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.662 INFO kablam! | Sep 02 03:57:27.662 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.662 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.662 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.662 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.662 INFO kablam! | Sep 02 03:57:27.662 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.662 INFO kablam! Sep 02 03:57:27.663 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.663 INFO kablam! --> src/impls/core.rs:148:5 Sep 02 03:57:27.663 INFO kablam! | Sep 02 03:57:27.663 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 02 03:57:27.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 02 03:57:27.663 INFO kablam! | Sep 02 03:57:27.663 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.663 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.664 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.664 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.664 INFO kablam! | Sep 02 03:57:27.664 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.664 INFO kablam! Sep 02 03:57:27.671 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.672 INFO kablam! --> src/impls/core.rs:274:5 Sep 02 03:57:27.672 INFO kablam! | Sep 02 03:57:27.672 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.672 INFO kablam! | Sep 02 03:57:27.672 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.672 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.672 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.672 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.672 INFO kablam! | Sep 02 03:57:27.672 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.672 INFO kablam! Sep 02 03:57:27.673 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.673 INFO kablam! --> src/impls/core.rs:286:5 Sep 02 03:57:27.673 INFO kablam! | Sep 02 03:57:27.673 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 02 03:57:27.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 02 03:57:27.673 INFO kablam! | Sep 02 03:57:27.673 INFO kablam! = note: expected type `>::Item` Sep 02 03:57:27.673 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.673 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.673 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.673 INFO kablam! | Sep 02 03:57:27.673 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.673 INFO kablam! Sep 02 03:57:27.680 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.680 INFO kablam! --> src/impls/slice.rs:71:5 Sep 02 03:57:27.680 INFO kablam! | Sep 02 03:57:27.680 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.680 INFO kablam! | Sep 02 03:57:27.680 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.680 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.681 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.681 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.681 INFO kablam! | Sep 02 03:57:27.681 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.681 INFO kablam! Sep 02 03:57:27.681 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.681 INFO kablam! --> src/impls/slice.rs:79:5 Sep 02 03:57:27.681 INFO kablam! | Sep 02 03:57:27.681 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.682 INFO kablam! | Sep 02 03:57:27.682 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.682 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.682 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.682 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.682 INFO kablam! | Sep 02 03:57:27.682 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.682 INFO kablam! Sep 02 03:57:27.686 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.686 INFO kablam! --> src/impls/vec.rs:86:5 Sep 02 03:57:27.686 INFO kablam! | Sep 02 03:57:27.686 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 02 03:57:27.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.686 INFO kablam! | Sep 02 03:57:27.687 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.687 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.687 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.687 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.687 INFO kablam! | Sep 02 03:57:27.687 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.687 INFO kablam! Sep 02 03:57:27.687 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.687 INFO kablam! --> src/impls/vec.rs:94:5 Sep 02 03:57:27.687 INFO kablam! | Sep 02 03:57:27.687 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 02 03:57:27.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.687 INFO kablam! | Sep 02 03:57:27.687 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.688 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.688 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.688 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.688 INFO kablam! | Sep 02 03:57:27.688 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.688 INFO kablam! Sep 02 03:57:27.691 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.691 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 02 03:57:27.692 INFO kablam! | Sep 02 03:57:27.692 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.692 INFO kablam! | Sep 02 03:57:27.692 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.692 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.692 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.692 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.692 INFO kablam! | Sep 02 03:57:27.692 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.692 INFO kablam! Sep 02 03:57:27.692 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.693 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 02 03:57:27.693 INFO kablam! | Sep 02 03:57:27.693 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.693 INFO kablam! | Sep 02 03:57:27.693 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.693 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.693 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.693 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.693 INFO kablam! | Sep 02 03:57:27.693 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.693 INFO kablam! Sep 02 03:57:27.696 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.696 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 02 03:57:27.696 INFO kablam! | Sep 02 03:57:27.696 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.696 INFO kablam! | Sep 02 03:57:27.696 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.696 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.696 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.696 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.696 INFO kablam! | Sep 02 03:57:27.696 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.696 INFO kablam! Sep 02 03:57:27.697 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.697 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 02 03:57:27.697 INFO kablam! | Sep 02 03:57:27.697 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 02 03:57:27.697 INFO kablam! | Sep 02 03:57:27.697 INFO kablam! = note: expected type `&mut T` Sep 02 03:57:27.697 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.697 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.697 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.697 INFO kablam! | Sep 02 03:57:27.697 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.697 INFO kablam! Sep 02 03:57:27.700 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 02 03:57:27.700 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 02 03:57:27.700 INFO kablam! | Sep 02 03:57:27.700 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 02 03:57:27.700 INFO kablam! | Sep 02 03:57:27.700 INFO kablam! = note: expected type `bool` Sep 02 03:57:27.700 INFO kablam! found type `>::Item` Sep 02 03:57:27.700 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.701 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.701 INFO kablam! | Sep 02 03:57:27.701 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.701 INFO kablam! Sep 02 03:57:27.702 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.702 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 02 03:57:27.702 INFO kablam! | Sep 02 03:57:27.702 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 02 03:57:27.702 INFO kablam! | Sep 02 03:57:27.702 INFO kablam! = note: expected type `&T` Sep 02 03:57:27.703 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.703 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.703 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.703 INFO kablam! | Sep 02 03:57:27.703 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.703 INFO kablam! Sep 02 03:57:27.708 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.708 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 02 03:57:27.708 INFO kablam! | Sep 02 03:57:27.708 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.708 INFO kablam! | Sep 02 03:57:27.708 INFO kablam! = note: expected type `(&K, &V)` Sep 02 03:57:27.708 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.708 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.708 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.708 INFO kablam! | Sep 02 03:57:27.708 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.708 INFO kablam! Sep 02 03:57:27.709 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.709 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 02 03:57:27.709 INFO kablam! | Sep 02 03:57:27.709 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.709 INFO kablam! | Sep 02 03:57:27.710 INFO kablam! = note: expected type `(&K, &mut V)` Sep 02 03:57:27.710 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.710 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.710 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.710 INFO kablam! | Sep 02 03:57:27.710 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.710 INFO kablam! Sep 02 03:57:27.714 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.714 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 02 03:57:27.714 INFO kablam! | Sep 02 03:57:27.714 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 02 03:57:27.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.715 INFO kablam! | Sep 02 03:57:27.715 INFO kablam! = note: expected type `(usize, &T)` Sep 02 03:57:27.715 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 02 03:57:27.715 INFO kablam! note: required by `traits::_Iterate` Sep 02 03:57:27.715 INFO kablam! --> src/traits.rs:69:1 Sep 02 03:57:27.715 INFO kablam! | Sep 02 03:57:27.715 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 02 03:57:27.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.715 INFO kablam! Sep 02 03:57:27.715 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.715 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 02 03:57:27.715 INFO kablam! | Sep 02 03:57:27.715 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 02 03:57:27.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 02 03:57:27.716 INFO kablam! | Sep 02 03:57:27.716 INFO kablam! = note: expected type `(usize, &mut T)` Sep 02 03:57:27.716 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 02 03:57:27.716 INFO kablam! note: required by `traits::_IterateMut` Sep 02 03:57:27.716 INFO kablam! --> src/traits.rs:79:1 Sep 02 03:57:27.716 INFO kablam! | Sep 02 03:57:27.716 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 02 03:57:27.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:57:27.716 INFO kablam! Sep 02 03:57:27.722 INFO kablam! error: aborting due to 38 previous errors Sep 02 03:57:27.722 INFO kablam! Sep 02 03:57:27.722 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 02 03:57:27.731 INFO kablam! error: Could not compile `qcollect-traits`. Sep 02 03:57:27.731 INFO kablam! Sep 02 03:57:27.731 INFO kablam! To learn more, run the command again with --verbose. Sep 02 03:57:27.732 INFO kablam! su: No module specific data is present Sep 02 03:57:28.112 INFO running `"docker" "rm" "-f" "060ab6784560aeb5424b9b92052a6f6edaf9605fb1d27575ab9d81d8fcd98660"` Sep 02 03:57:28.216 INFO blam! 060ab6784560aeb5424b9b92052a6f6edaf9605fb1d27575ab9d81d8fcd98660