Sep 21 02:44:15.769 INFO checking spatial-0.2.0-rc2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:44:15.769 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:44:15.769 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:44:15.909 INFO blam! f7c1665b31318c9bec9a52e2f150fc68e9aa33fa98e8f2091f8fbc247873aa87 Sep 21 02:44:15.911 INFO running `"docker" "start" "-a" "f7c1665b31318c9bec9a52e2f150fc68e9aa33fa98e8f2091f8fbc247873aa87"` Sep 21 02:44:16.706 INFO kablam! usermod: no changes Sep 21 02:44:16.767 INFO kablam! Checking generic-array v0.3.2 Sep 21 02:44:16.767 INFO kablam! Checking ordered-float v0.2.3 Sep 21 02:44:17.138 INFO kablam! Checking spatial v0.2.0-rc2 (/source) Sep 21 02:44:17.598 INFO kablam! warning: unused `#[macro_use]` import Sep 21 02:44:17.598 INFO kablam! --> src/lib.rs:12:1 Sep 21 02:44:17.598 INFO kablam! | Sep 21 02:44:17.598 INFO kablam! 12 | #[macro_use] Sep 21 02:44:17.598 INFO kablam! | ^^^^^^^^^^^^ Sep 21 02:44:17.598 INFO kablam! | Sep 21 02:44:17.598 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:44:17.598 INFO kablam! Sep 21 02:44:17.598 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 02:44:17.598 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Sep 21 02:44:17.598 INFO kablam! | Sep 21 02:44:17.598 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf
) -> NODE;
Sep 21 02:44:17.598 INFO kablam! | ^^^^^^^^
Sep 21 02:44:17.598 INFO kablam! |
Sep 21 02:44:17.598 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default
Sep 21 02:44:17.598 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 02:44:17.598 INFO kablam! = note: for more information, see issue #35203 ) -> NODE;
Sep 21 02:44:17.675 INFO kablam! | ^^^^^^^^
Sep 21 02:44:17.675 INFO kablam! |
Sep 21 02:44:17.675 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default
Sep 21 02:44:17.675 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 02:44:17.675 INFO kablam! = note: for more information, see issue #35203 ` is not satisfied
Sep 21 02:44:17.688 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46
Sep 21 02:44:17.688 INFO kablam! |
Sep 21 02:44:17.688 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec ` is not implemented for `DIM`
Sep 21 02:44:17.688 INFO kablam! |
Sep 21 02:44:17.688 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default
Sep 21 02:44:17.688 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.688 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.688 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.688 INFO kablam!
Sep 21 02:44:17.688 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.688 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46
Sep 21 02:44:17.688 INFO kablam! |
Sep 21 02:44:17.688 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec ` is not satisfied
Sep 21 02:44:17.700 INFO kablam! --> src/tree/mbr/map.rs:108:39
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf >;
Sep 21 02:44:17.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.700 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.700 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.700 INFO kablam!
Sep 21 02:44:17.700 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.700 INFO kablam! --> src/tree/mbr/map.rs:108:39
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf >;
Sep 21 02:44:17.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.700 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.700 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.700 INFO kablam!
Sep 21 02:44:17.700 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.700 INFO kablam! --> src/tree/mbr/map.rs:205:42
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf >;
Sep 21 02:44:17.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.700 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.700 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.700 INFO kablam!
Sep 21 02:44:17.700 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.700 INFO kablam! --> src/tree/mbr/map.rs:205:42
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf >;
Sep 21 02:44:17.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.700 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.700 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.700 INFO kablam!
Sep 21 02:44:17.700 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.700 INFO kablam! --> src/tree/mbr/mod.rs:43:42
Sep 21 02:44:17.700 INFO kablam! |
Sep 21 02:44:17.700 INFO kablam! 43 | pub type RQuadraticTree = MbrMap >,
Sep 21 02:44:17.701 INFO kablam! 49 | | RRemove >;
Sep 21 02:44:17.701 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.701 INFO kablam! |
Sep 21 02:44:17.701 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.701 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.701 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.701 INFO kablam!
Sep 21 02:44:17.701 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.701 INFO kablam! --> src/tree/mbr/mod.rs:43:42
Sep 21 02:44:17.701 INFO kablam! |
Sep 21 02:44:17.701 INFO kablam! 43 | pub type RQuadraticTree = MbrMap >,
Sep 21 02:44:17.701 INFO kablam! 49 | | RRemove >;
Sep 21 02:44:17.701 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.701 INFO kablam! |
Sep 21 02:44:17.701 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.701 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.701 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.701 INFO kablam!
Sep 21 02:44:17.701 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.701 INFO kablam! --> src/tree/mbr/mod.rs:51:39
Sep 21 02:44:17.701 INFO kablam! |
Sep 21 02:44:17.701 INFO kablam! 51 | pub type RLinearTree = MbrMap >,
Sep 21 02:44:17.701 INFO kablam! 57 | | RRemove >;
Sep 21 02:44:17.701 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.701 INFO kablam! |
Sep 21 02:44:17.701 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.701 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.701 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.701 INFO kablam!
Sep 21 02:44:17.701 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.701 INFO kablam! --> src/tree/mbr/mod.rs:51:39
Sep 21 02:44:17.701 INFO kablam! |
Sep 21 02:44:17.701 INFO kablam! 51 | pub type RLinearTree = MbrMap >,
Sep 21 02:44:17.702 INFO kablam! 57 | | RRemove >;
Sep 21 02:44:17.702 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.702 INFO kablam! |
Sep 21 02:44:17.702 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.702 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.702 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.702 INFO kablam!
Sep 21 02:44:17.702 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.702 INFO kablam! --> src/tree/mbr/mod.rs:95:37
Sep 21 02:44:17.702 INFO kablam! |
Sep 21 02:44:17.702 INFO kablam! 95 | pub type RStarTree = MbrMap ,
Sep 21 02:44:17.702 INFO kablam! 97 | | RRemove >;
Sep 21 02:44:17.702 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.702 INFO kablam! |
Sep 21 02:44:17.702 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.702 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.702 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.702 INFO kablam!
Sep 21 02:44:17.702 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.702 INFO kablam! --> src/tree/mbr/mod.rs:95:37
Sep 21 02:44:17.702 INFO kablam! |
Sep 21 02:44:17.702 INFO kablam! 95 | pub type RStarTree = MbrMap ,
Sep 21 02:44:17.702 INFO kablam! 97 | | RRemove >;
Sep 21 02:44:17.702 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.702 INFO kablam! |
Sep 21 02:44:17.702 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.702 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.702 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.702 INFO kablam!
Sep 21 02:44:17.760 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.760 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46
Sep 21 02:44:17.760 INFO kablam! |
Sep 21 02:44:17.760 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec ` is not implemented for `DIM`
Sep 21 02:44:17.760 INFO kablam! |
Sep 21 02:44:17.760 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default
Sep 21 02:44:17.760 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.760 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.760 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.760 INFO kablam!
Sep 21 02:44:17.760 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.760 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46
Sep 21 02:44:17.760 INFO kablam! |
Sep 21 02:44:17.760 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec ` is not satisfied
Sep 21 02:44:17.765 INFO kablam! --> src/tree/mbr/map.rs:108:39
Sep 21 02:44:17.765 INFO kablam! |
Sep 21 02:44:17.765 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf >;
Sep 21 02:44:17.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.765 INFO kablam! |
Sep 21 02:44:17.765 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.765 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.765 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.765 INFO kablam!
Sep 21 02:44:17.765 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.765 INFO kablam! --> src/tree/mbr/map.rs:108:39
Sep 21 02:44:17.765 INFO kablam! |
Sep 21 02:44:17.765 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf >;
Sep 21 02:44:17.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.765 INFO kablam! |
Sep 21 02:44:17.765 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.765 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.765 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.765 INFO kablam!
Sep 21 02:44:17.767 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.767 INFO kablam! --> src/tree/mbr/map.rs:205:42
Sep 21 02:44:17.767 INFO kablam! |
Sep 21 02:44:17.767 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf >;
Sep 21 02:44:17.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.767 INFO kablam! |
Sep 21 02:44:17.767 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.767 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.767 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.767 INFO kablam!
Sep 21 02:44:17.767 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.767 INFO kablam! --> src/tree/mbr/map.rs:205:42
Sep 21 02:44:17.767 INFO kablam! |
Sep 21 02:44:17.767 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf >;
Sep 21 02:44:17.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.767 INFO kablam! |
Sep 21 02:44:17.767 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.767 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.767 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.767 INFO kablam!
Sep 21 02:44:17.771 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.771 INFO kablam! --> src/tree/mbr/mod.rs:43:42
Sep 21 02:44:17.771 INFO kablam! |
Sep 21 02:44:17.771 INFO kablam! 43 | pub type RQuadraticTree = MbrMap >,
Sep 21 02:44:17.771 INFO kablam! 49 | | RRemove >;
Sep 21 02:44:17.771 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.771 INFO kablam! |
Sep 21 02:44:17.771 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.771 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.771 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.771 INFO kablam!
Sep 21 02:44:17.771 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.771 INFO kablam! --> src/tree/mbr/mod.rs:43:42
Sep 21 02:44:17.771 INFO kablam! |
Sep 21 02:44:17.771 INFO kablam! 43 | pub type RQuadraticTree = MbrMap >,
Sep 21 02:44:17.771 INFO kablam! 49 | | RRemove >;
Sep 21 02:44:17.771 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.771 INFO kablam! |
Sep 21 02:44:17.771 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.771 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.771 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.771 INFO kablam!
Sep 21 02:44:17.771 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.771 INFO kablam! --> src/tree/mbr/mod.rs:51:39
Sep 21 02:44:17.771 INFO kablam! |
Sep 21 02:44:17.771 INFO kablam! 51 | pub type RLinearTree = MbrMap >,
Sep 21 02:44:17.771 INFO kablam! 57 | | RRemove >;
Sep 21 02:44:17.771 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.771 INFO kablam! |
Sep 21 02:44:17.771 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.771 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.772 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.772 INFO kablam!
Sep 21 02:44:17.772 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.772 INFO kablam! --> src/tree/mbr/mod.rs:51:39
Sep 21 02:44:17.772 INFO kablam! |
Sep 21 02:44:17.772 INFO kablam! 51 | pub type RLinearTree = MbrMap >,
Sep 21 02:44:17.772 INFO kablam! 57 | | RRemove >;
Sep 21 02:44:17.772 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.772 INFO kablam! |
Sep 21 02:44:17.772 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.772 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.772 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.772 INFO kablam!
Sep 21 02:44:17.772 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength ` is not satisfied
Sep 21 02:44:17.772 INFO kablam! --> src/tree/mbr/mod.rs:95:37
Sep 21 02:44:17.772 INFO kablam! |
Sep 21 02:44:17.772 INFO kablam! 95 | pub type RStarTree = MbrMap ,
Sep 21 02:44:17.772 INFO kablam! 97 | | RRemove >;
Sep 21 02:44:17.772 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength ` is not implemented for `DIM`
Sep 21 02:44:17.772 INFO kablam! |
Sep 21 02:44:17.772 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength ` bound
Sep 21 02:44:17.772 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.772 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.772 INFO kablam!
Sep 21 02:44:17.772 INFO kablam! warning: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied
Sep 21 02:44:17.772 INFO kablam! --> src/tree/mbr/mod.rs:95:37
Sep 21 02:44:17.772 INFO kablam! |
Sep 21 02:44:17.772 INFO kablam! 95 | pub type RStarTree = MbrMap ,
Sep 21 02:44:17.772 INFO kablam! 97 | | RRemove >;
Sep 21 02:44:17.772 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM`
Sep 21 02:44:17.772 INFO kablam! |
Sep 21 02:44:17.772 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound
Sep 21 02:44:17.772 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 02:44:17.772 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 02:44:17.772 INFO kablam!
Sep 21 02:44:18.215 INFO kablam! warning: unused variable: `mbr`
Sep 21 02:44:18.215 INFO kablam! --> src/tree/mbr/index/r.rs:48:53
Sep 21 02:44:18.215 INFO kablam! |
Sep 21 02:44:18.215 INFO kablam! 48 | fn pick_seed , children: &Vec , children: &Vec