Sep 14 11:20:44.031 INFO checking qcollect-traits-0.7.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:20:44.031 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:20:44.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:20:44.167 INFO blam! d904c155eb38abccd6fe02cc5886a7ca5841316bec70648972a32cc099771902 Sep 14 11:20:44.171 INFO running `"docker" "start" "-a" "d904c155eb38abccd6fe02cc5886a7ca5841316bec70648972a32cc099771902"` Sep 14 11:20:45.262 INFO kablam! usermod: no changes Sep 14 11:20:45.293 INFO kablam! Checking qcollect-traits v0.7.4 (file:///source) Sep 14 11:20:45.599 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.599 INFO kablam! --> src/impls/core.rs:46:25 Sep 14 11:20:45.599 INFO kablam! | Sep 14 11:20:45.599 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 14 11:20:45.599 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 14 11:20:45.599 INFO kablam! | Sep 14 11:20:45.599 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.599 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.599 INFO kablam! Sep 14 11:20:45.603 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.603 INFO kablam! --> src/impls/core.rs:127:25 Sep 14 11:20:45.603 INFO kablam! | Sep 14 11:20:45.603 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 14 11:20:45.603 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.603 INFO kablam! | Sep 14 11:20:45.603 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.603 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.603 INFO kablam! Sep 14 11:20:45.603 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.603 INFO kablam! --> src/impls/core.rs:139:25 Sep 14 11:20:45.603 INFO kablam! | Sep 14 11:20:45.603 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 14 11:20:45.603 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.603 INFO kablam! | Sep 14 11:20:45.603 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.603 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.603 INFO kablam! Sep 14 11:20:45.607 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.607 INFO kablam! --> src/impls/core.rs:265:21 Sep 14 11:20:45.607 INFO kablam! | Sep 14 11:20:45.607 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 14 11:20:45.607 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.607 INFO kablam! | Sep 14 11:20:45.607 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.607 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.607 INFO kablam! Sep 14 11:20:45.607 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.607 INFO kablam! --> src/impls/core.rs:277:21 Sep 14 11:20:45.607 INFO kablam! | Sep 14 11:20:45.607 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 14 11:20:45.607 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.607 INFO kablam! | Sep 14 11:20:45.607 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.607 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.607 INFO kablam! Sep 14 11:20:45.607 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.607 INFO kablam! --> src/impls/core.rs:46:25 Sep 14 11:20:45.607 INFO kablam! | Sep 14 11:20:45.607 INFO kablam! 46 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r T Sep 14 11:20:45.607 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found reference Sep 14 11:20:45.607 INFO kablam! | Sep 14 11:20:45.607 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.607 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.607 INFO kablam! Sep 14 11:20:45.608 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.608 INFO kablam! --> src/impls/core.rs:127:25 Sep 14 11:20:45.608 INFO kablam! | Sep 14 11:20:45.608 INFO kablam! 127 | impl<'r, 'a, T: ?Sized> _Iterate<'a> for &'r mut T Sep 14 11:20:45.608 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.608 INFO kablam! | Sep 14 11:20:45.608 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.608 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.608 INFO kablam! Sep 14 11:20:45.616 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! --> src/impls/core.rs:139:25 Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! 139 | impl<'r, 'a, T: ?Sized> _IterateMut<'a> for &'r mut T Sep 14 11:20:45.616 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.616 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! Sep 14 11:20:45.616 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! --> src/impls/slice.rs:66:17 Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 14 11:20:45.616 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.616 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! Sep 14 11:20:45.616 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! --> src/impls/slice.rs:74:17 Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 14 11:20:45.616 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.616 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! Sep 14 11:20:45.616 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! --> src/impls/core.rs:265:21 Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! 265 | impl<'a, T: ?Sized> _Iterate<'a> for Box Sep 14 11:20:45.616 INFO kablam! | ^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.616 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! Sep 14 11:20:45.616 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.616 INFO kablam! --> src/impls/core.rs:277:21 Sep 14 11:20:45.616 INFO kablam! | Sep 14 11:20:45.616 INFO kablam! 277 | impl<'a, T: ?Sized> _IterateMut<'a> for Box Sep 14 11:20:45.617 INFO kablam! | ^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.617 INFO kablam! | Sep 14 11:20:45.617 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.617 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.617 INFO kablam! Sep 14 11:20:45.617 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.617 INFO kablam! --> src/impls/vec.rs:81:17 Sep 14 11:20:45.617 INFO kablam! | Sep 14 11:20:45.617 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 14 11:20:45.617 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.617 INFO kablam! | Sep 14 11:20:45.617 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.617 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.617 INFO kablam! Sep 14 11:20:45.617 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.617 INFO kablam! --> src/impls/vec.rs:89:17 Sep 14 11:20:45.617 INFO kablam! | Sep 14 11:20:45.617 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 14 11:20:45.617 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.617 INFO kablam! | Sep 14 11:20:45.617 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.617 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.617 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.623 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.623 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/slice.rs:66:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 66 | impl<'a, T: 'a> _Iterate<'a> for [T] { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.623 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/slice.rs:74:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 74 | impl<'a, T: 'a> _IterateMut<'a> for [T] { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.623 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.623 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.623 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/vec.rs:81:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 81 | impl<'a, T: 'a> _Iterate<'a> for Vec { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.623 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! Sep 14 11:20:45.623 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.623 INFO kablam! --> src/impls/vec.rs:89:17 Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.623 INFO kablam! 89 | impl<'a, T: 'a> _IterateMut<'a> for Vec { Sep 14 11:20:45.623 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.623 INFO kablam! | Sep 14 11:20:45.624 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.624 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.624 INFO kablam! Sep 14 11:20:45.624 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 14 11:20:45.624 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 14 11:20:45.624 INFO kablam! | Sep 14 11:20:45.624 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 14 11:20:45.624 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 14 11:20:45.624 INFO kablam! | Sep 14 11:20:45.624 INFO kablam! = note: expected type `bool` Sep 14 11:20:45.624 INFO kablam! found type `>::Item` Sep 14 11:20:45.624 INFO kablam! Sep 14 11:20:45.624 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.624 INFO kablam! --> src/impls/vec_deque.rs:29:17 Sep 14 11:20:45.624 INFO kablam! | Sep 14 11:20:45.624 INFO kablam! 29 | impl<'a, T: 'a> _Iterate<'a> for VecDeque { Sep 14 11:20:45.624 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.624 INFO kablam! | Sep 14 11:20:45.627 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.627 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.627 INFO kablam! Sep 14 11:20:45.627 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.627 INFO kablam! --> src/impls/vec_deque.rs:37:17 Sep 14 11:20:45.627 INFO kablam! | Sep 14 11:20:45.627 INFO kablam! 37 | impl<'a, T: 'a> _IterateMut<'a> for VecDeque { Sep 14 11:20:45.627 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.627 INFO kablam! | Sep 14 11:20:45.627 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.627 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.627 INFO kablam! Sep 14 11:20:45.627 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.627 INFO kablam! --> src/impls/linked_list.rs:23:17 Sep 14 11:20:45.627 INFO kablam! | Sep 14 11:20:45.627 INFO kablam! 23 | impl<'a, T: 'a> _Iterate<'a> for LinkedList { Sep 14 11:20:45.627 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.627 INFO kablam! | Sep 14 11:20:45.628 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.628 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.628 INFO kablam! Sep 14 11:20:45.628 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.628 INFO kablam! --> src/impls/linked_list.rs:31:17 Sep 14 11:20:45.628 INFO kablam! | Sep 14 11:20:45.628 INFO kablam! 31 | impl<'a, T: 'a> _IterateMut<'a> for LinkedList { Sep 14 11:20:45.628 INFO kablam! | ^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.628 INFO kablam! | Sep 14 11:20:45.628 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.628 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.628 INFO kablam! Sep 14 11:20:45.628 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 14 11:20:45.628 INFO kablam! --> src/impls/bit_vec.rs:41:10 Sep 14 11:20:45.628 INFO kablam! | Sep 14 11:20:45.628 INFO kablam! 41 | impl<'a> _Iterate<'a> for BitVec { Sep 14 11:20:45.628 INFO kablam! | ^^^^^^^^^^^^ expected bool, found associated type Sep 14 11:20:45.628 INFO kablam! | Sep 14 11:20:45.628 INFO kablam! = note: expected type `bool` Sep 14 11:20:45.628 INFO kablam! found type `>::Item` Sep 14 11:20:45.628 INFO kablam! Sep 14 11:20:45.632 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.632 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 14 11:20:45.632 INFO kablam! | Sep 14 11:20:45.632 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 14 11:20:45.632 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.632 INFO kablam! | Sep 14 11:20:45.632 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.632 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.632 INFO kablam! Sep 14 11:20:45.632 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.632 INFO kablam! --> src/impls/btree_set.rs:33:23 Sep 14 11:20:45.632 INFO kablam! | Sep 14 11:20:45.632 INFO kablam! 33 | impl<'a, T: Ord + 'a> _Iterate<'a> for BTreeSet { Sep 14 11:20:45.632 INFO kablam! | ^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.633 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! Sep 14 11:20:45.633 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 14 11:20:45.633 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! = note: expected type `(&K, &V)` Sep 14 11:20:45.633 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! Sep 14 11:20:45.633 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 14 11:20:45.633 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! = note: expected type `(&K, &mut V)` Sep 14 11:20:45.633 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! Sep 14 11:20:45.633 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! --> src/impls/btree_map.rs:58:30 Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! 58 | impl<'a, K: Ord + 'a, V: 'a> _Iterate<'a> for BTreeMap { Sep 14 11:20:45.633 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! = note: expected type `(&K, &V)` Sep 14 11:20:45.633 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! Sep 14 11:20:45.633 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! --> src/impls/btree_map.rs:66:30 Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! 66 | impl<'a, K: Ord + 'a, V: 'a> _IterateMut<'a> for BTreeMap { Sep 14 11:20:45.633 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.633 INFO kablam! | Sep 14 11:20:45.633 INFO kablam! = note: expected type `(&K, &mut V)` Sep 14 11:20:45.633 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.633 INFO kablam! Sep 14 11:20:45.639 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 14 11:20:45.639 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! = note: expected type `(usize, &T)` Sep 14 11:20:45.639 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! Sep 14 11:20:45.639 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 14 11:20:45.639 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! = note: expected type `(usize, &mut T)` Sep 14 11:20:45.639 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! Sep 14 11:20:45.639 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! --> src/impls/vec_map.rs:60:17 Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! 60 | impl<'a, T: 'a> _Iterate<'a> for VecMap { Sep 14 11:20:45.639 INFO kablam! | ^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! = note: expected type `(usize, &T)` Sep 14 11:20:45.639 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! Sep 14 11:20:45.639 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! --> src/impls/vec_map.rs:68:17 Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! 68 | impl<'a, T: 'a> _IterateMut<'a> for VecMap { Sep 14 11:20:45.639 INFO kablam! | ^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.639 INFO kablam! | Sep 14 11:20:45.639 INFO kablam! = note: expected type `(usize, &mut T)` Sep 14 11:20:45.639 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.639 INFO kablam! Sep 14 11:20:45.643 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.643 INFO kablam! --> src/impls/core.rs:55:5 Sep 14 11:20:45.643 INFO kablam! | Sep 14 11:20:45.643 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 14 11:20:45.643 INFO kablam! | Sep 14 11:20:45.643 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.643 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.643 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.643 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.643 INFO kablam! | Sep 14 11:20:45.643 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.643 INFO kablam! Sep 14 11:20:45.643 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.643 INFO kablam! --> src/impls/core.rs:55:5 Sep 14 11:20:45.643 INFO kablam! | Sep 14 11:20:45.643 INFO kablam! 55 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found reference Sep 14 11:20:45.643 INFO kablam! | Sep 14 11:20:45.643 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.643 INFO kablam! found type `<&'r T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.643 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.643 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.643 INFO kablam! | Sep 14 11:20:45.643 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.643 INFO kablam! Sep 14 11:20:45.647 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.647 INFO kablam! --> src/impls/core.rs:136:5 Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.647 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.647 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.647 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.647 INFO kablam! Sep 14 11:20:45.647 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.647 INFO kablam! --> src/impls/core.rs:148:5 Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 14 11:20:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.647 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.647 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.647 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.647 INFO kablam! Sep 14 11:20:45.647 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == <&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.647 INFO kablam! --> src/impls/core.rs:136:5 Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! 136 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.647 INFO kablam! found type `<&'r mut T as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.647 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.647 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.647 INFO kablam! Sep 14 11:20:45.647 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == <&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.647 INFO kablam! --> src/impls/core.rs:148:5 Sep 14 11:20:45.647 INFO kablam! | Sep 14 11:20:45.647 INFO kablam! 148 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 14 11:20:45.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found mutable reference Sep 14 11:20:45.648 INFO kablam! | Sep 14 11:20:45.648 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.648 INFO kablam! found type `<&'r mut T as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.648 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.648 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.648 INFO kablam! | Sep 14 11:20:45.648 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.648 INFO kablam! Sep 14 11:20:45.655 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.655 INFO kablam! --> src/impls/core.rs:274:5 Sep 14 11:20:45.655 INFO kablam! | Sep 14 11:20:45.655 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.655 INFO kablam! | Sep 14 11:20:45.655 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.655 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.655 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.655 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.655 INFO kablam! | Sep 14 11:20:45.655 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.655 INFO kablam! Sep 14 11:20:45.655 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.655 INFO kablam! --> src/impls/core.rs:286:5 Sep 14 11:20:45.655 INFO kablam! | Sep 14 11:20:45.655 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 14 11:20:45.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.655 INFO kablam! | Sep 14 11:20:45.655 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.655 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.655 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.655 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.655 INFO kablam! | Sep 14 11:20:45.655 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.655 INFO kablam! Sep 14 11:20:45.655 INFO kablam! error[E0271]: type mismatch resolving `<>::Iter as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.655 INFO kablam! --> src/impls/core.rs:274:5 Sep 14 11:20:45.655 INFO kablam! | Sep 14 11:20:45.655 INFO kablam! 274 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.656 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.656 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.656 INFO kablam! Sep 14 11:20:45.656 INFO kablam! error[E0271]: type mismatch resolving `<>::IterMut as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! --> src/impls/core.rs:286:5 Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! 286 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 14 11:20:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter, found struct `std::boxed::Box` Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! = note: expected type `>::Item` Sep 14 11:20:45.656 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.656 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.656 INFO kablam! Sep 14 11:20:45.656 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! --> src/impls/slice.rs:71:5 Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.656 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.656 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.656 INFO kablam! Sep 14 11:20:45.656 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! --> src/impls/slice.rs:79:5 Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.656 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.656 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.656 INFO kablam! | Sep 14 11:20:45.656 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.656 INFO kablam! Sep 14 11:20:45.656 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.656 INFO kablam! --> src/impls/slice.rs:71:5 Sep 14 11:20:45.657 INFO kablam! | Sep 14 11:20:45.657 INFO kablam! 71 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.657 INFO kablam! | Sep 14 11:20:45.657 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.657 INFO kablam! found type `<[T] as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.657 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.657 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.657 INFO kablam! | Sep 14 11:20:45.657 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.657 INFO kablam! Sep 14 11:20:45.657 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == <[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.657 INFO kablam! --> src/impls/slice.rs:79:5 Sep 14 11:20:45.657 INFO kablam! | Sep 14 11:20:45.657 INFO kablam! 79 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.657 INFO kablam! | Sep 14 11:20:45.657 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.657 INFO kablam! found type `<[T] as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.657 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.657 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.657 INFO kablam! | Sep 14 11:20:45.657 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.657 INFO kablam! Sep 14 11:20:45.659 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.659 INFO kablam! --> src/impls/vec.rs:86:5 Sep 14 11:20:45.659 INFO kablam! | Sep 14 11:20:45.659 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.659 INFO kablam! | Sep 14 11:20:45.659 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.659 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.659 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.659 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.659 INFO kablam! | Sep 14 11:20:45.659 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.659 INFO kablam! Sep 14 11:20:45.659 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.659 INFO kablam! --> src/impls/vec.rs:94:5 Sep 14 11:20:45.659 INFO kablam! | Sep 14 11:20:45.659 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 14 11:20:45.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.659 INFO kablam! | Sep 14 11:20:45.659 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.659 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.659 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.659 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.659 INFO kablam! | Sep 14 11:20:45.659 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.659 INFO kablam! Sep 14 11:20:45.659 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.659 INFO kablam! --> src/impls/vec.rs:86:5 Sep 14 11:20:45.659 INFO kablam! | Sep 14 11:20:45.659 INFO kablam! 86 | fn iter<'a>(&'a self) -> >::Iter { (**self).iter() } Sep 14 11:20:45.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.660 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.660 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.660 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.660 INFO kablam! Sep 14 11:20:45.660 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.660 INFO kablam! --> src/impls/vec.rs:94:5 Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! 94 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (**self).iter_mut() } Sep 14 11:20:45.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.660 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.660 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.660 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.660 INFO kablam! Sep 14 11:20:45.660 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.660 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.660 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.660 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.660 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.660 INFO kablam! | Sep 14 11:20:45.660 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.660 INFO kablam! Sep 14 11:20:45.660 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.661 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.661 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.661 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.661 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.661 INFO kablam! Sep 14 11:20:45.661 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.661 INFO kablam! --> src/impls/vec_deque.rs:34:5 Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! 34 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.661 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.661 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.661 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.661 INFO kablam! Sep 14 11:20:45.661 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.661 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.661 INFO kablam! | Sep 14 11:20:45.661 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.662 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.662 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.662 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.662 INFO kablam! | Sep 14 11:20:45.662 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.662 INFO kablam! Sep 14 11:20:45.662 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.662 INFO kablam! --> src/impls/vec_deque.rs:42:5 Sep 14 11:20:45.662 INFO kablam! | Sep 14 11:20:45.662 INFO kablam! 42 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.662 INFO kablam! | Sep 14 11:20:45.662 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.662 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.662 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.662 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.662 INFO kablam! | Sep 14 11:20:45.662 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.662 INFO kablam! Sep 14 11:20:45.662 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.662 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 14 11:20:45.662 INFO kablam! | Sep 14 11:20:45.662 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.662 INFO kablam! | Sep 14 11:20:45.662 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.662 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.662 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.662 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.662 INFO kablam! | Sep 14 11:20:45.662 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.662 INFO kablam! Sep 14 11:20:45.663 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.663 INFO kablam! --> src/impls/linked_list.rs:28:5 Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! 28 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.663 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.663 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.663 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.663 INFO kablam! Sep 14 11:20:45.663 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 14 11:20:45.663 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! = note: expected type `bool` Sep 14 11:20:45.663 INFO kablam! found type `>::Item` Sep 14 11:20:45.663 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.663 INFO kablam! --> src/impls/linked_list.rs:36:5 Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! 36 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut _, found associated type Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.663 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.663 INFO kablam! | Sep 14 11:20:45.663 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.663 INFO kablam! Sep 14 11:20:45.663 INFO kablam! = note: expected type `&mut T` Sep 14 11:20:45.663 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.663 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.664 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.664 INFO kablam! | Sep 14 11:20:45.664 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.664 INFO kablam! Sep 14 11:20:45.667 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.667 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.667 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.667 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.667 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.667 INFO kablam! Sep 14 11:20:45.667 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.667 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! = note: expected type `(&K, &V)` Sep 14 11:20:45.667 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.667 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.667 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.667 INFO kablam! Sep 14 11:20:45.667 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.667 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.667 INFO kablam! | Sep 14 11:20:45.667 INFO kablam! = note: expected type `(&K, &mut V)` Sep 14 11:20:45.667 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.667 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.667 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.668 INFO kablam! | Sep 14 11:20:45.668 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.668 INFO kablam! Sep 14 11:20:45.671 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == >::Item` Sep 14 11:20:45.671 INFO kablam! --> src/impls/bit_vec.rs:46:5 Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! 46 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found associated type Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! = note: expected type `bool` Sep 14 11:20:45.671 INFO kablam! found type `>::Item` Sep 14 11:20:45.671 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.671 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.671 INFO kablam! Sep 14 11:20:45.671 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.671 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! = note: expected type `(usize, &T)` Sep 14 11:20:45.671 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.671 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.671 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.671 INFO kablam! Sep 14 11:20:45.671 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.671 INFO kablam! --> src/impls/btree_set.rs:38:5 Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! 38 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found associated type Sep 14 11:20:45.671 INFO kablam! | Sep 14 11:20:45.671 INFO kablam! = note: expected type `&T` Sep 14 11:20:45.671 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.671 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.672 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.672 INFO kablam! | Sep 14 11:20:45.672 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.672 INFO kablam! Sep 14 11:20:45.672 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.672 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 14 11:20:45.672 INFO kablam! | Sep 14 11:20:45.672 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.672 INFO kablam! | Sep 14 11:20:45.672 INFO kablam! = note: expected type `(usize, &mut T)` Sep 14 11:20:45.672 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.672 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.672 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.672 INFO kablam! | Sep 14 11:20:45.672 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.672 INFO kablam! Sep 14 11:20:45.675 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.675 INFO kablam! --> src/impls/btree_map.rs:63:5 Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! 63 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! = note: expected type `(&K, &V)` Sep 14 11:20:45.675 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.675 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.675 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.675 INFO kablam! Sep 14 11:20:45.675 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.675 INFO kablam! --> src/impls/btree_map.rs:71:5 Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! 71 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! = note: expected type `(&K, &mut V)` Sep 14 11:20:45.675 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.675 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.675 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.675 INFO kablam! Sep 14 11:20:45.675 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.675 INFO kablam! --> src/impls/vec_map.rs:65:5 Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! 65 | fn iter<'a>(&'a self) -> >::Iter { (*self).iter() } Sep 14 11:20:45.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.675 INFO kablam! | Sep 14 11:20:45.675 INFO kablam! = note: expected type `(usize, &T)` Sep 14 11:20:45.675 INFO kablam! found type ` as traits::_Iterate<'a>>::Item` Sep 14 11:20:45.676 INFO kablam! note: required by `traits::_Iterate` Sep 14 11:20:45.676 INFO kablam! --> src/traits.rs:69:1 Sep 14 11:20:45.676 INFO kablam! | Sep 14 11:20:45.676 INFO kablam! 69 | pub trait _Iterate<'a> { Sep 14 11:20:45.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.676 INFO kablam! Sep 14 11:20:45.676 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::Iterator>::Item == as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.676 INFO kablam! --> src/impls/vec_map.rs:73:5 Sep 14 11:20:45.676 INFO kablam! | Sep 14 11:20:45.676 INFO kablam! 73 | fn iter_mut<'a>(&'a mut self) -> >::IterMut { (*self).iter_mut() } Sep 14 11:20:45.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found associated type Sep 14 11:20:45.676 INFO kablam! | Sep 14 11:20:45.676 INFO kablam! = note: expected type `(usize, &mut T)` Sep 14 11:20:45.676 INFO kablam! found type ` as traits::_IterateMut<'a>>::Item` Sep 14 11:20:45.676 INFO kablam! note: required by `traits::_IterateMut` Sep 14 11:20:45.676 INFO kablam! --> src/traits.rs:79:1 Sep 14 11:20:45.676 INFO kablam! | Sep 14 11:20:45.676 INFO kablam! 79 | pub trait _IterateMut<'a> { Sep 14 11:20:45.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:45.676 INFO kablam! Sep 14 11:20:45.676 INFO kablam! error: aborting due to 38 previous errors Sep 14 11:20:45.676 INFO kablam! Sep 14 11:20:45.676 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 14 11:20:45.682 INFO kablam! error: Could not compile `qcollect-traits`. Sep 14 11:20:45.682 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:20:45.687 INFO kablam! error: aborting due to 38 previous errors Sep 14 11:20:45.687 INFO kablam! Sep 14 11:20:45.687 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 14 11:20:45.699 INFO kablam! error: Could not compile `qcollect-traits`. Sep 14 11:20:45.699 INFO kablam! Sep 14 11:20:45.699 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:20:45.699 INFO kablam! su: No module specific data is present Sep 14 11:20:46.401 INFO running `"docker" "rm" "-f" "d904c155eb38abccd6fe02cc5886a7ca5841316bec70648972a32cc099771902"` Sep 14 11:20:46.551 INFO blam! d904c155eb38abccd6fe02cc5886a7ca5841316bec70648972a32cc099771902