Sep 21 11:02:20.585 INFO checking eclectic-0.11.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:02:20.585 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:02:20.586 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:02:20.755 INFO blam! 67f661a6cd1e193d06278b782da5eb38b61df998629686a6081f99fa40d3487d Sep 21 11:02:20.759 INFO running `"docker" "start" "-a" "67f661a6cd1e193d06278b782da5eb38b61df998629686a6081f99fa40d3487d"` Sep 21 11:02:21.593 INFO kablam! usermod: no changes Sep 21 11:02:21.642 INFO kablam! Checking eclectic v0.11.0 (/source) Sep 21 11:02:22.002 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.002 INFO kablam! --> src/lib.rs:148:5 Sep 21 11:02:22.002 INFO kablam! | Sep 21 11:02:22.002 INFO kablam! 148 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 21 11:02:22.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.002 INFO kablam! | Sep 21 11:02:22.002 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 11:02:22.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.002 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.002 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 21 11:02:22.002 INFO kablam! Sep 21 11:02:22.002 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.002 INFO kablam! --> src/lib.rs:151:5 Sep 21 11:02:22.002 INFO kablam! | Sep 21 11:02:22.002 INFO kablam! 151 | / fn clear(&mut self) where Self: AddRemove { Sep 21 11:02:22.002 INFO kablam! 152 | | self.drain(); Sep 21 11:02:22.002 INFO kablam! 153 | | } Sep 21 11:02:22.002 INFO kablam! | |_____^ Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.003 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.003 INFO kablam! = note: method `clear` references the `Self` type in where clauses Sep 21 11:02:22.003 INFO kablam! Sep 21 11:02:22.003 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.003 INFO kablam! --> src/lib.rs:165:5 Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! 165 | fn drain<'a>(&'a mut self) -> Box + 'a> where Self: AddRemove; Sep 21 11:02:22.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.003 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.003 INFO kablam! = note: method `drain` references the `Self` type in where clauses Sep 21 11:02:22.003 INFO kablam! Sep 21 11:02:22.003 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.003 INFO kablam! --> src/lib.rs:171:5 Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! 171 | fn reserve(&mut self, additional: usize) where Self: AddRemove; Sep 21 11:02:22.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.003 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.003 INFO kablam! = note: method `reserve` references the `Self` type in where clauses Sep 21 11:02:22.003 INFO kablam! Sep 21 11:02:22.003 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.003 INFO kablam! --> src/lib.rs:176:5 Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! 176 | fn shrink_to_fit(&mut self) where Self: AddRemove; Sep 21 11:02:22.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.003 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.003 INFO kablam! = note: method `shrink_to_fit` references the `Self` type in where clauses Sep 21 11:02:22.003 INFO kablam! Sep 21 11:02:22.003 INFO kablam! warning: the trait `Iter` cannot be made into an object Sep 21 11:02:22.003 INFO kablam! --> src/lib.rs:207:5 Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! 207 | / fn iter_mut<'a>(&'a mut self) -> Box + 'a> Sep 21 11:02:22.003 INFO kablam! 208 | | where Self: Mutate; Sep 21 11:02:22.003 INFO kablam! | |___________________________^ Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.003 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.003 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 21 11:02:22.003 INFO kablam! Sep 21 11:02:22.003 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.003 INFO kablam! --> src/lib.rs:148:5 Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! 148 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 21 11:02:22.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.003 INFO kablam! | Sep 21 11:02:22.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.003 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.003 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 21 11:02:22.003 INFO kablam! Sep 21 11:02:22.005 INFO kablam! warning: the trait `DrainRange` cannot be made into an object Sep 21 11:02:22.005 INFO kablam! --> src/lib.rs:223:5 Sep 21 11:02:22.005 INFO kablam! | Sep 21 11:02:22.005 INFO kablam! 223 | / fn drain_range<'a>(&'a mut self, range: R) -> Box + 'a> Sep 21 11:02:22.005 INFO kablam! 224 | | where Self: AddRemove; Sep 21 11:02:22.005 INFO kablam! | |______________________________^ Sep 21 11:02:22.005 INFO kablam! | Sep 21 11:02:22.005 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.005 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.005 INFO kablam! = note: method `drain_range` references the `Self` type in where clauses Sep 21 11:02:22.005 INFO kablam! Sep 21 11:02:22.006 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.006 INFO kablam! --> src/lib.rs:247:5 Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! 247 | fn get_mut(&mut self, index: usize) -> Option<&mut Self::Item> where Self: Mutate; Sep 21 11:02:22.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.006 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.006 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 21 11:02:22.006 INFO kablam! Sep 21 11:02:22.006 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.006 INFO kablam! --> src/lib.rs:254:5 Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! 254 | fn swap(&mut self, i: usize, j: usize) where Self: Mutate; Sep 21 11:02:22.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.006 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.006 INFO kablam! = note: method `swap` references the `Self` type in where clauses Sep 21 11:02:22.006 INFO kablam! Sep 21 11:02:22.006 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.006 INFO kablam! --> src/lib.rs:257:5 Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! 257 | / fn reverse(&mut self) where Self: Mutate { Sep 21 11:02:22.006 INFO kablam! 258 | | let len = self.len(); Sep 21 11:02:22.006 INFO kablam! 259 | | Sep 21 11:02:22.006 INFO kablam! 260 | | for i in 0..len / 2 { Sep 21 11:02:22.006 INFO kablam! 261 | | self.swap(i, len - i - 1); Sep 21 11:02:22.006 INFO kablam! 262 | | } Sep 21 11:02:22.006 INFO kablam! 263 | | } Sep 21 11:02:22.006 INFO kablam! | |_____^ Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.006 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.006 INFO kablam! = note: method `reverse` references the `Self` type in where clauses Sep 21 11:02:22.006 INFO kablam! Sep 21 11:02:22.006 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.006 INFO kablam! --> src/lib.rs:275:5 Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! 275 | / fn first_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 21 11:02:22.006 INFO kablam! 276 | | self.get_mut(0) Sep 21 11:02:22.006 INFO kablam! 277 | | } Sep 21 11:02:22.006 INFO kablam! | |_____^ Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.006 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.006 INFO kablam! = note: method `first_mut` references the `Self` type in where clauses Sep 21 11:02:22.006 INFO kablam! Sep 21 11:02:22.006 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.006 INFO kablam! --> src/lib.rs:289:5 Sep 21 11:02:22.006 INFO kablam! | Sep 21 11:02:22.006 INFO kablam! 289 | / fn last_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 21 11:02:22.006 INFO kablam! 290 | | let len = self.len(); Sep 21 11:02:22.006 INFO kablam! 291 | | self.get_mut(len.wrapping_sub(1)) Sep 21 11:02:22.006 INFO kablam! 292 | | } Sep 21 11:02:22.006 INFO kablam! | |_____^ Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.007 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.007 INFO kablam! = note: method `last_mut` references the `Self` type in where clauses Sep 21 11:02:22.007 INFO kablam! Sep 21 11:02:22.007 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.007 INFO kablam! --> src/lib.rs:295:5 Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! 295 | / fn push(&mut self, item: Self::Item) where Self: AddRemove { Sep 21 11:02:22.007 INFO kablam! 296 | | let len = self.len(); Sep 21 11:02:22.007 INFO kablam! 297 | | self.insert(len, item); Sep 21 11:02:22.007 INFO kablam! 298 | | } Sep 21 11:02:22.007 INFO kablam! | |_____^ Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.007 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.007 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 21 11:02:22.007 INFO kablam! Sep 21 11:02:22.007 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.007 INFO kablam! --> src/lib.rs:307:5 Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! 307 | fn insert(&mut self, index: usize, item: Self::Item) where Self: AddRemove; Sep 21 11:02:22.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.007 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.007 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 21 11:02:22.007 INFO kablam! Sep 21 11:02:22.007 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.007 INFO kablam! --> src/lib.rs:312:5 Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! 312 | / fn pop(&mut self) -> Option where Self: AddRemove { Sep 21 11:02:22.007 INFO kablam! 313 | | let len = self.len(); Sep 21 11:02:22.007 INFO kablam! 314 | | self.remove(len.wrapping_sub(1)) Sep 21 11:02:22.007 INFO kablam! 315 | | } Sep 21 11:02:22.007 INFO kablam! | |_____^ Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.007 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.007 INFO kablam! = note: method `pop` references the `Self` type in where clauses Sep 21 11:02:22.007 INFO kablam! Sep 21 11:02:22.007 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.007 INFO kablam! --> src/lib.rs:322:5 Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! 322 | fn remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 21 11:02:22.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.007 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.007 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 21 11:02:22.007 INFO kablam! Sep 21 11:02:22.007 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.007 INFO kablam! --> src/lib.rs:328:5 Sep 21 11:02:22.007 INFO kablam! | Sep 21 11:02:22.007 INFO kablam! 328 | fn swap_remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 21 11:02:22.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.008 INFO kablam! | Sep 21 11:02:22.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.008 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.008 INFO kablam! = note: method `swap_remove` references the `Self` type in where clauses Sep 21 11:02:22.008 INFO kablam! Sep 21 11:02:22.008 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.008 INFO kablam! --> src/lib.rs:334:5 Sep 21 11:02:22.008 INFO kablam! | Sep 21 11:02:22.008 INFO kablam! 334 | / fn truncate(&mut self, len: usize) where Self: AddRemove { Sep 21 11:02:22.008 INFO kablam! 335 | | if len == 0 { Sep 21 11:02:22.008 INFO kablam! 336 | | self.clear(); Sep 21 11:02:22.008 INFO kablam! 337 | | } else { Sep 21 11:02:22.008 INFO kablam! 338 | | self.drain_range(len..); Sep 21 11:02:22.008 INFO kablam! 339 | | } Sep 21 11:02:22.008 INFO kablam! 340 | | } Sep 21 11:02:22.008 INFO kablam! | |_____^ Sep 21 11:02:22.008 INFO kablam! | Sep 21 11:02:22.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.008 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.008 INFO kablam! = note: method `truncate` references the `Self` type in where clauses Sep 21 11:02:22.008 INFO kablam! Sep 21 11:02:22.014 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 21 11:02:22.014 INFO kablam! --> src/lib.rs:415:9 Sep 21 11:02:22.014 INFO kablam! | Sep 21 11:02:22.014 INFO kablam! 415 | / fn iter_mut<'a>(&'a mut self) Sep 21 11:02:22.014 INFO kablam! 416 | | -> Box + 'a> where Self: Mutate; Sep 21 11:02:22.014 INFO kablam! | |__________________________________________________________________________________________________^ Sep 21 11:02:22.014 INFO kablam! | Sep 21 11:02:22.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.014 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.014 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 21 11:02:22.014 INFO kablam! Sep 21 11:02:22.014 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 21 11:02:22.014 INFO kablam! --> src/lib.rs:424:9 Sep 21 11:02:22.014 INFO kablam! | Sep 21 11:02:22.014 INFO kablam! 424 | / fn insert(&mut self, key: Self::Key, value: Self::Value) -> Option Sep 21 11:02:22.014 INFO kablam! 425 | | where Self: AddRemove; Sep 21 11:02:22.014 INFO kablam! | |__________________________________^ Sep 21 11:02:22.014 INFO kablam! | Sep 21 11:02:22.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.014 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.014 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 21 11:02:22.014 INFO kablam! Sep 21 11:02:22.014 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 21 11:02:22.014 INFO kablam! --> src/lib.rs:428:9 Sep 21 11:02:22.014 INFO kablam! | Sep 21 11:02:22.014 INFO kablam! 428 | / fn entry<'a>(&'a mut self, key: Self::Key) -> Entry<'a, Self::Key, Self::Value> Sep 21 11:02:22.014 INFO kablam! 429 | | where Self: AddRemove; Sep 21 11:02:22.015 INFO kablam! | |__________________________________^ Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.015 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.015 INFO kablam! = note: method `entry` references the `Self` type in where clauses Sep 21 11:02:22.015 INFO kablam! Sep 21 11:02:22.015 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 21 11:02:22.015 INFO kablam! --> src/lib.rs:577:9 Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! 577 | fn insert(&mut self, item: Self::Item) -> bool where Self: AddRemove; Sep 21 11:02:22.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.015 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.015 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 21 11:02:22.015 INFO kablam! Sep 21 11:02:22.015 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 21 11:02:22.015 INFO kablam! --> src/lib.rs:586:9 Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! 586 | fn replace(&mut self, item: Self::Item) -> Option where Self: AddRemove; Sep 21 11:02:22.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.015 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.015 INFO kablam! = note: method `replace` references the `Self` type in where clauses Sep 21 11:02:22.015 INFO kablam! Sep 21 11:02:22.015 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 21 11:02:22.015 INFO kablam! --> src/lib.rs:610:9 Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! 610 | / fn remove(&mut self, item: &Q) -> bool where Self: AddRemove { Sep 21 11:02:22.015 INFO kablam! 611 | | self.take(item).is_some() Sep 21 11:02:22.015 INFO kablam! 612 | | } Sep 21 11:02:22.015 INFO kablam! | |_________^ Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.015 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.015 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 21 11:02:22.015 INFO kablam! Sep 21 11:02:22.015 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 21 11:02:22.015 INFO kablam! --> src/lib.rs:617:9 Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! 617 | fn take(&mut self, item: &Q) -> Option where Self: AddRemove; Sep 21 11:02:22.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.015 INFO kablam! | Sep 21 11:02:22.015 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.015 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.015 INFO kablam! = note: method `take` references the `Self` type in where clauses Sep 21 11:02:22.015 INFO kablam! Sep 21 11:02:22.022 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 21 11:02:22.022 INFO kablam! --> src/lib.rs:627:5 Sep 21 11:02:22.022 INFO kablam! | Sep 21 11:02:22.022 INFO kablam! 627 | fn push(&mut self, item: Self::Item) where Self: AddRemove; Sep 21 11:02:22.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.022 INFO kablam! | Sep 21 11:02:22.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.022 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.022 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 21 11:02:22.022 INFO kablam! Sep 21 11:02:22.022 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 21 11:02:22.022 INFO kablam! --> src/lib.rs:637:5 Sep 21 11:02:22.022 INFO kablam! | Sep 21 11:02:22.022 INFO kablam! 637 | fn pop_front(&mut self) -> Option where Self: AddRemove; Sep 21 11:02:22.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.022 INFO kablam! | Sep 21 11:02:22.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.022 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.022 INFO kablam! = note: method `pop_front` references the `Self` type in where clauses Sep 21 11:02:22.022 INFO kablam! Sep 21 11:02:22.022 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 21 11:02:22.022 INFO kablam! --> src/lib.rs:654:5 Sep 21 11:02:22.022 INFO kablam! | Sep 21 11:02:22.022 INFO kablam! 654 | / fn push_pop_front(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 21 11:02:22.022 INFO kablam! 655 | | self.push(item); Sep 21 11:02:22.022 INFO kablam! 656 | | self.pop_front().expect("queue was empty after a `push`") Sep 21 11:02:22.022 INFO kablam! 657 | | } Sep 21 11:02:22.022 INFO kablam! | |_____^ Sep 21 11:02:22.022 INFO kablam! | Sep 21 11:02:22.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.022 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.022 INFO kablam! = note: method `push_pop_front` references the `Self` type in where clauses Sep 21 11:02:22.022 INFO kablam! Sep 21 11:02:22.022 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 21 11:02:22.022 INFO kablam! --> src/lib.rs:664:5 Sep 21 11:02:22.022 INFO kablam! | Sep 21 11:02:22.022 INFO kablam! 664 | / fn replace_front(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 21 11:02:22.022 INFO kablam! 665 | | let front = self.pop_front(); Sep 21 11:02:22.022 INFO kablam! 666 | | self.push(item); Sep 21 11:02:22.022 INFO kablam! 667 | | front Sep 21 11:02:22.022 INFO kablam! 668 | | } Sep 21 11:02:22.023 INFO kablam! | |_____^ Sep 21 11:02:22.023 INFO kablam! | Sep 21 11:02:22.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.023 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.023 INFO kablam! = note: method `replace_front` references the `Self` type in where clauses Sep 21 11:02:22.023 INFO kablam! Sep 21 11:02:22.023 INFO kablam! warning: the trait `Deque` cannot be made into an object Sep 21 11:02:22.023 INFO kablam! --> src/lib.rs:681:5 Sep 21 11:02:22.023 INFO kablam! | Sep 21 11:02:22.023 INFO kablam! 681 | fn pop_back(&mut self) -> Option where Self: AddRemove; Sep 21 11:02:22.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.023 INFO kablam! | Sep 21 11:02:22.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.023 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.023 INFO kablam! = note: method `pop_back` references the `Self` type in where clauses Sep 21 11:02:22.023 INFO kablam! Sep 21 11:02:22.026 INFO kablam! warning: the trait `FifoQueue` cannot be made into an object Sep 21 11:02:22.026 INFO kablam! --> src/lib.rs:645:5 Sep 21 11:02:22.026 INFO kablam! | Sep 21 11:02:22.026 INFO kablam! 645 | fn front_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 21 11:02:22.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.026 INFO kablam! | Sep 21 11:02:22.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.026 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.026 INFO kablam! = note: method `front_mut` references the `Self` type in where clauses Sep 21 11:02:22.026 INFO kablam! Sep 21 11:02:22.026 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 21 11:02:22.026 INFO kablam! --> src/lib.rs:687:5 Sep 21 11:02:22.026 INFO kablam! | Sep 21 11:02:22.026 INFO kablam! 687 | fn push_front(&mut self, item: Self::Item) where Self: AddRemove; Sep 21 11:02:22.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.027 INFO kablam! | Sep 21 11:02:22.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.027 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.027 INFO kablam! = note: method `push_front` references the `Self` type in where clauses Sep 21 11:02:22.027 INFO kablam! Sep 21 11:02:22.027 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 21 11:02:22.027 INFO kablam! --> src/lib.rs:692:5 Sep 21 11:02:22.027 INFO kablam! | Sep 21 11:02:22.027 INFO kablam! 692 | fn back_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 21 11:02:22.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.027 INFO kablam! | Sep 21 11:02:22.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.027 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.027 INFO kablam! = note: method `back_mut` references the `Self` type in where clauses Sep 21 11:02:22.027 INFO kablam! Sep 21 11:02:22.027 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 21 11:02:22.027 INFO kablam! --> src/lib.rs:455:9 Sep 21 11:02:22.027 INFO kablam! | Sep 21 11:02:22.027 INFO kablam! 455 | fn get_mut(&mut self, key: &Q) -> Option<&mut Self::Value> where Self: Mutate; Sep 21 11:02:22.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.027 INFO kablam! | Sep 21 11:02:22.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.027 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.027 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 21 11:02:22.027 INFO kablam! Sep 21 11:02:22.027 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 21 11:02:22.027 INFO kablam! --> src/lib.rs:460:9 Sep 21 11:02:22.027 INFO kablam! | Sep 21 11:02:22.027 INFO kablam! 460 | fn remove(&mut self, key: &Q) -> Option where Self: AddRemove; Sep 21 11:02:22.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.027 INFO kablam! | Sep 21 11:02:22.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.027 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.027 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 21 11:02:22.027 INFO kablam! Sep 21 11:02:22.028 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 21 11:02:22.028 INFO kablam! --> src/lib.rs:701:5 Sep 21 11:02:22.029 INFO kablam! | Sep 21 11:02:22.029 INFO kablam! 701 | / fn push_pop_back(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 21 11:02:22.029 INFO kablam! 702 | | self.push(item); Sep 21 11:02:22.029 INFO kablam! 703 | | self.pop_back().expect("deque was empty after a `push`") Sep 21 11:02:22.029 INFO kablam! 704 | | } Sep 21 11:02:22.029 INFO kablam! | |_____^ Sep 21 11:02:22.029 INFO kablam! | Sep 21 11:02:22.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.029 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.029 INFO kablam! = note: method `push_pop_back` references the `Self` type in where clauses Sep 21 11:02:22.029 INFO kablam! Sep 21 11:02:22.029 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 21 11:02:22.029 INFO kablam! --> src/lib.rs:711:5 Sep 21 11:02:22.029 INFO kablam! | Sep 21 11:02:22.029 INFO kablam! 711 | / fn replace_back(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 21 11:02:22.029 INFO kablam! 712 | | let back = self.pop_back(); Sep 21 11:02:22.029 INFO kablam! 713 | | self.push(item); Sep 21 11:02:22.029 INFO kablam! 714 | | back Sep 21 11:02:22.029 INFO kablam! 715 | | } Sep 21 11:02:22.029 INFO kablam! | |_____^ Sep 21 11:02:22.029 INFO kablam! | Sep 21 11:02:22.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.029 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.029 INFO kablam! = note: method `replace_back` references the `Self` type in where clauses Sep 21 11:02:22.029 INFO kablam! Sep 21 11:02:22.092 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.092 INFO kablam! --> src/lib.rs:148:5 Sep 21 11:02:22.092 INFO kablam! | Sep 21 11:02:22.092 INFO kablam! 148 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 21 11:02:22.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.092 INFO kablam! | Sep 21 11:02:22.092 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 11:02:22.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.092 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.092 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 21 11:02:22.092 INFO kablam! Sep 21 11:02:22.092 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.093 INFO kablam! --> src/lib.rs:151:5 Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! 151 | / fn clear(&mut self) where Self: AddRemove { Sep 21 11:02:22.093 INFO kablam! 152 | | self.drain(); Sep 21 11:02:22.093 INFO kablam! 153 | | } Sep 21 11:02:22.093 INFO kablam! | |_____^ Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.093 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.093 INFO kablam! = note: method `clear` references the `Self` type in where clauses Sep 21 11:02:22.093 INFO kablam! Sep 21 11:02:22.093 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.093 INFO kablam! --> src/lib.rs:165:5 Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! 165 | fn drain<'a>(&'a mut self) -> Box + 'a> where Self: AddRemove; Sep 21 11:02:22.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.093 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.093 INFO kablam! = note: method `drain` references the `Self` type in where clauses Sep 21 11:02:22.093 INFO kablam! Sep 21 11:02:22.093 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.093 INFO kablam! --> src/lib.rs:171:5 Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! 171 | fn reserve(&mut self, additional: usize) where Self: AddRemove; Sep 21 11:02:22.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.093 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.093 INFO kablam! = note: method `reserve` references the `Self` type in where clauses Sep 21 11:02:22.093 INFO kablam! Sep 21 11:02:22.093 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.093 INFO kablam! --> src/lib.rs:176:5 Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! 176 | fn shrink_to_fit(&mut self) where Self: AddRemove; Sep 21 11:02:22.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.093 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.093 INFO kablam! = note: method `shrink_to_fit` references the `Self` type in where clauses Sep 21 11:02:22.093 INFO kablam! Sep 21 11:02:22.093 INFO kablam! warning: the trait `Iter` cannot be made into an object Sep 21 11:02:22.093 INFO kablam! --> src/lib.rs:207:5 Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! 207 | / fn iter_mut<'a>(&'a mut self) -> Box + 'a> Sep 21 11:02:22.093 INFO kablam! 208 | | where Self: Mutate; Sep 21 11:02:22.093 INFO kablam! | |___________________________^ Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.093 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.093 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 21 11:02:22.093 INFO kablam! Sep 21 11:02:22.093 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 21 11:02:22.093 INFO kablam! --> src/lib.rs:148:5 Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! 148 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 21 11:02:22.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.093 INFO kablam! | Sep 21 11:02:22.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.093 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.093 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 21 11:02:22.093 INFO kablam! Sep 21 11:02:22.093 INFO kablam! warning: the trait `DrainRange` cannot be made into an object Sep 21 11:02:22.093 INFO kablam! --> src/lib.rs:223:5 Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! 223 | / fn drain_range<'a>(&'a mut self, range: R) -> Box + 'a> Sep 21 11:02:22.094 INFO kablam! 224 | | where Self: AddRemove; Sep 21 11:02:22.094 INFO kablam! | |______________________________^ Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.094 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.094 INFO kablam! = note: method `drain_range` references the `Self` type in where clauses Sep 21 11:02:22.094 INFO kablam! Sep 21 11:02:22.094 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.094 INFO kablam! --> src/lib.rs:247:5 Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! 247 | fn get_mut(&mut self, index: usize) -> Option<&mut Self::Item> where Self: Mutate; Sep 21 11:02:22.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.094 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.094 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 21 11:02:22.094 INFO kablam! Sep 21 11:02:22.094 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.094 INFO kablam! --> src/lib.rs:254:5 Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! 254 | fn swap(&mut self, i: usize, j: usize) where Self: Mutate; Sep 21 11:02:22.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.094 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.094 INFO kablam! = note: method `swap` references the `Self` type in where clauses Sep 21 11:02:22.094 INFO kablam! Sep 21 11:02:22.094 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.094 INFO kablam! --> src/lib.rs:257:5 Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! 257 | / fn reverse(&mut self) where Self: Mutate { Sep 21 11:02:22.094 INFO kablam! 258 | | let len = self.len(); Sep 21 11:02:22.094 INFO kablam! 259 | | Sep 21 11:02:22.094 INFO kablam! 260 | | for i in 0..len / 2 { Sep 21 11:02:22.094 INFO kablam! 261 | | self.swap(i, len - i - 1); Sep 21 11:02:22.094 INFO kablam! 262 | | } Sep 21 11:02:22.094 INFO kablam! 263 | | } Sep 21 11:02:22.094 INFO kablam! | |_____^ Sep 21 11:02:22.094 INFO kablam! | Sep 21 11:02:22.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.096 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.096 INFO kablam! = note: method `reverse` references the `Self` type in where clauses Sep 21 11:02:22.096 INFO kablam! Sep 21 11:02:22.096 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.096 INFO kablam! --> src/lib.rs:275:5 Sep 21 11:02:22.096 INFO kablam! | Sep 21 11:02:22.096 INFO kablam! 275 | / fn first_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 21 11:02:22.097 INFO kablam! 276 | | self.get_mut(0) Sep 21 11:02:22.097 INFO kablam! 277 | | } Sep 21 11:02:22.097 INFO kablam! | |_____^ Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.097 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.097 INFO kablam! = note: method `first_mut` references the `Self` type in where clauses Sep 21 11:02:22.097 INFO kablam! Sep 21 11:02:22.097 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.097 INFO kablam! --> src/lib.rs:289:5 Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! 289 | / fn last_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 21 11:02:22.097 INFO kablam! 290 | | let len = self.len(); Sep 21 11:02:22.097 INFO kablam! 291 | | self.get_mut(len.wrapping_sub(1)) Sep 21 11:02:22.097 INFO kablam! 292 | | } Sep 21 11:02:22.097 INFO kablam! | |_____^ Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.097 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.097 INFO kablam! = note: method `last_mut` references the `Self` type in where clauses Sep 21 11:02:22.097 INFO kablam! Sep 21 11:02:22.097 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.097 INFO kablam! --> src/lib.rs:295:5 Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! 295 | / fn push(&mut self, item: Self::Item) where Self: AddRemove { Sep 21 11:02:22.097 INFO kablam! 296 | | let len = self.len(); Sep 21 11:02:22.097 INFO kablam! 297 | | self.insert(len, item); Sep 21 11:02:22.097 INFO kablam! 298 | | } Sep 21 11:02:22.097 INFO kablam! | |_____^ Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.097 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.097 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 21 11:02:22.097 INFO kablam! Sep 21 11:02:22.097 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.097 INFO kablam! --> src/lib.rs:307:5 Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! 307 | fn insert(&mut self, index: usize, item: Self::Item) where Self: AddRemove; Sep 21 11:02:22.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.097 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.097 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 21 11:02:22.097 INFO kablam! Sep 21 11:02:22.097 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.097 INFO kablam! --> src/lib.rs:312:5 Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! 312 | / fn pop(&mut self) -> Option where Self: AddRemove { Sep 21 11:02:22.097 INFO kablam! 313 | | let len = self.len(); Sep 21 11:02:22.097 INFO kablam! 314 | | self.remove(len.wrapping_sub(1)) Sep 21 11:02:22.097 INFO kablam! 315 | | } Sep 21 11:02:22.097 INFO kablam! | |_____^ Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.097 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.097 INFO kablam! = note: method `pop` references the `Self` type in where clauses Sep 21 11:02:22.097 INFO kablam! Sep 21 11:02:22.097 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.097 INFO kablam! --> src/lib.rs:322:5 Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! 322 | fn remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 21 11:02:22.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.097 INFO kablam! | Sep 21 11:02:22.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.097 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.097 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 21 11:02:22.097 INFO kablam! Sep 21 11:02:22.097 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.098 INFO kablam! --> src/lib.rs:328:5 Sep 21 11:02:22.098 INFO kablam! | Sep 21 11:02:22.098 INFO kablam! 328 | fn swap_remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 21 11:02:22.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.098 INFO kablam! | Sep 21 11:02:22.098 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.098 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.098 INFO kablam! = note: method `swap_remove` references the `Self` type in where clauses Sep 21 11:02:22.098 INFO kablam! Sep 21 11:02:22.098 INFO kablam! warning: the trait `List` cannot be made into an object Sep 21 11:02:22.098 INFO kablam! --> src/lib.rs:334:5 Sep 21 11:02:22.098 INFO kablam! | Sep 21 11:02:22.098 INFO kablam! 334 | / fn truncate(&mut self, len: usize) where Self: AddRemove { Sep 21 11:02:22.098 INFO kablam! 335 | | if len == 0 { Sep 21 11:02:22.098 INFO kablam! 336 | | self.clear(); Sep 21 11:02:22.098 INFO kablam! 337 | | } else { Sep 21 11:02:22.098 INFO kablam! 338 | | self.drain_range(len..); Sep 21 11:02:22.098 INFO kablam! 339 | | } Sep 21 11:02:22.098 INFO kablam! 340 | | } Sep 21 11:02:22.098 INFO kablam! | |_____^ Sep 21 11:02:22.098 INFO kablam! | Sep 21 11:02:22.098 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.098 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.098 INFO kablam! = note: method `truncate` references the `Self` type in where clauses Sep 21 11:02:22.098 INFO kablam! Sep 21 11:02:22.101 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 21 11:02:22.101 INFO kablam! --> src/lib.rs:415:9 Sep 21 11:02:22.101 INFO kablam! | Sep 21 11:02:22.101 INFO kablam! 415 | / fn iter_mut<'a>(&'a mut self) Sep 21 11:02:22.101 INFO kablam! 416 | | -> Box + 'a> where Self: Mutate; Sep 21 11:02:22.101 INFO kablam! | |__________________________________________________________________________________________________^ Sep 21 11:02:22.101 INFO kablam! | Sep 21 11:02:22.101 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.108 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.108 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 21 11:02:22.108 INFO kablam! Sep 21 11:02:22.108 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 21 11:02:22.108 INFO kablam! --> src/lib.rs:424:9 Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! 424 | / fn insert(&mut self, key: Self::Key, value: Self::Value) -> Option Sep 21 11:02:22.108 INFO kablam! 425 | | where Self: AddRemove; Sep 21 11:02:22.108 INFO kablam! | |__________________________________^ Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.108 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.108 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 21 11:02:22.108 INFO kablam! Sep 21 11:02:22.108 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 21 11:02:22.108 INFO kablam! --> src/lib.rs:428:9 Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! 428 | / fn entry<'a>(&'a mut self, key: Self::Key) -> Entry<'a, Self::Key, Self::Value> Sep 21 11:02:22.108 INFO kablam! 429 | | where Self: AddRemove; Sep 21 11:02:22.108 INFO kablam! | |__________________________________^ Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.108 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.108 INFO kablam! = note: method `entry` references the `Self` type in where clauses Sep 21 11:02:22.108 INFO kablam! Sep 21 11:02:22.108 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 21 11:02:22.108 INFO kablam! --> src/lib.rs:577:9 Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! 577 | fn insert(&mut self, item: Self::Item) -> bool where Self: AddRemove; Sep 21 11:02:22.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.108 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.108 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 21 11:02:22.108 INFO kablam! Sep 21 11:02:22.108 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 21 11:02:22.108 INFO kablam! --> src/lib.rs:586:9 Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! 586 | fn replace(&mut self, item: Self::Item) -> Option where Self: AddRemove; Sep 21 11:02:22.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.108 INFO kablam! | Sep 21 11:02:22.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.108 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.108 INFO kablam! = note: method `replace` references the `Self` type in where clauses Sep 21 11:02:22.108 INFO kablam! Sep 21 11:02:22.110 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 21 11:02:22.110 INFO kablam! --> src/lib.rs:610:9 Sep 21 11:02:22.110 INFO kablam! | Sep 21 11:02:22.110 INFO kablam! 610 | / fn remove(&mut self, item: &Q) -> bool where Self: AddRemove { Sep 21 11:02:22.110 INFO kablam! 611 | | self.take(item).is_some() Sep 21 11:02:22.110 INFO kablam! 612 | | } Sep 21 11:02:22.110 INFO kablam! | |_________^ Sep 21 11:02:22.110 INFO kablam! | Sep 21 11:02:22.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.110 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.110 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 21 11:02:22.110 INFO kablam! Sep 21 11:02:22.110 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 21 11:02:22.110 INFO kablam! --> src/lib.rs:617:9 Sep 21 11:02:22.110 INFO kablam! | Sep 21 11:02:22.110 INFO kablam! 617 | fn take(&mut self, item: &Q) -> Option where Self: AddRemove; Sep 21 11:02:22.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.110 INFO kablam! | Sep 21 11:02:22.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.110 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.110 INFO kablam! = note: method `take` references the `Self` type in where clauses Sep 21 11:02:22.110 INFO kablam! Sep 21 11:02:22.110 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 21 11:02:22.111 INFO kablam! --> src/lib.rs:627:5 Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! 627 | fn push(&mut self, item: Self::Item) where Self: AddRemove; Sep 21 11:02:22.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.111 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.111 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 21 11:02:22.111 INFO kablam! Sep 21 11:02:22.111 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 21 11:02:22.111 INFO kablam! --> src/lib.rs:637:5 Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! 637 | fn pop_front(&mut self) -> Option where Self: AddRemove; Sep 21 11:02:22.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.111 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.111 INFO kablam! = note: method `pop_front` references the `Self` type in where clauses Sep 21 11:02:22.111 INFO kablam! Sep 21 11:02:22.111 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 21 11:02:22.111 INFO kablam! --> src/lib.rs:654:5 Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! 654 | / fn push_pop_front(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 21 11:02:22.111 INFO kablam! 655 | | self.push(item); Sep 21 11:02:22.111 INFO kablam! 656 | | self.pop_front().expect("queue was empty after a `push`") Sep 21 11:02:22.111 INFO kablam! 657 | | } Sep 21 11:02:22.111 INFO kablam! | |_____^ Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.111 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.111 INFO kablam! = note: method `push_pop_front` references the `Self` type in where clauses Sep 21 11:02:22.111 INFO kablam! Sep 21 11:02:22.111 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 21 11:02:22.111 INFO kablam! --> src/lib.rs:664:5 Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! 664 | / fn replace_front(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 21 11:02:22.111 INFO kablam! 665 | | let front = self.pop_front(); Sep 21 11:02:22.111 INFO kablam! 666 | | self.push(item); Sep 21 11:02:22.111 INFO kablam! 667 | | front Sep 21 11:02:22.111 INFO kablam! 668 | | } Sep 21 11:02:22.111 INFO kablam! | |_____^ Sep 21 11:02:22.111 INFO kablam! | Sep 21 11:02:22.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.111 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.111 INFO kablam! = note: method `replace_front` references the `Self` type in where clauses Sep 21 11:02:22.111 INFO kablam! Sep 21 11:02:22.115 INFO kablam! warning: the trait `Deque` cannot be made into an object Sep 21 11:02:22.115 INFO kablam! --> src/lib.rs:681:5 Sep 21 11:02:22.115 INFO kablam! | Sep 21 11:02:22.115 INFO kablam! 681 | fn pop_back(&mut self) -> Option where Self: AddRemove; Sep 21 11:02:22.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.115 INFO kablam! | Sep 21 11:02:22.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.115 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.115 INFO kablam! = note: method `pop_back` references the `Self` type in where clauses Sep 21 11:02:22.115 INFO kablam! Sep 21 11:02:22.119 INFO kablam! warning: the trait `FifoQueue` cannot be made into an object Sep 21 11:02:22.119 INFO kablam! --> src/lib.rs:645:5 Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! 645 | fn front_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 21 11:02:22.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.119 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.119 INFO kablam! = note: method `front_mut` references the `Self` type in where clauses Sep 21 11:02:22.119 INFO kablam! Sep 21 11:02:22.119 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 21 11:02:22.119 INFO kablam! --> src/lib.rs:687:5 Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! 687 | fn push_front(&mut self, item: Self::Item) where Self: AddRemove; Sep 21 11:02:22.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.119 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.119 INFO kablam! = note: method `push_front` references the `Self` type in where clauses Sep 21 11:02:22.119 INFO kablam! Sep 21 11:02:22.119 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 21 11:02:22.119 INFO kablam! --> src/lib.rs:692:5 Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! 692 | fn back_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 21 11:02:22.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.119 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.119 INFO kablam! = note: method `back_mut` references the `Self` type in where clauses Sep 21 11:02:22.119 INFO kablam! Sep 21 11:02:22.119 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 21 11:02:22.119 INFO kablam! --> src/lib.rs:455:9 Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! 455 | fn get_mut(&mut self, key: &Q) -> Option<&mut Self::Value> where Self: Mutate; Sep 21 11:02:22.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.119 INFO kablam! | Sep 21 11:02:22.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.119 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.119 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 21 11:02:22.120 INFO kablam! Sep 21 11:02:22.120 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 21 11:02:22.120 INFO kablam! --> src/lib.rs:460:9 Sep 21 11:02:22.120 INFO kablam! | Sep 21 11:02:22.120 INFO kablam! 460 | fn remove(&mut self, key: &Q) -> Option where Self: AddRemove; Sep 21 11:02:22.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:02:22.121 INFO kablam! | Sep 21 11:02:22.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.121 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.121 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 21 11:02:22.121 INFO kablam! Sep 21 11:02:22.126 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 21 11:02:22.126 INFO kablam! --> src/lib.rs:701:5 Sep 21 11:02:22.126 INFO kablam! | Sep 21 11:02:22.126 INFO kablam! 701 | / fn push_pop_back(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 21 11:02:22.126 INFO kablam! 702 | | self.push(item); Sep 21 11:02:22.126 INFO kablam! 703 | | self.pop_back().expect("deque was empty after a `push`") Sep 21 11:02:22.126 INFO kablam! 704 | | } Sep 21 11:02:22.126 INFO kablam! | |_____^ Sep 21 11:02:22.126 INFO kablam! | Sep 21 11:02:22.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.126 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.126 INFO kablam! = note: method `push_pop_back` references the `Self` type in where clauses Sep 21 11:02:22.126 INFO kablam! Sep 21 11:02:22.126 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 21 11:02:22.126 INFO kablam! --> src/lib.rs:711:5 Sep 21 11:02:22.126 INFO kablam! | Sep 21 11:02:22.126 INFO kablam! 711 | / fn replace_back(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 21 11:02:22.126 INFO kablam! 712 | | let back = self.pop_back(); Sep 21 11:02:22.126 INFO kablam! 713 | | self.push(item); Sep 21 11:02:22.126 INFO kablam! 714 | | back Sep 21 11:02:22.126 INFO kablam! 715 | | } Sep 21 11:02:22.126 INFO kablam! | |_____^ Sep 21 11:02:22.126 INFO kablam! | Sep 21 11:02:22.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 11:02:22.126 INFO kablam! = note: for more information, see issue #51443 Sep 21 11:02:22.126 INFO kablam! = note: method `replace_back` references the `Self` type in where clauses Sep 21 11:02:22.126 INFO kablam! Sep 21 11:02:22.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Sep 21 11:02:22.482 INFO kablam! su: No module specific data is present Sep 21 11:02:23.512 INFO running `"docker" "rm" "-f" "67f661a6cd1e193d06278b782da5eb38b61df998629686a6081f99fa40d3487d"` Sep 21 11:02:23.611 INFO blam! 67f661a6cd1e193d06278b782da5eb38b61df998629686a6081f99fa40d3487d