Sep 02 15:43:58.079 INFO checking eclectic-0.12.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 15:43:58.079 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 15:43:58.079 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 15:43:58.246 INFO blam! ac64a3bcc9f46181e134157c5e3e83263093ec9f6c2fcfc78a589284b92ee21c Sep 02 15:43:58.248 INFO running `"docker" "start" "-a" "ac64a3bcc9f46181e134157c5e3e83263093ec9f6c2fcfc78a589284b92ee21c"` Sep 02 15:43:58.843 INFO kablam! Checking eclectic v0.12.0 (file:///source) Sep 02 15:43:59.296 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.296 INFO kablam! --> src/lib.rs:145:5 Sep 02 15:43:59.296 INFO kablam! | Sep 02 15:43:59.296 INFO kablam! 145 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 02 15:43:59.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.296 INFO kablam! | Sep 02 15:43:59.296 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 02 15:43:59.296 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 02 15:43:59.296 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.296 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 02 15:43:59.296 INFO kablam! Sep 02 15:43:59.296 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.296 INFO kablam! --> src/lib.rs:148:5 Sep 02 15:43:59.296 INFO kablam! | Sep 02 15:43:59.296 INFO kablam! 148 | / fn clear(&mut self) where Self: AddRemove { Sep 02 15:43:59.296 INFO kablam! 149 | | self.drain(); Sep 02 15:43:59.297 INFO kablam! 150 | | } Sep 02 15:43:59.297 INFO kablam! | |_____^ Sep 02 15:43:59.297 INFO kablam! | Sep 02 15:43:59.297 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 02 15:43:59.297 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.297 INFO kablam! = note: method `clear` references the `Self` type in where clauses Sep 02 15:43:59.297 INFO kablam! Sep 02 15:43:59.297 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.297 INFO kablam! --> src/lib.rs:162:5 Sep 02 15:43:59.297 INFO kablam! | Sep 02 15:43:59.297 INFO kablam! 162 | fn drain<'a>(&'a mut self) -> Box + 'a> where Self: AddRemove; Sep 02 15:43:59.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.297 INFO kablam! | Sep 02 15:43:59.297 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 02 15:43:59.298 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.298 INFO kablam! = note: method `drain` references the `Self` type in where clauses Sep 02 15:43:59.298 INFO kablam! Sep 02 15:43:59.298 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.298 INFO kablam! --> src/lib.rs:168:5 Sep 02 15:43:59.298 INFO kablam! | Sep 02 15:43:59.298 INFO kablam! 168 | fn reserve(&mut self, additional: usize) where Self: AddRemove; Sep 02 15:43:59.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.298 INFO kablam! | Sep 02 15:43:59.298 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 02 15:43:59.298 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.298 INFO kablam! = note: method `reserve` references the `Self` type in where clauses Sep 02 15:43:59.298 INFO kablam! Sep 02 15:43:59.298 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.298 INFO kablam! --> src/lib.rs:173:5 Sep 02 15:43:59.298 INFO kablam! | Sep 02 15:43:59.298 INFO kablam! 173 | fn shrink_to_fit(&mut self) where Self: AddRemove; Sep 02 15:43:59.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.298 INFO kablam! | Sep 02 15:43:59.298 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 02 15:43:59.298 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.298 INFO kablam! = note: method `shrink_to_fit` references the `Self` type in where clauses Sep 02 15:43:59.298 INFO kablam! Sep 02 15:43:59.298 INFO kablam! warning: the trait `Iter` cannot be made into an object Sep 02 15:43:59.298 INFO kablam! --> src/lib.rs:204:5 Sep 02 15:43:59.298 INFO kablam! | Sep 02 15:43:59.298 INFO kablam! 204 | / fn iter_mut<'a>(&'a mut self) -> Box + 'a> Sep 02 15:43:59.299 INFO kablam! 205 | | where Self: Mutate; Sep 02 15:43:59.299 INFO kablam! | |___________________________^ Sep 02 15:43:59.299 INFO kablam! | Sep 02 15:43:59.299 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 02 15:43:59.299 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.299 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 02 15:43:59.299 INFO kablam! Sep 02 15:43:59.299 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.299 INFO kablam! --> src/lib.rs:145:5 Sep 02 15:43:59.299 INFO kablam! | Sep 02 15:43:59.299 INFO kablam! 145 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 02 15:43:59.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.299 INFO kablam! | Sep 02 15:43:59.299 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 02 15:43:59.299 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.299 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 02 15:43:59.299 INFO kablam! Sep 02 15:43:59.299 INFO kablam! warning: the trait `DrainRange` cannot be made into an object Sep 02 15:43:59.299 INFO kablam! --> src/lib.rs:220:5 Sep 02 15:43:59.299 INFO kablam! | Sep 02 15:43:59.299 INFO kablam! 220 | / fn drain_range<'a>(&'a mut self, range: R) -> Box + 'a> Sep 02 15:43:59.299 INFO kablam! 221 | | where Self: AddRemove; Sep 02 15:43:59.299 INFO kablam! | |______________________________^ Sep 02 15:43:59.299 INFO kablam! | Sep 02 15:43:59.299 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 02 15:43:59.299 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.299 INFO kablam! = note: method `drain_range` references the `Self` type in where clauses Sep 02 15:43:59.300 INFO kablam! Sep 02 15:43:59.300 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.300 INFO kablam! --> src/lib.rs:244:5 Sep 02 15:43:59.300 INFO kablam! | Sep 02 15:43:59.300 INFO kablam! 244 | fn get_mut(&mut self, index: usize) -> Option<&mut Self::Item> where Self: Mutate; Sep 02 15:43:59.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.300 INFO kablam! | Sep 02 15:43:59.300 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 02 15:43:59.300 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.300 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 02 15:43:59.300 INFO kablam! Sep 02 15:43:59.300 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.300 INFO kablam! --> src/lib.rs:251:5 Sep 02 15:43:59.300 INFO kablam! | Sep 02 15:43:59.300 INFO kablam! 251 | fn swap(&mut self, i: usize, j: usize) where Self: Mutate; Sep 02 15:43:59.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.300 INFO kablam! | Sep 02 15:43:59.300 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 02 15:43:59.300 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.300 INFO kablam! = note: method `swap` references the `Self` type in where clauses Sep 02 15:43:59.300 INFO kablam! Sep 02 15:43:59.300 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.301 INFO kablam! --> src/lib.rs:254:5 Sep 02 15:43:59.301 INFO kablam! | Sep 02 15:43:59.301 INFO kablam! 254 | / fn reverse(&mut self) where Self: Mutate { Sep 02 15:43:59.301 INFO kablam! 255 | | let len = self.len(); Sep 02 15:43:59.301 INFO kablam! 256 | | Sep 02 15:43:59.301 INFO kablam! 257 | | for i in 0..len / 2 { Sep 02 15:43:59.301 INFO kablam! 258 | | self.swap(i, len - i - 1); Sep 02 15:43:59.301 INFO kablam! 259 | | } Sep 02 15:43:59.301 INFO kablam! 260 | | } Sep 02 15:43:59.301 INFO kablam! | |_____^ Sep 02 15:43:59.301 INFO kablam! | Sep 02 15:43:59.301 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 02 15:43:59.301 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.301 INFO kablam! = note: method `reverse` references the `Self` type in where clauses Sep 02 15:43:59.301 INFO kablam! Sep 02 15:43:59.301 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.301 INFO kablam! --> src/lib.rs:272:5 Sep 02 15:43:59.301 INFO kablam! | Sep 02 15:43:59.301 INFO kablam! 272 | / fn first_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 02 15:43:59.301 INFO kablam! 273 | | self.get_mut(0) Sep 02 15:43:59.301 INFO kablam! 274 | | } Sep 02 15:43:59.301 INFO kablam! | |_____^ Sep 02 15:43:59.302 INFO kablam! | Sep 02 15:43:59.302 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 02 15:43:59.302 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.302 INFO kablam! = note: method `first_mut` references the `Self` type in where clauses Sep 02 15:43:59.302 INFO kablam! Sep 02 15:43:59.302 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.302 INFO kablam! --> src/lib.rs:286:5 Sep 02 15:43:59.302 INFO kablam! | Sep 02 15:43:59.302 INFO kablam! 286 | / fn last_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 02 15:43:59.302 INFO kablam! 287 | | let len = self.len(); Sep 02 15:43:59.302 INFO kablam! 288 | | self.get_mut(len.wrapping_sub(1)) Sep 02 15:43:59.302 INFO kablam! 289 | | } Sep 02 15:43:59.302 INFO kablam! | |_____^ Sep 02 15:43:59.302 INFO kablam! | Sep 02 15:43:59.302 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 02 15:43:59.302 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.302 INFO kablam! = note: method `last_mut` references the `Self` type in where clauses Sep 02 15:43:59.302 INFO kablam! Sep 02 15:43:59.302 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.302 INFO kablam! --> src/lib.rs:292:5 Sep 02 15:43:59.302 INFO kablam! | Sep 02 15:43:59.303 INFO kablam! 292 | / fn push(&mut self, item: Self::Item) where Self: AddRemove { Sep 02 15:43:59.303 INFO kablam! 293 | | let len = self.len(); Sep 02 15:43:59.303 INFO kablam! 294 | | self.insert(len, item); Sep 02 15:43:59.303 INFO kablam! 295 | | } Sep 02 15:43:59.303 INFO kablam! | |_____^ Sep 02 15:43:59.303 INFO kablam! | Sep 02 15:43:59.303 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 02 15:43:59.303 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.303 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 02 15:43:59.303 INFO kablam! Sep 02 15:43:59.303 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.303 INFO kablam! --> src/lib.rs:304:5 Sep 02 15:43:59.303 INFO kablam! | Sep 02 15:43:59.303 INFO kablam! 304 | fn insert(&mut self, index: usize, item: Self::Item) where Self: AddRemove; Sep 02 15:43:59.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.303 INFO kablam! | Sep 02 15:43:59.303 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 02 15:43:59.303 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.303 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 02 15:43:59.303 INFO kablam! Sep 02 15:43:59.303 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.304 INFO kablam! --> src/lib.rs:309:5 Sep 02 15:43:59.304 INFO kablam! | Sep 02 15:43:59.304 INFO kablam! 309 | / fn pop(&mut self) -> Option where Self: AddRemove { Sep 02 15:43:59.304 INFO kablam! 310 | | let len = self.len(); Sep 02 15:43:59.304 INFO kablam! 311 | | self.remove(len.wrapping_sub(1)) Sep 02 15:43:59.304 INFO kablam! 312 | | } Sep 02 15:43:59.304 INFO kablam! | |_____^ Sep 02 15:43:59.304 INFO kablam! | Sep 02 15:43:59.304 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 02 15:43:59.304 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.304 INFO kablam! = note: method `pop` references the `Self` type in where clauses Sep 02 15:43:59.304 INFO kablam! Sep 02 15:43:59.304 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.304 INFO kablam! --> src/lib.rs:319:5 Sep 02 15:43:59.304 INFO kablam! | Sep 02 15:43:59.304 INFO kablam! 319 | fn remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 02 15:43:59.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.304 INFO kablam! | Sep 02 15:43:59.304 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 02 15:43:59.304 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.304 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 02 15:43:59.305 INFO kablam! Sep 02 15:43:59.305 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.305 INFO kablam! --> src/lib.rs:325:5 Sep 02 15:43:59.305 INFO kablam! | Sep 02 15:43:59.305 INFO kablam! 325 | fn swap_remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 02 15:43:59.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.305 INFO kablam! | Sep 02 15:43:59.305 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 02 15:43:59.305 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.305 INFO kablam! = note: method `swap_remove` references the `Self` type in where clauses Sep 02 15:43:59.305 INFO kablam! Sep 02 15:43:59.305 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.305 INFO kablam! --> src/lib.rs:331:5 Sep 02 15:43:59.305 INFO kablam! | Sep 02 15:43:59.305 INFO kablam! 331 | / fn truncate(&mut self, len: usize) where Self: AddRemove { Sep 02 15:43:59.305 INFO kablam! 332 | | if len == 0 { Sep 02 15:43:59.305 INFO kablam! 333 | | self.clear(); Sep 02 15:43:59.305 INFO kablam! 334 | | } else { Sep 02 15:43:59.305 INFO kablam! 335 | | self.drain_range(len..); Sep 02 15:43:59.305 INFO kablam! 336 | | } Sep 02 15:43:59.305 INFO kablam! 337 | | } Sep 02 15:43:59.305 INFO kablam! | |_____^ Sep 02 15:43:59.306 INFO kablam! | Sep 02 15:43:59.306 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 02 15:43:59.306 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.306 INFO kablam! = note: method `truncate` references the `Self` type in where clauses Sep 02 15:43:59.306 INFO kablam! Sep 02 15:43:59.310 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 02 15:43:59.310 INFO kablam! --> src/lib.rs:412:9 Sep 02 15:43:59.310 INFO kablam! | Sep 02 15:43:59.310 INFO kablam! 412 | / fn iter_mut<'a>(&'a mut self) Sep 02 15:43:59.310 INFO kablam! 413 | | -> Box + 'a> where Self: Mutate; Sep 02 15:43:59.311 INFO kablam! | |__________________________________________________________________________________________________^ Sep 02 15:43:59.311 INFO kablam! | Sep 02 15:43:59.311 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 02 15:43:59.311 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.311 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 02 15:43:59.311 INFO kablam! Sep 02 15:43:59.311 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 02 15:43:59.311 INFO kablam! --> src/lib.rs:421:9 Sep 02 15:43:59.311 INFO kablam! | Sep 02 15:43:59.311 INFO kablam! 421 | / fn insert(&mut self, key: Self::Key, value: Self::Value) -> Option Sep 02 15:43:59.311 INFO kablam! 422 | | where Self: AddRemove; Sep 02 15:43:59.311 INFO kablam! | |__________________________________^ Sep 02 15:43:59.311 INFO kablam! | Sep 02 15:43:59.311 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 02 15:43:59.311 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.311 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 02 15:43:59.311 INFO kablam! Sep 02 15:43:59.311 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 02 15:43:59.312 INFO kablam! --> src/lib.rs:425:9 Sep 02 15:43:59.312 INFO kablam! | Sep 02 15:43:59.312 INFO kablam! 425 | / fn entry<'a>(&'a mut self, key: Self::Key) -> Entry<'a, Self::Key, Self::Value> Sep 02 15:43:59.312 INFO kablam! 426 | | where Self: AddRemove; Sep 02 15:43:59.312 INFO kablam! | |__________________________________^ Sep 02 15:43:59.312 INFO kablam! | Sep 02 15:43:59.312 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 02 15:43:59.312 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.312 INFO kablam! = note: method `entry` references the `Self` type in where clauses Sep 02 15:43:59.312 INFO kablam! Sep 02 15:43:59.313 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 02 15:43:59.313 INFO kablam! --> src/lib.rs:574:9 Sep 02 15:43:59.313 INFO kablam! | Sep 02 15:43:59.313 INFO kablam! 574 | fn insert(&mut self, item: Self::Item) -> bool where Self: AddRemove; Sep 02 15:43:59.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.314 INFO kablam! | Sep 02 15:43:59.314 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 02 15:43:59.314 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.314 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 02 15:43:59.314 INFO kablam! Sep 02 15:43:59.314 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 02 15:43:59.314 INFO kablam! --> src/lib.rs:583:9 Sep 02 15:43:59.314 INFO kablam! | Sep 02 15:43:59.314 INFO kablam! 583 | fn replace(&mut self, item: Self::Item) -> Option where Self: AddRemove; Sep 02 15:43:59.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.314 INFO kablam! | Sep 02 15:43:59.314 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 02 15:43:59.314 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.314 INFO kablam! = note: method `replace` references the `Self` type in where clauses Sep 02 15:43:59.314 INFO kablam! Sep 02 15:43:59.314 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 02 15:43:59.315 INFO kablam! --> src/lib.rs:607:9 Sep 02 15:43:59.315 INFO kablam! | Sep 02 15:43:59.315 INFO kablam! 607 | / fn remove(&mut self, item: &Q) -> bool where Self: AddRemove { Sep 02 15:43:59.315 INFO kablam! 608 | | self.take(item).is_some() Sep 02 15:43:59.315 INFO kablam! 609 | | } Sep 02 15:43:59.315 INFO kablam! | |_________^ Sep 02 15:43:59.315 INFO kablam! | Sep 02 15:43:59.315 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 02 15:43:59.315 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.315 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 02 15:43:59.315 INFO kablam! Sep 02 15:43:59.315 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 02 15:43:59.315 INFO kablam! --> src/lib.rs:614:9 Sep 02 15:43:59.315 INFO kablam! | Sep 02 15:43:59.315 INFO kablam! 614 | fn take(&mut self, item: &Q) -> Option where Self: AddRemove; Sep 02 15:43:59.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.315 INFO kablam! | Sep 02 15:43:59.316 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 02 15:43:59.316 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.316 INFO kablam! = note: method `take` references the `Self` type in where clauses Sep 02 15:43:59.316 INFO kablam! Sep 02 15:43:59.316 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 02 15:43:59.316 INFO kablam! --> src/lib.rs:624:5 Sep 02 15:43:59.316 INFO kablam! | Sep 02 15:43:59.317 INFO kablam! 624 | fn push(&mut self, item: Self::Item) where Self: AddRemove; Sep 02 15:43:59.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.317 INFO kablam! | Sep 02 15:43:59.317 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 02 15:43:59.317 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.317 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 02 15:43:59.317 INFO kablam! Sep 02 15:43:59.317 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 02 15:43:59.317 INFO kablam! --> src/lib.rs:634:5 Sep 02 15:43:59.317 INFO kablam! | Sep 02 15:43:59.317 INFO kablam! 634 | fn pop_front(&mut self) -> Option where Self: AddRemove; Sep 02 15:43:59.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.317 INFO kablam! | Sep 02 15:43:59.317 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 02 15:43:59.317 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.317 INFO kablam! = note: method `pop_front` references the `Self` type in where clauses Sep 02 15:43:59.317 INFO kablam! Sep 02 15:43:59.317 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 02 15:43:59.318 INFO kablam! --> src/lib.rs:651:5 Sep 02 15:43:59.318 INFO kablam! | Sep 02 15:43:59.318 INFO kablam! 651 | / fn push_pop_front(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 02 15:43:59.318 INFO kablam! 652 | | self.push(item); Sep 02 15:43:59.318 INFO kablam! 653 | | self.pop_front().expect("queue was empty after a `push`") Sep 02 15:43:59.318 INFO kablam! 654 | | } Sep 02 15:43:59.318 INFO kablam! | |_____^ Sep 02 15:43:59.318 INFO kablam! | Sep 02 15:43:59.318 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 02 15:43:59.318 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.318 INFO kablam! = note: method `push_pop_front` references the `Self` type in where clauses Sep 02 15:43:59.318 INFO kablam! Sep 02 15:43:59.318 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 02 15:43:59.318 INFO kablam! --> src/lib.rs:661:5 Sep 02 15:43:59.318 INFO kablam! | Sep 02 15:43:59.318 INFO kablam! 661 | / fn replace_front(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 02 15:43:59.319 INFO kablam! 662 | | let front = self.pop_front(); Sep 02 15:43:59.319 INFO kablam! 663 | | self.push(item); Sep 02 15:43:59.319 INFO kablam! 664 | | front Sep 02 15:43:59.319 INFO kablam! 665 | | } Sep 02 15:43:59.319 INFO kablam! | |_____^ Sep 02 15:43:59.319 INFO kablam! | Sep 02 15:43:59.319 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 02 15:43:59.319 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.319 INFO kablam! = note: method `replace_front` references the `Self` type in where clauses Sep 02 15:43:59.319 INFO kablam! Sep 02 15:43:59.327 INFO kablam! warning: the trait `Deque` cannot be made into an object Sep 02 15:43:59.327 INFO kablam! --> src/lib.rs:678:5 Sep 02 15:43:59.327 INFO kablam! | Sep 02 15:43:59.327 INFO kablam! 678 | fn pop_back(&mut self) -> Option where Self: AddRemove; Sep 02 15:43:59.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.327 INFO kablam! | Sep 02 15:43:59.327 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 02 15:43:59.327 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.327 INFO kablam! = note: method `pop_back` references the `Self` type in where clauses Sep 02 15:43:59.327 INFO kablam! Sep 02 15:43:59.327 INFO kablam! warning: the trait `FifoQueue` cannot be made into an object Sep 02 15:43:59.327 INFO kablam! --> src/lib.rs:642:5 Sep 02 15:43:59.328 INFO kablam! | Sep 02 15:43:59.328 INFO kablam! 642 | fn front_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 02 15:43:59.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.328 INFO kablam! | Sep 02 15:43:59.328 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 02 15:43:59.328 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.328 INFO kablam! = note: method `front_mut` references the `Self` type in where clauses Sep 02 15:43:59.328 INFO kablam! Sep 02 15:43:59.328 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 02 15:43:59.328 INFO kablam! --> src/lib.rs:684:5 Sep 02 15:43:59.328 INFO kablam! | Sep 02 15:43:59.328 INFO kablam! 684 | fn push_front(&mut self, item: Self::Item) where Self: AddRemove; Sep 02 15:43:59.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.328 INFO kablam! | Sep 02 15:43:59.328 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 02 15:43:59.328 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.328 INFO kablam! = note: method `push_front` references the `Self` type in where clauses Sep 02 15:43:59.328 INFO kablam! Sep 02 15:43:59.329 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 02 15:43:59.329 INFO kablam! --> src/lib.rs:689:5 Sep 02 15:43:59.329 INFO kablam! | Sep 02 15:43:59.329 INFO kablam! 689 | fn back_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 02 15:43:59.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.329 INFO kablam! | Sep 02 15:43:59.329 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 02 15:43:59.329 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.329 INFO kablam! = note: method `back_mut` references the `Self` type in where clauses Sep 02 15:43:59.329 INFO kablam! Sep 02 15:43:59.333 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 02 15:43:59.333 INFO kablam! --> src/lib.rs:452:9 Sep 02 15:43:59.333 INFO kablam! | Sep 02 15:43:59.333 INFO kablam! 452 | fn get_mut(&mut self, key: &Q) -> Option<&mut Self::Value> where Self: Mutate; Sep 02 15:43:59.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.333 INFO kablam! | Sep 02 15:43:59.333 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 02 15:43:59.333 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.333 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 02 15:43:59.333 INFO kablam! Sep 02 15:43:59.333 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 02 15:43:59.333 INFO kablam! --> src/lib.rs:457:9 Sep 02 15:43:59.334 INFO kablam! | Sep 02 15:43:59.334 INFO kablam! 457 | fn remove(&mut self, key: &Q) -> Option where Self: AddRemove; Sep 02 15:43:59.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.334 INFO kablam! | Sep 02 15:43:59.334 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 02 15:43:59.334 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.334 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 02 15:43:59.334 INFO kablam! Sep 02 15:43:59.335 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 02 15:43:59.335 INFO kablam! --> src/lib.rs:698:5 Sep 02 15:43:59.335 INFO kablam! | Sep 02 15:43:59.336 INFO kablam! 698 | / fn push_pop_back(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 02 15:43:59.336 INFO kablam! 699 | | self.push(item); Sep 02 15:43:59.336 INFO kablam! 700 | | self.pop_back().expect("deque was empty after a `push`") Sep 02 15:43:59.336 INFO kablam! 701 | | } Sep 02 15:43:59.336 INFO kablam! | |_____^ Sep 02 15:43:59.336 INFO kablam! | Sep 02 15:43:59.336 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 02 15:43:59.336 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.336 INFO kablam! = note: method `push_pop_back` references the `Self` type in where clauses Sep 02 15:43:59.336 INFO kablam! Sep 02 15:43:59.336 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 02 15:43:59.336 INFO kablam! --> src/lib.rs:708:5 Sep 02 15:43:59.336 INFO kablam! | Sep 02 15:43:59.336 INFO kablam! 708 | / fn replace_back(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 02 15:43:59.336 INFO kablam! 709 | | let back = self.pop_back(); Sep 02 15:43:59.336 INFO kablam! 710 | | self.push(item); Sep 02 15:43:59.336 INFO kablam! 711 | | back Sep 02 15:43:59.337 INFO kablam! 712 | | } Sep 02 15:43:59.337 INFO kablam! | |_____^ Sep 02 15:43:59.337 INFO kablam! | Sep 02 15:43:59.337 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 02 15:43:59.337 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.337 INFO kablam! = note: method `replace_back` references the `Self` type in where clauses Sep 02 15:43:59.337 INFO kablam! Sep 02 15:43:59.409 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.409 INFO kablam! --> src/lib.rs:145:5 Sep 02 15:43:59.409 INFO kablam! | Sep 02 15:43:59.409 INFO kablam! 145 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 02 15:43:59.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.409 INFO kablam! | Sep 02 15:43:59.409 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 02 15:43:59.409 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 02 15:43:59.409 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.409 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 02 15:43:59.409 INFO kablam! Sep 02 15:43:59.409 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.410 INFO kablam! --> src/lib.rs:148:5 Sep 02 15:43:59.410 INFO kablam! | Sep 02 15:43:59.410 INFO kablam! 148 | / fn clear(&mut self) where Self: AddRemove { Sep 02 15:43:59.410 INFO kablam! 149 | | self.drain(); Sep 02 15:43:59.410 INFO kablam! 150 | | } Sep 02 15:43:59.410 INFO kablam! | |_____^ Sep 02 15:43:59.410 INFO kablam! | Sep 02 15:43:59.410 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 02 15:43:59.410 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.410 INFO kablam! = note: method `clear` references the `Self` type in where clauses Sep 02 15:43:59.410 INFO kablam! Sep 02 15:43:59.410 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.410 INFO kablam! --> src/lib.rs:162:5 Sep 02 15:43:59.410 INFO kablam! | Sep 02 15:43:59.410 INFO kablam! 162 | fn drain<'a>(&'a mut self) -> Box + 'a> where Self: AddRemove; Sep 02 15:43:59.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.410 INFO kablam! | Sep 02 15:43:59.410 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 02 15:43:59.411 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.411 INFO kablam! = note: method `drain` references the `Self` type in where clauses Sep 02 15:43:59.411 INFO kablam! Sep 02 15:43:59.411 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.411 INFO kablam! --> src/lib.rs:168:5 Sep 02 15:43:59.411 INFO kablam! | Sep 02 15:43:59.411 INFO kablam! 168 | fn reserve(&mut self, additional: usize) where Self: AddRemove; Sep 02 15:43:59.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.411 INFO kablam! | Sep 02 15:43:59.411 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 02 15:43:59.411 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.411 INFO kablam! = note: method `reserve` references the `Self` type in where clauses Sep 02 15:43:59.411 INFO kablam! Sep 02 15:43:59.411 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.411 INFO kablam! --> src/lib.rs:173:5 Sep 02 15:43:59.411 INFO kablam! | Sep 02 15:43:59.411 INFO kablam! 173 | fn shrink_to_fit(&mut self) where Self: AddRemove; Sep 02 15:43:59.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.411 INFO kablam! | Sep 02 15:43:59.412 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 02 15:43:59.412 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.412 INFO kablam! = note: method `shrink_to_fit` references the `Self` type in where clauses Sep 02 15:43:59.412 INFO kablam! Sep 02 15:43:59.412 INFO kablam! warning: the trait `Iter` cannot be made into an object Sep 02 15:43:59.412 INFO kablam! --> src/lib.rs:204:5 Sep 02 15:43:59.412 INFO kablam! | Sep 02 15:43:59.412 INFO kablam! 204 | / fn iter_mut<'a>(&'a mut self) -> Box + 'a> Sep 02 15:43:59.412 INFO kablam! 205 | | where Self: Mutate; Sep 02 15:43:59.412 INFO kablam! | |___________________________^ Sep 02 15:43:59.412 INFO kablam! | Sep 02 15:43:59.412 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 02 15:43:59.412 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.412 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 02 15:43:59.412 INFO kablam! Sep 02 15:43:59.412 INFO kablam! warning: the trait `Collection` cannot be made into an object Sep 02 15:43:59.412 INFO kablam! --> src/lib.rs:145:5 Sep 02 15:43:59.412 INFO kablam! | Sep 02 15:43:59.412 INFO kablam! 145 | fn extend_object(&mut self, items: &mut Iterator) where Self: AddRemove; Sep 02 15:43:59.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.413 INFO kablam! | Sep 02 15:43:59.413 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 02 15:43:59.413 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.413 INFO kablam! = note: method `extend_object` references the `Self` type in where clauses Sep 02 15:43:59.413 INFO kablam! Sep 02 15:43:59.413 INFO kablam! warning: the trait `DrainRange` cannot be made into an object Sep 02 15:43:59.413 INFO kablam! --> src/lib.rs:220:5 Sep 02 15:43:59.413 INFO kablam! | Sep 02 15:43:59.413 INFO kablam! 220 | / fn drain_range<'a>(&'a mut self, range: R) -> Box + 'a> Sep 02 15:43:59.413 INFO kablam! 221 | | where Self: AddRemove; Sep 02 15:43:59.413 INFO kablam! | |______________________________^ Sep 02 15:43:59.413 INFO kablam! | Sep 02 15:43:59.413 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 02 15:43:59.413 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.413 INFO kablam! = note: method `drain_range` references the `Self` type in where clauses Sep 02 15:43:59.413 INFO kablam! Sep 02 15:43:59.413 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.413 INFO kablam! --> src/lib.rs:244:5 Sep 02 15:43:59.414 INFO kablam! | Sep 02 15:43:59.414 INFO kablam! 244 | fn get_mut(&mut self, index: usize) -> Option<&mut Self::Item> where Self: Mutate; Sep 02 15:43:59.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.414 INFO kablam! | Sep 02 15:43:59.414 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 02 15:43:59.414 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.414 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 02 15:43:59.414 INFO kablam! Sep 02 15:43:59.414 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.414 INFO kablam! --> src/lib.rs:251:5 Sep 02 15:43:59.414 INFO kablam! | Sep 02 15:43:59.414 INFO kablam! 251 | fn swap(&mut self, i: usize, j: usize) where Self: Mutate; Sep 02 15:43:59.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.414 INFO kablam! | Sep 02 15:43:59.414 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 02 15:43:59.414 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.414 INFO kablam! = note: method `swap` references the `Self` type in where clauses Sep 02 15:43:59.415 INFO kablam! Sep 02 15:43:59.415 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.415 INFO kablam! --> src/lib.rs:254:5 Sep 02 15:43:59.415 INFO kablam! | Sep 02 15:43:59.415 INFO kablam! 254 | / fn reverse(&mut self) where Self: Mutate { Sep 02 15:43:59.415 INFO kablam! 255 | | let len = self.len(); Sep 02 15:43:59.415 INFO kablam! 256 | | Sep 02 15:43:59.415 INFO kablam! 257 | | for i in 0..len / 2 { Sep 02 15:43:59.415 INFO kablam! 258 | | self.swap(i, len - i - 1); Sep 02 15:43:59.415 INFO kablam! 259 | | } Sep 02 15:43:59.415 INFO kablam! 260 | | } Sep 02 15:43:59.415 INFO kablam! | |_____^ Sep 02 15:43:59.415 INFO kablam! | Sep 02 15:43:59.415 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 02 15:43:59.415 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.415 INFO kablam! = note: method `reverse` references the `Self` type in where clauses Sep 02 15:43:59.415 INFO kablam! Sep 02 15:43:59.415 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.416 INFO kablam! --> src/lib.rs:272:5 Sep 02 15:43:59.416 INFO kablam! | Sep 02 15:43:59.416 INFO kablam! 272 | / fn first_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 02 15:43:59.416 INFO kablam! 273 | | self.get_mut(0) Sep 02 15:43:59.416 INFO kablam! 274 | | } Sep 02 15:43:59.416 INFO kablam! | |_____^ Sep 02 15:43:59.416 INFO kablam! | Sep 02 15:43:59.416 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 02 15:43:59.416 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.416 INFO kablam! = note: method `first_mut` references the `Self` type in where clauses Sep 02 15:43:59.416 INFO kablam! Sep 02 15:43:59.416 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.416 INFO kablam! --> src/lib.rs:286:5 Sep 02 15:43:59.416 INFO kablam! | Sep 02 15:43:59.416 INFO kablam! 286 | / fn last_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate { Sep 02 15:43:59.416 INFO kablam! 287 | | let len = self.len(); Sep 02 15:43:59.416 INFO kablam! 288 | | self.get_mut(len.wrapping_sub(1)) Sep 02 15:43:59.416 INFO kablam! 289 | | } Sep 02 15:43:59.417 INFO kablam! | |_____^ Sep 02 15:43:59.417 INFO kablam! | Sep 02 15:43:59.417 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 02 15:43:59.417 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.417 INFO kablam! = note: method `last_mut` references the `Self` type in where clauses Sep 02 15:43:59.417 INFO kablam! Sep 02 15:43:59.417 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.417 INFO kablam! --> src/lib.rs:292:5 Sep 02 15:43:59.417 INFO kablam! | Sep 02 15:43:59.417 INFO kablam! 292 | / fn push(&mut self, item: Self::Item) where Self: AddRemove { Sep 02 15:43:59.417 INFO kablam! 293 | | let len = self.len(); Sep 02 15:43:59.417 INFO kablam! 294 | | self.insert(len, item); Sep 02 15:43:59.417 INFO kablam! 295 | | } Sep 02 15:43:59.417 INFO kablam! | |_____^ Sep 02 15:43:59.417 INFO kablam! | Sep 02 15:43:59.417 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 02 15:43:59.417 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.417 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 02 15:43:59.418 INFO kablam! Sep 02 15:43:59.418 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.418 INFO kablam! --> src/lib.rs:304:5 Sep 02 15:43:59.418 INFO kablam! | Sep 02 15:43:59.418 INFO kablam! 304 | fn insert(&mut self, index: usize, item: Self::Item) where Self: AddRemove; Sep 02 15:43:59.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.418 INFO kablam! | Sep 02 15:43:59.418 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 02 15:43:59.418 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.418 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 02 15:43:59.418 INFO kablam! Sep 02 15:43:59.418 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.418 INFO kablam! --> src/lib.rs:309:5 Sep 02 15:43:59.418 INFO kablam! | Sep 02 15:43:59.418 INFO kablam! 309 | / fn pop(&mut self) -> Option where Self: AddRemove { Sep 02 15:43:59.418 INFO kablam! 310 | | let len = self.len(); Sep 02 15:43:59.418 INFO kablam! 311 | | self.remove(len.wrapping_sub(1)) Sep 02 15:43:59.419 INFO kablam! 312 | | } Sep 02 15:43:59.419 INFO kablam! | |_____^ Sep 02 15:43:59.419 INFO kablam! | Sep 02 15:43:59.419 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 02 15:43:59.419 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.419 INFO kablam! = note: method `pop` references the `Self` type in where clauses Sep 02 15:43:59.419 INFO kablam! Sep 02 15:43:59.419 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.419 INFO kablam! --> src/lib.rs:319:5 Sep 02 15:43:59.419 INFO kablam! | Sep 02 15:43:59.419 INFO kablam! 319 | fn remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 02 15:43:59.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.419 INFO kablam! | Sep 02 15:43:59.419 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 02 15:43:59.419 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.419 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 02 15:43:59.419 INFO kablam! Sep 02 15:43:59.419 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.419 INFO kablam! --> src/lib.rs:325:5 Sep 02 15:43:59.420 INFO kablam! | Sep 02 15:43:59.420 INFO kablam! 325 | fn swap_remove(&mut self, index: usize) -> Option where Self: AddRemove; Sep 02 15:43:59.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.420 INFO kablam! | Sep 02 15:43:59.420 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 02 15:43:59.420 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.420 INFO kablam! = note: method `swap_remove` references the `Self` type in where clauses Sep 02 15:43:59.420 INFO kablam! Sep 02 15:43:59.420 INFO kablam! warning: the trait `List` cannot be made into an object Sep 02 15:43:59.420 INFO kablam! --> src/lib.rs:331:5 Sep 02 15:43:59.420 INFO kablam! | Sep 02 15:43:59.420 INFO kablam! 331 | / fn truncate(&mut self, len: usize) where Self: AddRemove { Sep 02 15:43:59.420 INFO kablam! 332 | | if len == 0 { Sep 02 15:43:59.420 INFO kablam! 333 | | self.clear(); Sep 02 15:43:59.420 INFO kablam! 334 | | } else { Sep 02 15:43:59.420 INFO kablam! 335 | | self.drain_range(len..); Sep 02 15:43:59.420 INFO kablam! 336 | | } Sep 02 15:43:59.420 INFO kablam! 337 | | } Sep 02 15:43:59.421 INFO kablam! | |_____^ Sep 02 15:43:59.421 INFO kablam! | Sep 02 15:43:59.421 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 02 15:43:59.421 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.421 INFO kablam! = note: method `truncate` references the `Self` type in where clauses Sep 02 15:43:59.421 INFO kablam! Sep 02 15:43:59.425 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 02 15:43:59.425 INFO kablam! --> src/lib.rs:412:9 Sep 02 15:43:59.425 INFO kablam! | Sep 02 15:43:59.425 INFO kablam! 412 | / fn iter_mut<'a>(&'a mut self) Sep 02 15:43:59.425 INFO kablam! 413 | | -> Box + 'a> where Self: Mutate; Sep 02 15:43:59.425 INFO kablam! | |__________________________________________________________________________________________________^ Sep 02 15:43:59.425 INFO kablam! | Sep 02 15:43:59.425 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 02 15:43:59.425 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.425 INFO kablam! = note: method `iter_mut` references the `Self` type in where clauses Sep 02 15:43:59.425 INFO kablam! Sep 02 15:43:59.425 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 02 15:43:59.425 INFO kablam! --> src/lib.rs:421:9 Sep 02 15:43:59.426 INFO kablam! | Sep 02 15:43:59.426 INFO kablam! 421 | / fn insert(&mut self, key: Self::Key, value: Self::Value) -> Option Sep 02 15:43:59.426 INFO kablam! 422 | | where Self: AddRemove; Sep 02 15:43:59.426 INFO kablam! | |__________________________________^ Sep 02 15:43:59.426 INFO kablam! | Sep 02 15:43:59.426 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 02 15:43:59.426 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.426 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 02 15:43:59.426 INFO kablam! Sep 02 15:43:59.426 INFO kablam! warning: the trait `map::Base` cannot be made into an object Sep 02 15:43:59.426 INFO kablam! --> src/lib.rs:425:9 Sep 02 15:43:59.426 INFO kablam! | Sep 02 15:43:59.426 INFO kablam! 425 | / fn entry<'a>(&'a mut self, key: Self::Key) -> Entry<'a, Self::Key, Self::Value> Sep 02 15:43:59.426 INFO kablam! 426 | | where Self: AddRemove; Sep 02 15:43:59.426 INFO kablam! | |__________________________________^ Sep 02 15:43:59.426 INFO kablam! | Sep 02 15:43:59.426 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 02 15:43:59.426 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.427 INFO kablam! = note: method `entry` references the `Self` type in where clauses Sep 02 15:43:59.427 INFO kablam! Sep 02 15:43:59.427 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 02 15:43:59.427 INFO kablam! --> src/lib.rs:574:9 Sep 02 15:43:59.427 INFO kablam! | Sep 02 15:43:59.427 INFO kablam! 574 | fn insert(&mut self, item: Self::Item) -> bool where Self: AddRemove; Sep 02 15:43:59.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.428 INFO kablam! | Sep 02 15:43:59.428 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 02 15:43:59.428 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.428 INFO kablam! = note: method `insert` references the `Self` type in where clauses Sep 02 15:43:59.428 INFO kablam! Sep 02 15:43:59.428 INFO kablam! warning: the trait `set::Base` cannot be made into an object Sep 02 15:43:59.428 INFO kablam! --> src/lib.rs:583:9 Sep 02 15:43:59.428 INFO kablam! | Sep 02 15:43:59.428 INFO kablam! 583 | fn replace(&mut self, item: Self::Item) -> Option where Self: AddRemove; Sep 02 15:43:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.428 INFO kablam! | Sep 02 15:43:59.428 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 02 15:43:59.428 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.428 INFO kablam! = note: method `replace` references the `Self` type in where clauses Sep 02 15:43:59.428 INFO kablam! Sep 02 15:43:59.428 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 02 15:43:59.428 INFO kablam! --> src/lib.rs:607:9 Sep 02 15:43:59.428 INFO kablam! | Sep 02 15:43:59.428 INFO kablam! 607 | / fn remove(&mut self, item: &Q) -> bool where Self: AddRemove { Sep 02 15:43:59.429 INFO kablam! 608 | | self.take(item).is_some() Sep 02 15:43:59.429 INFO kablam! 609 | | } Sep 02 15:43:59.429 INFO kablam! | |_________^ Sep 02 15:43:59.429 INFO kablam! | Sep 02 15:43:59.429 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 02 15:43:59.429 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.429 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 02 15:43:59.429 INFO kablam! Sep 02 15:43:59.429 INFO kablam! warning: the trait `set::Set` cannot be made into an object Sep 02 15:43:59.429 INFO kablam! --> src/lib.rs:614:9 Sep 02 15:43:59.429 INFO kablam! | Sep 02 15:43:59.429 INFO kablam! 614 | fn take(&mut self, item: &Q) -> Option where Self: AddRemove; Sep 02 15:43:59.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.429 INFO kablam! | Sep 02 15:43:59.429 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 02 15:43:59.429 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.429 INFO kablam! = note: method `take` references the `Self` type in where clauses Sep 02 15:43:59.430 INFO kablam! Sep 02 15:43:59.431 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 02 15:43:59.431 INFO kablam! --> src/lib.rs:624:5 Sep 02 15:43:59.431 INFO kablam! | Sep 02 15:43:59.431 INFO kablam! 624 | fn push(&mut self, item: Self::Item) where Self: AddRemove; Sep 02 15:43:59.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.431 INFO kablam! | Sep 02 15:43:59.431 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 02 15:43:59.431 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.431 INFO kablam! = note: method `push` references the `Self` type in where clauses Sep 02 15:43:59.431 INFO kablam! Sep 02 15:43:59.432 INFO kablam! warning: the trait `Queue` cannot be made into an object Sep 02 15:43:59.432 INFO kablam! --> src/lib.rs:634:5 Sep 02 15:43:59.432 INFO kablam! | Sep 02 15:43:59.432 INFO kablam! 634 | fn pop_front(&mut self) -> Option where Self: AddRemove; Sep 02 15:43:59.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.432 INFO kablam! | Sep 02 15:43:59.432 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 02 15:43:59.432 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.432 INFO kablam! = note: method `pop_front` references the `Self` type in where clauses Sep 02 15:43:59.432 INFO kablam! Sep 02 15:43:59.432 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 02 15:43:59.432 INFO kablam! --> src/lib.rs:651:5 Sep 02 15:43:59.432 INFO kablam! | Sep 02 15:43:59.432 INFO kablam! 651 | / fn push_pop_front(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 02 15:43:59.432 INFO kablam! 652 | | self.push(item); Sep 02 15:43:59.432 INFO kablam! 653 | | self.pop_front().expect("queue was empty after a `push`") Sep 02 15:43:59.432 INFO kablam! 654 | | } Sep 02 15:43:59.433 INFO kablam! | |_____^ Sep 02 15:43:59.433 INFO kablam! | Sep 02 15:43:59.433 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 02 15:43:59.433 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.433 INFO kablam! = note: method `push_pop_front` references the `Self` type in where clauses Sep 02 15:43:59.433 INFO kablam! Sep 02 15:43:59.433 INFO kablam! warning: the trait `PrioQueue` cannot be made into an object Sep 02 15:43:59.433 INFO kablam! --> src/lib.rs:661:5 Sep 02 15:43:59.433 INFO kablam! | Sep 02 15:43:59.433 INFO kablam! 661 | / fn replace_front(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 02 15:43:59.433 INFO kablam! 662 | | let front = self.pop_front(); Sep 02 15:43:59.433 INFO kablam! 663 | | self.push(item); Sep 02 15:43:59.433 INFO kablam! 664 | | front Sep 02 15:43:59.433 INFO kablam! 665 | | } Sep 02 15:43:59.433 INFO kablam! | |_____^ Sep 02 15:43:59.433 INFO kablam! | Sep 02 15:43:59.433 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 02 15:43:59.434 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.434 INFO kablam! = note: method `replace_front` references the `Self` type in where clauses Sep 02 15:43:59.434 INFO kablam! Sep 02 15:43:59.442 INFO kablam! warning: the trait `Deque` cannot be made into an object Sep 02 15:43:59.442 INFO kablam! --> src/lib.rs:678:5 Sep 02 15:43:59.442 INFO kablam! | Sep 02 15:43:59.442 INFO kablam! 678 | fn pop_back(&mut self) -> Option where Self: AddRemove; Sep 02 15:43:59.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.442 INFO kablam! | Sep 02 15:43:59.442 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 02 15:43:59.442 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.442 INFO kablam! = note: method `pop_back` references the `Self` type in where clauses Sep 02 15:43:59.442 INFO kablam! Sep 02 15:43:59.442 INFO kablam! warning: the trait `FifoQueue` cannot be made into an object Sep 02 15:43:59.442 INFO kablam! --> src/lib.rs:642:5 Sep 02 15:43:59.442 INFO kablam! | Sep 02 15:43:59.443 INFO kablam! 642 | fn front_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 02 15:43:59.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.443 INFO kablam! | Sep 02 15:43:59.443 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 02 15:43:59.443 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.443 INFO kablam! = note: method `front_mut` references the `Self` type in where clauses Sep 02 15:43:59.443 INFO kablam! Sep 02 15:43:59.443 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 02 15:43:59.443 INFO kablam! --> src/lib.rs:684:5 Sep 02 15:43:59.443 INFO kablam! | Sep 02 15:43:59.443 INFO kablam! 684 | fn push_front(&mut self, item: Self::Item) where Self: AddRemove; Sep 02 15:43:59.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.444 INFO kablam! | Sep 02 15:43:59.444 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 02 15:43:59.444 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.444 INFO kablam! = note: method `push_front` references the `Self` type in where clauses Sep 02 15:43:59.444 INFO kablam! Sep 02 15:43:59.444 INFO kablam! warning: the trait `FifoDeque` cannot be made into an object Sep 02 15:43:59.444 INFO kablam! --> src/lib.rs:689:5 Sep 02 15:43:59.444 INFO kablam! | Sep 02 15:43:59.444 INFO kablam! 689 | fn back_mut(&mut self) -> Option<&mut Self::Item> where Self: Mutate; Sep 02 15:43:59.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.444 INFO kablam! | Sep 02 15:43:59.444 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 02 15:43:59.444 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.444 INFO kablam! = note: method `back_mut` references the `Self` type in where clauses Sep 02 15:43:59.444 INFO kablam! Sep 02 15:43:59.449 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 02 15:43:59.449 INFO kablam! --> src/lib.rs:452:9 Sep 02 15:43:59.449 INFO kablam! | Sep 02 15:43:59.449 INFO kablam! 452 | fn get_mut(&mut self, key: &Q) -> Option<&mut Self::Value> where Self: Mutate; Sep 02 15:43:59.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.449 INFO kablam! | Sep 02 15:43:59.449 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 02 15:43:59.449 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.449 INFO kablam! = note: method `get_mut` references the `Self` type in where clauses Sep 02 15:43:59.449 INFO kablam! Sep 02 15:43:59.449 INFO kablam! warning: the trait `map::Map` cannot be made into an object Sep 02 15:43:59.449 INFO kablam! --> src/lib.rs:457:9 Sep 02 15:43:59.449 INFO kablam! | Sep 02 15:43:59.449 INFO kablam! 457 | fn remove(&mut self, key: &Q) -> Option where Self: AddRemove; Sep 02 15:43:59.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:43:59.450 INFO kablam! | Sep 02 15:43:59.450 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 02 15:43:59.450 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.450 INFO kablam! = note: method `remove` references the `Self` type in where clauses Sep 02 15:43:59.450 INFO kablam! Sep 02 15:43:59.452 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 02 15:43:59.452 INFO kablam! --> src/lib.rs:698:5 Sep 02 15:43:59.452 INFO kablam! | Sep 02 15:43:59.452 INFO kablam! 698 | / fn push_pop_back(&mut self, item: Self::Item) -> Self::Item where Self: AddRemove { Sep 02 15:43:59.452 INFO kablam! 699 | | self.push(item); Sep 02 15:43:59.452 INFO kablam! 700 | | self.pop_back().expect("deque was empty after a `push`") Sep 02 15:43:59.452 INFO kablam! 701 | | } Sep 02 15:43:59.452 INFO kablam! | |_____^ Sep 02 15:43:59.452 INFO kablam! | Sep 02 15:43:59.452 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 02 15:43:59.452 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.452 INFO kablam! = note: method `push_pop_back` references the `Self` type in where clauses Sep 02 15:43:59.452 INFO kablam! Sep 02 15:43:59.452 INFO kablam! warning: the trait `PrioDeque` cannot be made into an object Sep 02 15:43:59.452 INFO kablam! --> src/lib.rs:708:5 Sep 02 15:43:59.453 INFO kablam! | Sep 02 15:43:59.453 INFO kablam! 708 | / fn replace_back(&mut self, item: Self::Item) -> Option where Self: AddRemove { Sep 02 15:43:59.453 INFO kablam! 709 | | let back = self.pop_back(); Sep 02 15:43:59.453 INFO kablam! 710 | | self.push(item); Sep 02 15:43:59.453 INFO kablam! 711 | | back Sep 02 15:43:59.453 INFO kablam! 712 | | } Sep 02 15:43:59.453 INFO kablam! | |_____^ Sep 02 15:43:59.453 INFO kablam! | Sep 02 15:43:59.453 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 02 15:43:59.453 INFO kablam! = note: for more information, see issue #51443 Sep 02 15:43:59.453 INFO kablam! = note: method `replace_back` references the `Self` type in where clauses Sep 02 15:43:59.453 INFO kablam! Sep 02 15:44:00.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Sep 02 15:44:00.004 INFO kablam! su: No module specific data is present Sep 02 15:44:00.408 INFO running `"docker" "rm" "-f" "ac64a3bcc9f46181e134157c5e3e83263093ec9f6c2fcfc78a589284b92ee21c"` Sep 02 15:44:00.509 INFO blam! ac64a3bcc9f46181e134157c5e3e83263093ec9f6c2fcfc78a589284b92ee21c