Sep 17 18:53:48.981 INFO checking rhusics-ecs-0.5.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:53:48.981 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:53:48.981 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:53:49.287 INFO blam! 7209cdd0c38ec569daf5afffc2e17b9d702e82e56f820ad8d62b52f7fc4e15e8 Sep 17 18:53:49.289 INFO running `"docker" "start" "-a" "7209cdd0c38ec569daf5afffc2e17b9d702e82e56f820ad8d62b52f7fc4e15e8"` Sep 17 18:53:50.339 INFO kablam! usermod: no changes Sep 17 18:53:50.522 INFO kablam! Compiling cgmath v0.16.1 Sep 17 18:53:50.523 INFO kablam! Checking bit-vec v0.5.0 Sep 17 18:53:50.562 INFO kablam! Checking specs v0.12.2 Sep 17 18:53:52.031 INFO kablam! Checking bit-set v0.5.0 Sep 17 18:54:04.242 INFO kablam! Checking collision v0.17.0 Sep 17 18:54:04.243 INFO kablam! Checking collision v0.18.0 Sep 17 18:54:10.197 INFO kablam! Checking rhusics-transform v0.3.0 Sep 17 18:54:12.216 INFO kablam! Checking rhusics-core v0.5.0 Sep 17 18:54:15.883 INFO kablam! Checking rhusics-ecs v0.5.0 (/source) Sep 17 18:54:18.112 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.112 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.112 INFO kablam! | Sep 17 18:54:18.112 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.112 INFO kablam! | Sep 17 18:54:18.112 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:18.112 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.112 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.112 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.112 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.112 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.112 INFO kablam! Sep 17 18:54:18.113 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.113 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.113 INFO kablam! | Sep 17 18:54:18.113 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.116 INFO kablam! Sep 17 18:54:18.116 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.116 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.116 INFO kablam! Sep 17 18:54:18.116 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.116 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.116 INFO kablam! Sep 17 18:54:18.116 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.116 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.116 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.116 INFO kablam! Sep 17 18:54:18.116 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.116 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.116 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.116 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.116 INFO kablam! Sep 17 18:54:18.116 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.116 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.116 INFO kablam! | Sep 17 18:54:18.116 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.117 INFO kablam! | Sep 17 18:54:18.117 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.117 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.117 INFO kablam! Sep 17 18:54:18.117 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.117 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.117 INFO kablam! | Sep 17 18:54:18.117 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.117 INFO kablam! | Sep 17 18:54:18.117 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.117 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.117 INFO kablam! Sep 17 18:54:18.117 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.117 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.117 INFO kablam! | Sep 17 18:54:18.117 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.117 INFO kablam! | Sep 17 18:54:18.117 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.117 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.117 INFO kablam! Sep 17 18:54:18.117 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.117 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.117 INFO kablam! | Sep 17 18:54:18.117 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.117 INFO kablam! | Sep 17 18:54:18.117 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.117 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.117 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.117 INFO kablam! Sep 17 18:54:18.136 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.136 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.136 INFO kablam! | Sep 17 18:54:18.136 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.136 INFO kablam! | Sep 17 18:54:18.136 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.136 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.136 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.136 INFO kablam! Sep 17 18:54:18.136 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.136 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.136 INFO kablam! | Sep 17 18:54:18.136 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.136 INFO kablam! | Sep 17 18:54:18.136 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.136 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.136 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.136 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.136 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.136 INFO kablam! Sep 17 18:54:18.136 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.136 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.136 INFO kablam! | Sep 17 18:54:18.136 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.136 INFO kablam! | Sep 17 18:54:18.136 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.136 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.136 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.137 INFO kablam! Sep 17 18:54:18.137 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.137 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.137 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.137 INFO kablam! Sep 17 18:54:18.137 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.137 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.137 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.137 INFO kablam! Sep 17 18:54:18.137 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.137 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.137 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.137 INFO kablam! Sep 17 18:54:18.137 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.137 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.137 INFO kablam! Sep 17 18:54:18.137 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.137 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.137 INFO kablam! | Sep 17 18:54:18.137 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.137 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.138 INFO kablam! Sep 17 18:54:18.138 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.138 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.138 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.138 INFO kablam! Sep 17 18:54:18.138 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.138 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.138 INFO kablam! Sep 17 18:54:18.138 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.138 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.138 INFO kablam! Sep 17 18:54:18.138 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.138 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.138 INFO kablam! Sep 17 18:54:18.138 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.138 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.138 INFO kablam! | Sep 17 18:54:18.138 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.138 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.139 INFO kablam! Sep 17 18:54:18.139 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.139 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.139 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.139 INFO kablam! Sep 17 18:54:18.139 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.139 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.139 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.139 INFO kablam! Sep 17 18:54:18.139 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.139 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.139 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.139 INFO kablam! Sep 17 18:54:18.139 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.139 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.139 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.139 INFO kablam! Sep 17 18:54:18.139 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.139 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.139 INFO kablam! | Sep 17 18:54:18.139 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.155 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.155 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.155 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.155 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.155 INFO kablam! Sep 17 18:54:18.155 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.155 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.156 INFO kablam! | Sep 17 18:54:18.156 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.156 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.156 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.156 INFO kablam! 58 | | T, Sep 17 18:54:18.156 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.156 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.156 INFO kablam! 61 | | Y, Sep 17 18:54:18.156 INFO kablam! 62 | | >; Sep 17 18:54:18.156 INFO kablam! | |_^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.156 INFO kablam! | Sep 17 18:54:18.156 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.156 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.156 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.156 INFO kablam! Sep 17 18:54:18.156 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.156 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.156 INFO kablam! | Sep 17 18:54:18.156 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.156 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.156 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.156 INFO kablam! 58 | | T, Sep 17 18:54:18.156 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.156 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.156 INFO kablam! 61 | | Y, Sep 17 18:54:18.156 INFO kablam! 62 | | >; Sep 17 18:54:18.156 INFO kablam! | |_^ no implementation for `S += S` Sep 17 18:54:18.156 INFO kablam! | Sep 17 18:54:18.156 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.156 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.156 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.156 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.156 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.156 INFO kablam! Sep 17 18:54:18.156 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.156 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.156 INFO kablam! | Sep 17 18:54:18.156 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.156 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.156 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.156 INFO kablam! 58 | | T, Sep 17 18:54:18.156 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.156 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.156 INFO kablam! 61 | | Y, Sep 17 18:54:18.156 INFO kablam! 62 | | >; Sep 17 18:54:18.156 INFO kablam! | |_^ no implementation for `S -= S` Sep 17 18:54:18.156 INFO kablam! | Sep 17 18:54:18.156 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.156 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.156 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.156 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.156 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.156 INFO kablam! Sep 17 18:54:18.156 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.156 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.156 INFO kablam! | Sep 17 18:54:18.156 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.156 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.156 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.156 INFO kablam! 58 | | T, Sep 17 18:54:18.156 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.156 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.157 INFO kablam! 61 | | Y, Sep 17 18:54:18.157 INFO kablam! 62 | | >; Sep 17 18:54:18.157 INFO kablam! | |_^ no implementation for `S *= S` Sep 17 18:54:18.157 INFO kablam! | Sep 17 18:54:18.157 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.157 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.157 INFO kablam! Sep 17 18:54:18.157 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.157 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.157 INFO kablam! | Sep 17 18:54:18.157 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.157 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.157 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.157 INFO kablam! 58 | | T, Sep 17 18:54:18.157 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.157 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.157 INFO kablam! 61 | | Y, Sep 17 18:54:18.157 INFO kablam! 62 | | >; Sep 17 18:54:18.157 INFO kablam! | |_^ no implementation for `S /= S` Sep 17 18:54:18.157 INFO kablam! | Sep 17 18:54:18.157 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.157 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.157 INFO kablam! Sep 17 18:54:18.157 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.157 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.157 INFO kablam! | Sep 17 18:54:18.157 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.157 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.157 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.157 INFO kablam! 58 | | T, Sep 17 18:54:18.157 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.157 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.157 INFO kablam! 61 | | Y, Sep 17 18:54:18.157 INFO kablam! 62 | | >; Sep 17 18:54:18.157 INFO kablam! | |_^ no implementation for `S %= S` Sep 17 18:54:18.157 INFO kablam! | Sep 17 18:54:18.157 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.157 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.157 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.157 INFO kablam! Sep 17 18:54:18.157 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.157 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.157 INFO kablam! | Sep 17 18:54:18.157 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.157 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.157 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.157 INFO kablam! 58 | | T, Sep 17 18:54:18.158 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.158 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.158 INFO kablam! 61 | | Y, Sep 17 18:54:18.158 INFO kablam! 62 | | >; Sep 17 18:54:18.158 INFO kablam! | |_^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.158 INFO kablam! | Sep 17 18:54:18.158 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.158 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.158 INFO kablam! Sep 17 18:54:18.158 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.158 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.158 INFO kablam! | Sep 17 18:54:18.158 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.158 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.158 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.158 INFO kablam! 58 | | T, Sep 17 18:54:18.158 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.158 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.158 INFO kablam! 61 | | Y, Sep 17 18:54:18.158 INFO kablam! 62 | | >; Sep 17 18:54:18.158 INFO kablam! | |_^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.158 INFO kablam! | Sep 17 18:54:18.158 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.158 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.158 INFO kablam! Sep 17 18:54:18.163 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.163 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.163 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.164 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.164 INFO kablam! Sep 17 18:54:18.164 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.164 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.164 INFO kablam! Sep 17 18:54:18.164 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.164 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.164 INFO kablam! Sep 17 18:54:18.164 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.164 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.164 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.164 INFO kablam! Sep 17 18:54:18.164 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.164 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.164 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.164 INFO kablam! | Sep 17 18:54:18.175 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.175 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.175 INFO kablam! Sep 17 18:54:18.175 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.175 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.175 INFO kablam! | Sep 17 18:54:18.175 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.175 INFO kablam! | Sep 17 18:54:18.175 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.175 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.175 INFO kablam! Sep 17 18:54:18.175 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.175 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.175 INFO kablam! | Sep 17 18:54:18.175 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.175 INFO kablam! | Sep 17 18:54:18.175 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.175 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.175 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.176 INFO kablam! Sep 17 18:54:18.176 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.176 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.176 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.176 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.176 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.176 INFO kablam! Sep 17 18:54:18.176 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.176 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.176 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.176 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.176 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.176 INFO kablam! Sep 17 18:54:18.176 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.176 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.176 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.176 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.176 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.176 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.176 INFO kablam! Sep 17 18:54:18.176 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.176 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.176 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.176 INFO kablam! | Sep 17 18:54:18.184 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.184 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.184 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.184 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.184 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.184 INFO kablam! Sep 17 18:54:18.184 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.184 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.184 INFO kablam! | Sep 17 18:54:18.184 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.184 INFO kablam! | Sep 17 18:54:18.184 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.184 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.184 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.184 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.184 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.184 INFO kablam! Sep 17 18:54:18.184 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.184 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.184 INFO kablam! | Sep 17 18:54:18.184 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.184 INFO kablam! | Sep 17 18:54:18.184 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.184 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.184 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.184 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.184 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.184 INFO kablam! Sep 17 18:54:18.184 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.184 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.184 INFO kablam! | Sep 17 18:54:18.184 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.184 INFO kablam! | Sep 17 18:54:18.184 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.184 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.184 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.185 INFO kablam! Sep 17 18:54:18.185 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.185 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.185 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.185 INFO kablam! Sep 17 18:54:18.185 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.185 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.185 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.185 INFO kablam! Sep 17 18:54:18.185 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.185 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.185 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.185 INFO kablam! Sep 17 18:54:18.185 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.185 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.185 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.185 INFO kablam! Sep 17 18:54:18.185 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.185 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.185 INFO kablam! | Sep 17 18:54:18.185 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.185 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.185 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.187 INFO kablam! Sep 17 18:54:18.187 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.187 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.187 INFO kablam! | Sep 17 18:54:18.187 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.187 INFO kablam! | Sep 17 18:54:18.187 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.187 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.187 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.187 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.187 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.187 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.187 INFO kablam! Sep 17 18:54:18.195 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.195 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.195 INFO kablam! | Sep 17 18:54:18.195 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.195 INFO kablam! | Sep 17 18:54:18.195 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.195 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.195 INFO kablam! Sep 17 18:54:18.195 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.195 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.195 INFO kablam! | Sep 17 18:54:18.195 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.195 INFO kablam! | Sep 17 18:54:18.195 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.195 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.195 INFO kablam! Sep 17 18:54:18.195 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.195 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.195 INFO kablam! | Sep 17 18:54:18.195 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.195 INFO kablam! | Sep 17 18:54:18.195 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.195 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.195 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.196 INFO kablam! Sep 17 18:54:18.196 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.196 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.196 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.196 INFO kablam! Sep 17 18:54:18.196 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.196 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.196 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.196 INFO kablam! Sep 17 18:54:18.196 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.196 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.196 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.196 INFO kablam! Sep 17 18:54:18.196 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.196 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.196 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.196 INFO kablam! Sep 17 18:54:18.196 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.196 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.196 INFO kablam! | Sep 17 18:54:18.196 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.196 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.196 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.197 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.197 INFO kablam! Sep 17 18:54:18.199 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.199 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.199 INFO kablam! | Sep 17 18:54:18.199 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.199 INFO kablam! | Sep 17 18:54:18.199 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.199 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.199 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.207 INFO kablam! Sep 17 18:54:18.207 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.207 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.207 INFO kablam! | Sep 17 18:54:18.207 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.207 INFO kablam! | Sep 17 18:54:18.207 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.207 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.207 INFO kablam! Sep 17 18:54:18.207 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.207 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.207 INFO kablam! | Sep 17 18:54:18.207 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.207 INFO kablam! | Sep 17 18:54:18.207 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.207 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.207 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.207 INFO kablam! Sep 17 18:54:18.207 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.207 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.207 INFO kablam! | Sep 17 18:54:18.207 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.207 INFO kablam! | Sep 17 18:54:18.207 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.207 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.207 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.207 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.208 INFO kablam! Sep 17 18:54:18.208 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.208 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.208 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.208 INFO kablam! Sep 17 18:54:18.208 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.208 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.208 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.208 INFO kablam! Sep 17 18:54:18.208 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.208 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.208 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.208 INFO kablam! Sep 17 18:54:18.208 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.208 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.208 INFO kablam! | Sep 17 18:54:18.208 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.208 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.208 INFO kablam! Sep 17 18:54:18.215 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.215 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.215 INFO kablam! | Sep 17 18:54:18.215 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.215 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.215 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.215 INFO kablam! 58 | | T, Sep 17 18:54:18.215 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.215 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.215 INFO kablam! 61 | | Y, Sep 17 18:54:18.215 INFO kablam! 62 | | >; Sep 17 18:54:18.215 INFO kablam! | |_^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.215 INFO kablam! | Sep 17 18:54:18.215 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.215 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.215 INFO kablam! Sep 17 18:54:18.215 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.215 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.215 INFO kablam! | Sep 17 18:54:18.215 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.215 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.215 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.215 INFO kablam! 58 | | T, Sep 17 18:54:18.215 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.215 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.215 INFO kablam! 61 | | Y, Sep 17 18:54:18.215 INFO kablam! 62 | | >; Sep 17 18:54:18.215 INFO kablam! | |_^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.215 INFO kablam! | Sep 17 18:54:18.215 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.216 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.216 INFO kablam! Sep 17 18:54:18.216 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.216 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.216 INFO kablam! | Sep 17 18:54:18.216 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.216 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.216 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.216 INFO kablam! 58 | | T, Sep 17 18:54:18.216 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.216 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.216 INFO kablam! 61 | | Y, Sep 17 18:54:18.216 INFO kablam! 62 | | >; Sep 17 18:54:18.216 INFO kablam! | |_^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.216 INFO kablam! | Sep 17 18:54:18.216 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.216 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.216 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.216 INFO kablam! Sep 17 18:54:18.216 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.216 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.216 INFO kablam! | Sep 17 18:54:18.216 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.216 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.216 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.216 INFO kablam! 58 | | T, Sep 17 18:54:18.216 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.216 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.216 INFO kablam! 61 | | Y, Sep 17 18:54:18.216 INFO kablam! 62 | | >; Sep 17 18:54:18.216 INFO kablam! | |_^ no implementation for `S += S` Sep 17 18:54:18.216 INFO kablam! | Sep 17 18:54:18.216 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.216 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.216 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.216 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.216 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.216 INFO kablam! Sep 17 18:54:18.216 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.216 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.216 INFO kablam! | Sep 17 18:54:18.216 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.216 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.216 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.216 INFO kablam! 58 | | T, Sep 17 18:54:18.216 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.216 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.216 INFO kablam! 61 | | Y, Sep 17 18:54:18.216 INFO kablam! 62 | | >; Sep 17 18:54:18.216 INFO kablam! | |_^ no implementation for `S -= S` Sep 17 18:54:18.216 INFO kablam! | Sep 17 18:54:18.216 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.216 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.223 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.223 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.223 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.223 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.223 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.223 INFO kablam! Sep 17 18:54:18.223 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.223 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.223 INFO kablam! | Sep 17 18:54:18.223 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.223 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.223 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.223 INFO kablam! 58 | | T, Sep 17 18:54:18.223 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.223 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.223 INFO kablam! 61 | | Y, Sep 17 18:54:18.223 INFO kablam! 62 | | >; Sep 17 18:54:18.223 INFO kablam! | |_^ no implementation for `S *= S` Sep 17 18:54:18.223 INFO kablam! | Sep 17 18:54:18.223 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.223 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.223 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.223 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.223 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.223 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.223 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.223 INFO kablam! Sep 17 18:54:18.223 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.223 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.223 INFO kablam! | Sep 17 18:54:18.223 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.223 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.223 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.223 INFO kablam! 58 | | T, Sep 17 18:54:18.223 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.224 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.224 INFO kablam! 61 | | Y, Sep 17 18:54:18.224 INFO kablam! 62 | | >; Sep 17 18:54:18.224 INFO kablam! | |_^ no implementation for `S /= S` Sep 17 18:54:18.224 INFO kablam! | Sep 17 18:54:18.224 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.224 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.224 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.224 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.224 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.224 INFO kablam! Sep 17 18:54:18.224 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.224 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.224 INFO kablam! | Sep 17 18:54:18.224 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.224 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.224 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.224 INFO kablam! 58 | | T, Sep 17 18:54:18.224 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.224 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.224 INFO kablam! 61 | | Y, Sep 17 18:54:18.224 INFO kablam! 62 | | >; Sep 17 18:54:18.224 INFO kablam! | |_^ no implementation for `S %= S` Sep 17 18:54:18.224 INFO kablam! | Sep 17 18:54:18.224 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.224 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.224 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.224 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.224 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.224 INFO kablam! Sep 17 18:54:18.224 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.224 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.224 INFO kablam! | Sep 17 18:54:18.224 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.224 INFO kablam! | Sep 17 18:54:18.224 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.224 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.224 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.228 INFO kablam! Sep 17 18:54:18.228 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.228 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.228 INFO kablam! | Sep 17 18:54:18.228 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.228 INFO kablam! | Sep 17 18:54:18.228 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.228 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.228 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.228 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.228 INFO kablam! Sep 17 18:54:18.228 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.228 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.228 INFO kablam! | Sep 17 18:54:18.228 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.228 INFO kablam! | Sep 17 18:54:18.228 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.228 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.228 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.228 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.228 INFO kablam! Sep 17 18:54:18.228 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.228 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.228 INFO kablam! | Sep 17 18:54:18.228 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.228 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.229 INFO kablam! Sep 17 18:54:18.229 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.229 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.229 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.229 INFO kablam! Sep 17 18:54:18.229 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.229 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.229 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.229 INFO kablam! Sep 17 18:54:18.229 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.229 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.229 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.229 INFO kablam! Sep 17 18:54:18.229 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.229 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.229 INFO kablam! | Sep 17 18:54:18.229 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.229 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.229 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.234 INFO kablam! Sep 17 18:54:18.234 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.234 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.234 INFO kablam! | Sep 17 18:54:18.234 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.234 INFO kablam! | Sep 17 18:54:18.234 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.234 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.234 INFO kablam! Sep 17 18:54:18.234 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.234 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.234 INFO kablam! | Sep 17 18:54:18.234 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.234 INFO kablam! | Sep 17 18:54:18.234 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.234 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.234 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.234 INFO kablam! Sep 17 18:54:18.235 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.235 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.235 INFO kablam! | Sep 17 18:54:18.235 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.235 INFO kablam! | Sep 17 18:54:18.235 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.235 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.235 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.235 INFO kablam! Sep 17 18:54:18.235 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.235 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.235 INFO kablam! | Sep 17 18:54:18.235 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.235 INFO kablam! | Sep 17 18:54:18.235 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.235 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.235 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.235 INFO kablam! Sep 17 18:54:18.239 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.239 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.239 INFO kablam! | Sep 17 18:54:18.239 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.239 INFO kablam! | Sep 17 18:54:18.239 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.239 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.239 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.239 INFO kablam! Sep 17 18:54:18.239 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.239 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.239 INFO kablam! | Sep 17 18:54:18.239 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.239 INFO kablam! | Sep 17 18:54:18.239 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.239 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.239 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.239 INFO kablam! Sep 17 18:54:18.239 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.239 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.239 INFO kablam! | Sep 17 18:54:18.239 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.239 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.240 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.240 INFO kablam! Sep 17 18:54:18.240 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.240 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.240 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.240 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.240 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.240 INFO kablam! Sep 17 18:54:18.240 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.240 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.240 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.240 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.240 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.240 INFO kablam! Sep 17 18:54:18.240 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.240 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.240 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.240 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.240 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.240 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.240 INFO kablam! Sep 17 18:54:18.240 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.240 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.240 INFO kablam! | Sep 17 18:54:18.240 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.247 INFO kablam! | Sep 17 18:54:18.247 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.247 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.247 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.247 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.247 INFO kablam! Sep 17 18:54:18.247 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.247 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.247 INFO kablam! | Sep 17 18:54:18.247 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.247 INFO kablam! | Sep 17 18:54:18.247 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.247 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.247 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.247 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.247 INFO kablam! Sep 17 18:54:18.251 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.251 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.251 INFO kablam! | Sep 17 18:54:18.251 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.251 INFO kablam! | Sep 17 18:54:18.251 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.251 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.251 INFO kablam! Sep 17 18:54:18.251 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.251 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.251 INFO kablam! | Sep 17 18:54:18.251 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.251 INFO kablam! | Sep 17 18:54:18.251 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.251 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.251 INFO kablam! Sep 17 18:54:18.251 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.251 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.251 INFO kablam! | Sep 17 18:54:18.251 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.251 INFO kablam! | Sep 17 18:54:18.251 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.251 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.251 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.252 INFO kablam! Sep 17 18:54:18.252 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.252 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.252 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.252 INFO kablam! Sep 17 18:54:18.252 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.252 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.252 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.252 INFO kablam! Sep 17 18:54:18.252 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.252 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.252 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.252 INFO kablam! Sep 17 18:54:18.252 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.252 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.252 INFO kablam! | Sep 17 18:54:18.252 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.252 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.252 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.253 INFO kablam! Sep 17 18:54:18.253 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.253 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.253 INFO kablam! | Sep 17 18:54:18.253 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.253 INFO kablam! | Sep 17 18:54:18.253 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.253 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.253 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.253 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.253 INFO kablam! Sep 17 18:54:18.291 INFO kablam! error: the trait bound `T: core::Pose, cgmath::Basis2>` is not satisfied Sep 17 18:54:18.291 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.291 INFO kablam! | Sep 17 18:54:18.291 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::Pose, cgmath::Basis2>` is not implemented for `T` Sep 17 18:54:18.291 INFO kablam! | Sep 17 18:54:18.291 INFO kablam! = help: consider adding a `where T: core::Pose, cgmath::Basis2>` bound Sep 17 18:54:18.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.291 INFO kablam! Sep 17 18:54:18.291 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 18:54:18.292 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 18:54:18.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.292 INFO kablam! Sep 17 18:54:18.292 INFO kablam! error: the trait bound `T: specs::Component` is not satisfied Sep 17 18:54:18.292 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `specs::Component` is not implemented for `T` Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! = help: consider adding a `where T: specs::Component` bound Sep 17 18:54:18.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.292 INFO kablam! Sep 17 18:54:18.292 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 18:54:18.292 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 18:54:18.292 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 18:54:18.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.292 INFO kablam! Sep 17 18:54:18.292 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 18:54:18.292 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 18:54:18.292 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 18:54:18.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.292 INFO kablam! Sep 17 18:54:18.292 INFO kablam! error: `S` cannot be sent between threads safely Sep 17 18:54:18.292 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be sent between threads safely Sep 17 18:54:18.292 INFO kablam! | Sep 17 18:54:18.292 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `S` Sep 17 18:54:18.292 INFO kablam! = help: consider adding a `where S: std::marker::Send` bound Sep 17 18:54:18.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.292 INFO kablam! Sep 17 18:54:18.293 INFO kablam! error: `S` cannot be shared between threads safely Sep 17 18:54:18.293 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be shared between threads safely Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `S` Sep 17 18:54:18.293 INFO kablam! = help: consider adding a `where S: std::marker::Sync` bound Sep 17 18:54:18.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.293 INFO kablam! Sep 17 18:54:18.293 INFO kablam! error: `Y` cannot be sent between threads safely Sep 17 18:54:18.293 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Y` cannot be sent between threads safely Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Y` Sep 17 18:54:18.293 INFO kablam! = help: consider adding a `where Y: std::marker::Send` bound Sep 17 18:54:18.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.293 INFO kablam! Sep 17 18:54:18.293 INFO kablam! error: `Y` cannot be shared between threads safely Sep 17 18:54:18.293 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Y` cannot be shared between threads safely Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `Y` Sep 17 18:54:18.293 INFO kablam! = help: consider adding a `where Y: std::marker::Sync` bound Sep 17 18:54:18.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.293 INFO kablam! Sep 17 18:54:18.293 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.293 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.293 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.293 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.293 INFO kablam! Sep 17 18:54:18.293 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.293 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.293 INFO kablam! | Sep 17 18:54:18.293 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.293 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.294 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.294 INFO kablam! Sep 17 18:54:18.294 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.294 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.294 INFO kablam! | Sep 17 18:54:18.294 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.294 INFO kablam! | Sep 17 18:54:18.294 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.294 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.294 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.294 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.294 INFO kablam! Sep 17 18:54:18.294 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.294 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.294 INFO kablam! | Sep 17 18:54:18.294 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.294 INFO kablam! | Sep 17 18:54:18.294 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.294 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.294 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.294 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.294 INFO kablam! Sep 17 18:54:18.294 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.294 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.294 INFO kablam! | Sep 17 18:54:18.297 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.298 INFO kablam! | Sep 17 18:54:18.298 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.298 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.298 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.298 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.298 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.298 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.298 INFO kablam! Sep 17 18:54:18.302 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.303 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.303 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.303 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.303 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.303 INFO kablam! Sep 17 18:54:18.303 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.303 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.303 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.303 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.303 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.303 INFO kablam! Sep 17 18:54:18.303 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.303 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.303 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.303 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.303 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.303 INFO kablam! Sep 17 18:54:18.303 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.303 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.303 INFO kablam! | Sep 17 18:54:18.303 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.303 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.304 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.304 INFO kablam! Sep 17 18:54:18.304 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.304 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.304 INFO kablam! | Sep 17 18:54:18.304 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.304 INFO kablam! | Sep 17 18:54:18.304 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.304 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.310 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.311 INFO kablam! Sep 17 18:54:18.311 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.311 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.311 INFO kablam! Sep 17 18:54:18.311 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.311 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.311 INFO kablam! Sep 17 18:54:18.311 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.311 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.311 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.311 INFO kablam! Sep 17 18:54:18.311 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.311 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.311 INFO kablam! | Sep 17 18:54:18.311 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.311 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.311 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.312 INFO kablam! Sep 17 18:54:18.312 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.312 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.312 INFO kablam! | Sep 17 18:54:18.312 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.312 INFO kablam! | Sep 17 18:54:18.312 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.312 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.312 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.312 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.312 INFO kablam! Sep 17 18:54:18.312 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.312 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.312 INFO kablam! | Sep 17 18:54:18.312 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.312 INFO kablam! | Sep 17 18:54:18.312 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.312 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.312 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.312 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.312 INFO kablam! Sep 17 18:54:18.312 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.312 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.312 INFO kablam! | Sep 17 18:54:18.312 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.312 INFO kablam! | Sep 17 18:54:18.318 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.319 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.319 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.319 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.319 INFO kablam! Sep 17 18:54:18.319 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.319 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.319 INFO kablam! | Sep 17 18:54:18.319 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.319 INFO kablam! | Sep 17 18:54:18.319 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.319 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.319 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.319 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.319 INFO kablam! Sep 17 18:54:18.319 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.319 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.319 INFO kablam! | Sep 17 18:54:18.319 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.319 INFO kablam! | Sep 17 18:54:18.319 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.319 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.319 INFO kablam! Sep 17 18:54:18.319 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.319 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.319 INFO kablam! | Sep 17 18:54:18.319 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.319 INFO kablam! | Sep 17 18:54:18.319 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.319 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.319 INFO kablam! Sep 17 18:54:18.327 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.327 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.327 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.327 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.327 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.327 INFO kablam! Sep 17 18:54:18.327 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.327 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.327 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.327 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.327 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.327 INFO kablam! Sep 17 18:54:18.327 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.327 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.327 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.327 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.327 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.327 INFO kablam! Sep 17 18:54:18.327 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.327 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.327 INFO kablam! | Sep 17 18:54:18.327 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.327 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.327 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.328 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.328 INFO kablam! Sep 17 18:54:18.328 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.328 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.328 INFO kablam! | Sep 17 18:54:18.328 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.328 INFO kablam! | Sep 17 18:54:18.328 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.328 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.328 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.328 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.328 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.328 INFO kablam! Sep 17 18:54:18.328 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.328 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.328 INFO kablam! | Sep 17 18:54:18.328 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.328 INFO kablam! | Sep 17 18:54:18.328 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.328 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.328 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.328 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.328 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.328 INFO kablam! Sep 17 18:54:18.347 INFO kablam! error: the trait bound `T: core::Pose, cgmath::Quaternion>` is not satisfied Sep 17 18:54:18.347 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.347 INFO kablam! | Sep 17 18:54:18.347 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.347 INFO kablam! | _________________________________________^ Sep 17 18:54:18.347 INFO kablam! 49 | | 'a, Sep 17 18:54:18.347 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.347 INFO kablam! 51 | | Y, Sep 17 18:54:18.347 INFO kablam! ... | Sep 17 18:54:18.347 INFO kablam! 57 | | T, Sep 17 18:54:18.347 INFO kablam! 58 | | >; Sep 17 18:54:18.347 INFO kablam! | |_^ the trait `core::Pose, cgmath::Quaternion>` is not implemented for `T` Sep 17 18:54:18.347 INFO kablam! | Sep 17 18:54:18.347 INFO kablam! = help: consider adding a `where T: core::Pose, cgmath::Quaternion>` bound Sep 17 18:54:18.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.347 INFO kablam! Sep 17 18:54:18.347 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 18:54:18.347 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.347 INFO kablam! | Sep 17 18:54:18.347 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.347 INFO kablam! | _________________________________________^ Sep 17 18:54:18.347 INFO kablam! 49 | | 'a, Sep 17 18:54:18.347 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.347 INFO kablam! 51 | | Y, Sep 17 18:54:18.347 INFO kablam! ... | Sep 17 18:54:18.347 INFO kablam! 57 | | T, Sep 17 18:54:18.347 INFO kablam! 58 | | >; Sep 17 18:54:18.347 INFO kablam! | |_^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 18:54:18.347 INFO kablam! | Sep 17 18:54:18.347 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 18:54:18.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.347 INFO kablam! Sep 17 18:54:18.347 INFO kablam! error: the trait bound `T: specs::Component` is not satisfied Sep 17 18:54:18.347 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.347 INFO kablam! | Sep 17 18:54:18.347 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.347 INFO kablam! | _________________________________________^ Sep 17 18:54:18.347 INFO kablam! 49 | | 'a, Sep 17 18:54:18.347 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.347 INFO kablam! 51 | | Y, Sep 17 18:54:18.347 INFO kablam! ... | Sep 17 18:54:18.347 INFO kablam! 57 | | T, Sep 17 18:54:18.347 INFO kablam! 58 | | >; Sep 17 18:54:18.347 INFO kablam! | |_^ the trait `specs::Component` is not implemented for `T` Sep 17 18:54:18.347 INFO kablam! | Sep 17 18:54:18.347 INFO kablam! = help: consider adding a `where T: specs::Component` bound Sep 17 18:54:18.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.348 INFO kablam! Sep 17 18:54:18.348 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 18:54:18.348 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.348 INFO kablam! | Sep 17 18:54:18.348 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.348 INFO kablam! | _________________________________________^ Sep 17 18:54:18.348 INFO kablam! 49 | | 'a, Sep 17 18:54:18.348 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.348 INFO kablam! 51 | | Y, Sep 17 18:54:18.348 INFO kablam! ... | Sep 17 18:54:18.348 INFO kablam! 57 | | T, Sep 17 18:54:18.348 INFO kablam! 58 | | >; Sep 17 18:54:18.348 INFO kablam! | |_^ `T` cannot be sent between threads safely Sep 17 18:54:18.348 INFO kablam! | Sep 17 18:54:18.348 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 18:54:18.348 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 18:54:18.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.348 INFO kablam! Sep 17 18:54:18.348 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 18:54:18.348 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.348 INFO kablam! | Sep 17 18:54:18.348 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.348 INFO kablam! | _________________________________________^ Sep 17 18:54:18.348 INFO kablam! 49 | | 'a, Sep 17 18:54:18.348 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.348 INFO kablam! 51 | | Y, Sep 17 18:54:18.348 INFO kablam! ... | Sep 17 18:54:18.348 INFO kablam! 57 | | T, Sep 17 18:54:18.348 INFO kablam! 58 | | >; Sep 17 18:54:18.348 INFO kablam! | |_^ `T` cannot be shared between threads safely Sep 17 18:54:18.348 INFO kablam! | Sep 17 18:54:18.348 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 18:54:18.348 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 18:54:18.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.348 INFO kablam! Sep 17 18:54:18.348 INFO kablam! error: `S` cannot be sent between threads safely Sep 17 18:54:18.348 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.348 INFO kablam! | Sep 17 18:54:18.348 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.348 INFO kablam! | _________________________________________^ Sep 17 18:54:18.348 INFO kablam! 49 | | 'a, Sep 17 18:54:18.348 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.348 INFO kablam! 51 | | Y, Sep 17 18:54:18.348 INFO kablam! ... | Sep 17 18:54:18.348 INFO kablam! 57 | | T, Sep 17 18:54:18.348 INFO kablam! 58 | | >; Sep 17 18:54:18.348 INFO kablam! | |_^ `S` cannot be sent between threads safely Sep 17 18:54:18.349 INFO kablam! | Sep 17 18:54:18.349 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `S` Sep 17 18:54:18.349 INFO kablam! = help: consider adding a `where S: std::marker::Send` bound Sep 17 18:54:18.349 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.349 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.349 INFO kablam! Sep 17 18:54:18.349 INFO kablam! error: `S` cannot be shared between threads safely Sep 17 18:54:18.349 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.349 INFO kablam! | Sep 17 18:54:18.349 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.349 INFO kablam! | _________________________________________^ Sep 17 18:54:18.349 INFO kablam! 49 | | 'a, Sep 17 18:54:18.349 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.349 INFO kablam! 51 | | Y, Sep 17 18:54:18.349 INFO kablam! ... | Sep 17 18:54:18.349 INFO kablam! 57 | | T, Sep 17 18:54:18.349 INFO kablam! 58 | | >; Sep 17 18:54:18.349 INFO kablam! | |_^ `S` cannot be shared between threads safely Sep 17 18:54:18.349 INFO kablam! | Sep 17 18:54:18.349 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `S` Sep 17 18:54:18.349 INFO kablam! = help: consider adding a `where S: std::marker::Sync` bound Sep 17 18:54:18.349 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.349 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.349 INFO kablam! Sep 17 18:54:18.349 INFO kablam! error: `Y` cannot be sent between threads safely Sep 17 18:54:18.349 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.349 INFO kablam! | Sep 17 18:54:18.349 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.349 INFO kablam! | _________________________________________^ Sep 17 18:54:18.349 INFO kablam! 49 | | 'a, Sep 17 18:54:18.349 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.349 INFO kablam! 51 | | Y, Sep 17 18:54:18.349 INFO kablam! ... | Sep 17 18:54:18.349 INFO kablam! 57 | | T, Sep 17 18:54:18.349 INFO kablam! 58 | | >; Sep 17 18:54:18.349 INFO kablam! | |_^ `Y` cannot be sent between threads safely Sep 17 18:54:18.349 INFO kablam! | Sep 17 18:54:18.349 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Y` Sep 17 18:54:18.349 INFO kablam! = help: consider adding a `where Y: std::marker::Send` bound Sep 17 18:54:18.349 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.349 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.349 INFO kablam! Sep 17 18:54:18.349 INFO kablam! error: `Y` cannot be shared between threads safely Sep 17 18:54:18.349 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.349 INFO kablam! | Sep 17 18:54:18.349 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.349 INFO kablam! | _________________________________________^ Sep 17 18:54:18.349 INFO kablam! 49 | | 'a, Sep 17 18:54:18.349 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.349 INFO kablam! 51 | | Y, Sep 17 18:54:18.350 INFO kablam! ... | Sep 17 18:54:18.350 INFO kablam! 57 | | T, Sep 17 18:54:18.350 INFO kablam! 58 | | >; Sep 17 18:54:18.350 INFO kablam! | |_^ `Y` cannot be shared between threads safely Sep 17 18:54:18.350 INFO kablam! | Sep 17 18:54:18.350 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `Y` Sep 17 18:54:18.350 INFO kablam! = help: consider adding a `where Y: std::marker::Sync` bound Sep 17 18:54:18.350 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.350 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.350 INFO kablam! Sep 17 18:54:18.350 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.350 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.350 INFO kablam! | Sep 17 18:54:18.350 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.350 INFO kablam! | _________________________________________^ Sep 17 18:54:18.350 INFO kablam! 49 | | 'a, Sep 17 18:54:18.350 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.350 INFO kablam! 51 | | Y, Sep 17 18:54:18.350 INFO kablam! ... | Sep 17 18:54:18.350 INFO kablam! 57 | | T, Sep 17 18:54:18.350 INFO kablam! 58 | | >; Sep 17 18:54:18.350 INFO kablam! | |_^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.350 INFO kablam! | Sep 17 18:54:18.350 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.350 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.350 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive3` Sep 17 18:54:18.350 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.350 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.350 INFO kablam! Sep 17 18:54:18.350 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.350 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.350 INFO kablam! | Sep 17 18:54:18.350 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.350 INFO kablam! | _________________________________________^ Sep 17 18:54:18.350 INFO kablam! 49 | | 'a, Sep 17 18:54:18.350 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.350 INFO kablam! 51 | | Y, Sep 17 18:54:18.350 INFO kablam! ... | Sep 17 18:54:18.350 INFO kablam! 57 | | T, Sep 17 18:54:18.350 INFO kablam! 58 | | >; Sep 17 18:54:18.350 INFO kablam! | |_^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.350 INFO kablam! | Sep 17 18:54:18.352 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.352 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.352 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive3` Sep 17 18:54:18.352 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.352 INFO kablam! Sep 17 18:54:18.352 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.352 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.352 INFO kablam! | Sep 17 18:54:18.352 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.352 INFO kablam! | _________________________________________^ Sep 17 18:54:18.352 INFO kablam! 49 | | 'a, Sep 17 18:54:18.352 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.352 INFO kablam! 51 | | Y, Sep 17 18:54:18.352 INFO kablam! ... | Sep 17 18:54:18.352 INFO kablam! 57 | | T, Sep 17 18:54:18.352 INFO kablam! 58 | | >; Sep 17 18:54:18.352 INFO kablam! | |_^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.352 INFO kablam! | Sep 17 18:54:18.352 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.352 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.352 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.352 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.352 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.352 INFO kablam! Sep 17 18:54:18.352 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.352 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.352 INFO kablam! | Sep 17 18:54:18.352 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.352 INFO kablam! | _________________________________________^ Sep 17 18:54:18.352 INFO kablam! 49 | | 'a, Sep 17 18:54:18.352 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.352 INFO kablam! 51 | | Y, Sep 17 18:54:18.353 INFO kablam! ... | Sep 17 18:54:18.353 INFO kablam! 57 | | T, Sep 17 18:54:18.353 INFO kablam! 58 | | >; Sep 17 18:54:18.353 INFO kablam! | |_^ no implementation for `S += S` Sep 17 18:54:18.353 INFO kablam! | Sep 17 18:54:18.353 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.353 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.353 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.353 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.353 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.353 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.353 INFO kablam! Sep 17 18:54:18.353 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.353 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.353 INFO kablam! | Sep 17 18:54:18.353 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.353 INFO kablam! | _________________________________________^ Sep 17 18:54:18.353 INFO kablam! 49 | | 'a, Sep 17 18:54:18.353 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.353 INFO kablam! 51 | | Y, Sep 17 18:54:18.353 INFO kablam! ... | Sep 17 18:54:18.353 INFO kablam! 57 | | T, Sep 17 18:54:18.353 INFO kablam! 58 | | >; Sep 17 18:54:18.353 INFO kablam! | |_^ no implementation for `S -= S` Sep 17 18:54:18.353 INFO kablam! | Sep 17 18:54:18.353 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.353 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.353 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.353 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.353 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.353 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.353 INFO kablam! Sep 17 18:54:18.353 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.353 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.353 INFO kablam! | Sep 17 18:54:18.353 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.353 INFO kablam! | _________________________________________^ Sep 17 18:54:18.353 INFO kablam! 49 | | 'a, Sep 17 18:54:18.353 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.353 INFO kablam! 51 | | Y, Sep 17 18:54:18.354 INFO kablam! ... | Sep 17 18:54:18.354 INFO kablam! 57 | | T, Sep 17 18:54:18.354 INFO kablam! 58 | | >; Sep 17 18:54:18.354 INFO kablam! | |_^ no implementation for `S *= S` Sep 17 18:54:18.354 INFO kablam! | Sep 17 18:54:18.355 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.355 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.355 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.355 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.355 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.355 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.355 INFO kablam! Sep 17 18:54:18.355 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.355 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.355 INFO kablam! | Sep 17 18:54:18.355 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.355 INFO kablam! | _________________________________________^ Sep 17 18:54:18.355 INFO kablam! 49 | | 'a, Sep 17 18:54:18.355 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.355 INFO kablam! 51 | | Y, Sep 17 18:54:18.355 INFO kablam! ... | Sep 17 18:54:18.355 INFO kablam! 57 | | T, Sep 17 18:54:18.355 INFO kablam! 58 | | >; Sep 17 18:54:18.355 INFO kablam! | |_^ no implementation for `S /= S` Sep 17 18:54:18.355 INFO kablam! | Sep 17 18:54:18.355 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.355 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.355 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.355 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.355 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.355 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.355 INFO kablam! Sep 17 18:54:18.355 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.355 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.355 INFO kablam! | Sep 17 18:54:18.355 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.355 INFO kablam! | _________________________________________^ Sep 17 18:54:18.355 INFO kablam! 49 | | 'a, Sep 17 18:54:18.355 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.355 INFO kablam! 51 | | Y, Sep 17 18:54:18.355 INFO kablam! ... | Sep 17 18:54:18.355 INFO kablam! 57 | | T, Sep 17 18:54:18.355 INFO kablam! 58 | | >; Sep 17 18:54:18.355 INFO kablam! | |_^ no implementation for `S %= S` Sep 17 18:54:18.355 INFO kablam! | Sep 17 18:54:18.355 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.355 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.355 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.355 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.355 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.355 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.355 INFO kablam! Sep 17 18:54:18.423 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.423 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.423 INFO kablam! | Sep 17 18:54:18.423 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.423 INFO kablam! | Sep 17 18:54:18.431 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:18.431 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.431 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.431 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.431 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.431 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.432 INFO kablam! Sep 17 18:54:18.437 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.437 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.437 INFO kablam! Sep 17 18:54:18.437 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.437 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.437 INFO kablam! Sep 17 18:54:18.437 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.437 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.437 INFO kablam! Sep 17 18:54:18.437 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.437 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.437 INFO kablam! | Sep 17 18:54:18.437 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.437 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.437 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.438 INFO kablam! Sep 17 18:54:18.438 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.438 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.438 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.438 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.438 INFO kablam! Sep 17 18:54:18.438 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.438 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.438 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.438 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.438 INFO kablam! Sep 17 18:54:18.438 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.438 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.438 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.438 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.438 INFO kablam! Sep 17 18:54:18.438 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.438 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.438 INFO kablam! | Sep 17 18:54:18.438 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.438 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.438 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.438 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.438 INFO kablam! Sep 17 18:54:18.439 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.439 INFO kablam! --> src/collide2d.rs:23:29 Sep 17 18:54:18.439 INFO kablam! | Sep 17 18:54:18.439 INFO kablam! 23 | pub type ContactEvent2 = ContactEvent>; Sep 17 18:54:18.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.439 INFO kablam! | Sep 17 18:54:18.439 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.439 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.439 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.439 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.439 INFO kablam! Sep 17 18:54:18.463 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.463 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.463 INFO kablam! | Sep 17 18:54:18.463 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.463 INFO kablam! | Sep 17 18:54:18.463 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.463 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.463 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.464 INFO kablam! Sep 17 18:54:18.464 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.464 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.464 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.464 INFO kablam! Sep 17 18:54:18.464 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.464 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.464 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.464 INFO kablam! Sep 17 18:54:18.464 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.464 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.464 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.464 INFO kablam! Sep 17 18:54:18.464 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.464 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.464 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.464 INFO kablam! Sep 17 18:54:18.464 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.464 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.464 INFO kablam! | Sep 17 18:54:18.464 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.464 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.465 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.465 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.465 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.465 INFO kablam! Sep 17 18:54:18.465 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.465 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.465 INFO kablam! | Sep 17 18:54:18.465 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.465 INFO kablam! | Sep 17 18:54:18.465 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.465 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.465 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.465 INFO kablam! Sep 17 18:54:18.465 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.465 INFO kablam! --> src/collide2d.rs:34:5 Sep 17 18:54:18.465 INFO kablam! | Sep 17 18:54:18.465 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.465 INFO kablam! | Sep 17 18:54:18.465 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.465 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.465 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.465 INFO kablam! Sep 17 18:54:18.471 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.471 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.471 INFO kablam! | Sep 17 18:54:18.471 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.471 INFO kablam! | Sep 17 18:54:18.471 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.471 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.471 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.471 INFO kablam! Sep 17 18:54:18.471 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.471 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.471 INFO kablam! | Sep 17 18:54:18.471 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.471 INFO kablam! | Sep 17 18:54:18.471 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.471 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.471 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.471 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.471 INFO kablam! Sep 17 18:54:18.471 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.471 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.471 INFO kablam! | Sep 17 18:54:18.471 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.471 INFO kablam! | Sep 17 18:54:18.471 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.471 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.471 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.471 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.471 INFO kablam! Sep 17 18:54:18.475 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.475 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.475 INFO kablam! | Sep 17 18:54:18.475 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.475 INFO kablam! | Sep 17 18:54:18.475 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.475 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.475 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.475 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.475 INFO kablam! Sep 17 18:54:18.475 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.475 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.475 INFO kablam! | Sep 17 18:54:18.475 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.475 INFO kablam! | Sep 17 18:54:18.475 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.475 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.475 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.475 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.475 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.475 INFO kablam! Sep 17 18:54:18.476 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.476 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.476 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.476 INFO kablam! Sep 17 18:54:18.476 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.476 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.476 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.476 INFO kablam! Sep 17 18:54:18.476 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.476 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.476 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.476 INFO kablam! Sep 17 18:54:18.476 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.476 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.476 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.476 INFO kablam! Sep 17 18:54:18.476 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.476 INFO kablam! --> src/collide2d.rs:45:5 Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb2, Y>; Sep 17 18:54:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.476 INFO kablam! | Sep 17 18:54:18.476 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.476 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.476 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.477 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.477 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.477 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.477 INFO kablam! Sep 17 18:54:18.477 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.477 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.477 INFO kablam! | Sep 17 18:54:18.477 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.477 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.477 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.477 INFO kablam! 58 | | T, Sep 17 18:54:18.477 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.477 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.477 INFO kablam! 61 | | Y, Sep 17 18:54:18.477 INFO kablam! 62 | | >; Sep 17 18:54:18.477 INFO kablam! | |_^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.478 INFO kablam! | Sep 17 18:54:18.478 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.478 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.478 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.478 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.478 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.478 INFO kablam! Sep 17 18:54:18.478 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.478 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.478 INFO kablam! | Sep 17 18:54:18.478 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.478 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.478 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.478 INFO kablam! 58 | | T, Sep 17 18:54:18.478 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.478 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.478 INFO kablam! 61 | | Y, Sep 17 18:54:18.478 INFO kablam! 62 | | >; Sep 17 18:54:18.478 INFO kablam! | |_^ no implementation for `S += S` Sep 17 18:54:18.478 INFO kablam! | Sep 17 18:54:18.478 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.478 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.478 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.478 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.478 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.478 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.478 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.478 INFO kablam! Sep 17 18:54:18.479 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.479 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.479 INFO kablam! | Sep 17 18:54:18.479 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.479 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.479 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.479 INFO kablam! 58 | | T, Sep 17 18:54:18.479 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.479 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.479 INFO kablam! 61 | | Y, Sep 17 18:54:18.479 INFO kablam! 62 | | >; Sep 17 18:54:18.479 INFO kablam! | |_^ no implementation for `S -= S` Sep 17 18:54:18.479 INFO kablam! | Sep 17 18:54:18.479 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.479 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.479 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.479 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.479 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.479 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.487 INFO kablam! Sep 17 18:54:18.487 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.487 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.487 INFO kablam! | Sep 17 18:54:18.487 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.487 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.487 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.487 INFO kablam! 58 | | T, Sep 17 18:54:18.487 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.487 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.487 INFO kablam! 61 | | Y, Sep 17 18:54:18.487 INFO kablam! 62 | | >; Sep 17 18:54:18.487 INFO kablam! | |_^ no implementation for `S *= S` Sep 17 18:54:18.487 INFO kablam! | Sep 17 18:54:18.487 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.487 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.487 INFO kablam! Sep 17 18:54:18.487 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.487 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.487 INFO kablam! | Sep 17 18:54:18.487 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.487 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.487 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.487 INFO kablam! 58 | | T, Sep 17 18:54:18.487 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.487 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.487 INFO kablam! 61 | | Y, Sep 17 18:54:18.487 INFO kablam! 62 | | >; Sep 17 18:54:18.487 INFO kablam! | |_^ no implementation for `S /= S` Sep 17 18:54:18.487 INFO kablam! | Sep 17 18:54:18.487 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.487 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.487 INFO kablam! Sep 17 18:54:18.487 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.487 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.487 INFO kablam! | Sep 17 18:54:18.487 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.487 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.487 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.487 INFO kablam! 58 | | T, Sep 17 18:54:18.487 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.487 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.487 INFO kablam! 61 | | Y, Sep 17 18:54:18.487 INFO kablam! 62 | | >; Sep 17 18:54:18.487 INFO kablam! | |_^ no implementation for `S %= S` Sep 17 18:54:18.487 INFO kablam! | Sep 17 18:54:18.487 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.487 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.487 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.487 INFO kablam! Sep 17 18:54:18.487 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.488 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.488 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.488 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.488 INFO kablam! 58 | | T, Sep 17 18:54:18.488 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.488 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.488 INFO kablam! 61 | | Y, Sep 17 18:54:18.488 INFO kablam! 62 | | >; Sep 17 18:54:18.488 INFO kablam! | |_^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.488 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.488 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.488 INFO kablam! Sep 17 18:54:18.488 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.488 INFO kablam! --> src/collide2d.rs:56:50 Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! 56 | pub type SpatialCollisionSystem2 = SpatialCollisionSystem< Sep 17 18:54:18.488 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.488 INFO kablam! 57 | | Primitive2, Sep 17 18:54:18.488 INFO kablam! 58 | | T, Sep 17 18:54:18.488 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.488 INFO kablam! 60 | | Aabb2, Sep 17 18:54:18.488 INFO kablam! 61 | | Y, Sep 17 18:54:18.488 INFO kablam! 62 | | >; Sep 17 18:54:18.488 INFO kablam! | |_^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.488 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.488 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.488 INFO kablam! Sep 17 18:54:18.488 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.488 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.488 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.488 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.488 INFO kablam! Sep 17 18:54:18.488 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.488 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.488 INFO kablam! | Sep 17 18:54:18.488 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.488 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.489 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.489 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.489 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.489 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.489 INFO kablam! Sep 17 18:54:18.489 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.489 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.489 INFO kablam! | Sep 17 18:54:18.489 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.489 INFO kablam! | Sep 17 18:54:18.489 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.489 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.489 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.489 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.490 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.490 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.490 INFO kablam! Sep 17 18:54:18.490 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.490 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.490 INFO kablam! | Sep 17 18:54:18.490 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.490 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.491 INFO kablam! Sep 17 18:54:18.491 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.491 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.491 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.491 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.491 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.491 INFO kablam! Sep 17 18:54:18.491 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.491 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.491 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.491 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.491 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.491 INFO kablam! Sep 17 18:54:18.491 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.491 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.491 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.491 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.491 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.491 INFO kablam! Sep 17 18:54:18.491 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.491 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.491 INFO kablam! | Sep 17 18:54:18.491 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.492 INFO kablam! | Sep 17 18:54:18.492 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.498 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.499 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.499 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.499 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.499 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.499 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.499 INFO kablam! Sep 17 18:54:18.506 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.507 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.507 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.507 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.507 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.507 INFO kablam! Sep 17 18:54:18.507 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.507 INFO kablam! --> src/collide2d.rs:70:5 Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.507 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb2` Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb2` Sep 17 18:54:18.507 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.507 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.507 INFO kablam! Sep 17 18:54:18.507 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.507 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.507 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.507 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.507 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.507 INFO kablam! Sep 17 18:54:18.507 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.507 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.507 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.507 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.507 INFO kablam! Sep 17 18:54:18.507 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.507 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.507 INFO kablam! | Sep 17 18:54:18.507 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.507 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.507 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.507 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.507 INFO kablam! Sep 17 18:54:18.507 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.507 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.508 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.508 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.508 INFO kablam! Sep 17 18:54:18.508 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.508 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.508 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.508 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.508 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.508 INFO kablam! Sep 17 18:54:18.508 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.508 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.508 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.508 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.508 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.508 INFO kablam! Sep 17 18:54:18.508 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.508 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.508 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.508 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.508 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.508 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.508 INFO kablam! Sep 17 18:54:18.508 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.508 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.508 INFO kablam! | Sep 17 18:54:18.508 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.508 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.509 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.509 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.522 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.523 INFO kablam! Sep 17 18:54:18.523 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.523 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.523 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.523 INFO kablam! Sep 17 18:54:18.523 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.523 INFO kablam! --> src/collide3d.rs:23:29 Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! 23 | pub type ContactEvent3 = ContactEvent>; Sep 17 18:54:18.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.523 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.523 INFO kablam! Sep 17 18:54:18.523 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.523 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.523 INFO kablam! Sep 17 18:54:18.523 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.523 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.523 INFO kablam! Sep 17 18:54:18.523 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.523 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.523 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.523 INFO kablam! Sep 17 18:54:18.523 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.523 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.523 INFO kablam! | Sep 17 18:54:18.523 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.523 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.523 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.524 INFO kablam! Sep 17 18:54:18.524 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.524 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.524 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.524 INFO kablam! Sep 17 18:54:18.524 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.524 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.524 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.524 INFO kablam! Sep 17 18:54:18.524 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.524 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.524 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.524 INFO kablam! Sep 17 18:54:18.524 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.524 INFO kablam! --> src/collide3d.rs:34:5 Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! 34 | BasicCollisionSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.524 INFO kablam! | Sep 17 18:54:18.524 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.524 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.524 INFO kablam! Sep 17 18:54:18.538 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.539 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.539 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.539 INFO kablam! Sep 17 18:54:18.539 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.539 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.539 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.539 INFO kablam! Sep 17 18:54:18.539 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.539 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.539 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.539 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.539 INFO kablam! Sep 17 18:54:18.539 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.539 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.539 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.539 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.539 INFO kablam! Sep 17 18:54:18.539 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.539 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.539 INFO kablam! | Sep 17 18:54:18.539 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.539 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.539 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.540 INFO kablam! Sep 17 18:54:18.540 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.540 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.540 INFO kablam! | Sep 17 18:54:18.540 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.540 INFO kablam! | Sep 17 18:54:18.540 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.540 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.540 INFO kablam! Sep 17 18:54:18.540 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.540 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.540 INFO kablam! | Sep 17 18:54:18.540 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.540 INFO kablam! | Sep 17 18:54:18.540 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.540 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.540 INFO kablam! Sep 17 18:54:18.540 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.540 INFO kablam! --> src/collide3d.rs:45:5 Sep 17 18:54:18.540 INFO kablam! | Sep 17 18:54:18.540 INFO kablam! 45 | SpatialSortingSystem, T, TreeValueWrapped>, Aabb3, Y>; Sep 17 18:54:18.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.540 INFO kablam! | Sep 17 18:54:18.540 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.540 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.540 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.540 INFO kablam! Sep 17 18:54:18.540 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.540 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.540 INFO kablam! | Sep 17 18:54:18.540 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.540 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.540 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.540 INFO kablam! 58 | | T, Sep 17 18:54:18.540 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.541 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.541 INFO kablam! 61 | | Y, Sep 17 18:54:18.541 INFO kablam! 62 | | >; Sep 17 18:54:18.541 INFO kablam! | |_^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.541 INFO kablam! | Sep 17 18:54:18.541 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.541 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.541 INFO kablam! Sep 17 18:54:18.541 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.541 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.541 INFO kablam! | Sep 17 18:54:18.541 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.541 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.541 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.541 INFO kablam! 58 | | T, Sep 17 18:54:18.541 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.541 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.541 INFO kablam! 61 | | Y, Sep 17 18:54:18.541 INFO kablam! 62 | | >; Sep 17 18:54:18.541 INFO kablam! | |_^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.541 INFO kablam! | Sep 17 18:54:18.541 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.541 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.541 INFO kablam! Sep 17 18:54:18.541 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.541 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.541 INFO kablam! | Sep 17 18:54:18.541 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.541 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.541 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.541 INFO kablam! 58 | | T, Sep 17 18:54:18.541 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.541 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.541 INFO kablam! 61 | | Y, Sep 17 18:54:18.541 INFO kablam! 62 | | >; Sep 17 18:54:18.541 INFO kablam! | |_^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.541 INFO kablam! | Sep 17 18:54:18.541 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.541 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.541 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.541 INFO kablam! Sep 17 18:54:18.541 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.541 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.541 INFO kablam! | Sep 17 18:54:18.541 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.546 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.547 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.547 INFO kablam! 58 | | T, Sep 17 18:54:18.547 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.547 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.547 INFO kablam! 61 | | Y, Sep 17 18:54:18.547 INFO kablam! 62 | | >; Sep 17 18:54:18.547 INFO kablam! | |_^ no implementation for `S += S` Sep 17 18:54:18.547 INFO kablam! | Sep 17 18:54:18.547 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.547 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.547 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.547 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.547 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.547 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.547 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.547 INFO kablam! Sep 17 18:54:18.547 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.547 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.547 INFO kablam! | Sep 17 18:54:18.547 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.547 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.547 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.547 INFO kablam! 58 | | T, Sep 17 18:54:18.547 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.547 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.547 INFO kablam! 61 | | Y, Sep 17 18:54:18.547 INFO kablam! 62 | | >; Sep 17 18:54:18.547 INFO kablam! | |_^ no implementation for `S -= S` Sep 17 18:54:18.547 INFO kablam! | Sep 17 18:54:18.547 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.547 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.547 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.547 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.547 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.547 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.547 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.547 INFO kablam! Sep 17 18:54:18.547 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.547 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.547 INFO kablam! | Sep 17 18:54:18.547 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.547 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.547 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.547 INFO kablam! 58 | | T, Sep 17 18:54:18.547 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.547 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.547 INFO kablam! 61 | | Y, Sep 17 18:54:18.547 INFO kablam! 62 | | >; Sep 17 18:54:18.547 INFO kablam! | |_^ no implementation for `S *= S` Sep 17 18:54:18.547 INFO kablam! | Sep 17 18:54:18.547 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.547 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.547 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.548 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.548 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.548 INFO kablam! Sep 17 18:54:18.548 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.548 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.548 INFO kablam! | Sep 17 18:54:18.548 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.548 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.548 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.548 INFO kablam! 58 | | T, Sep 17 18:54:18.548 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.548 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.548 INFO kablam! 61 | | Y, Sep 17 18:54:18.548 INFO kablam! 62 | | >; Sep 17 18:54:18.548 INFO kablam! | |_^ no implementation for `S /= S` Sep 17 18:54:18.548 INFO kablam! | Sep 17 18:54:18.548 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.548 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.548 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.548 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.548 INFO kablam! Sep 17 18:54:18.548 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.548 INFO kablam! --> src/collide3d.rs:56:50 Sep 17 18:54:18.548 INFO kablam! | Sep 17 18:54:18.548 INFO kablam! 56 | pub type SpatialCollisionSystem3 = SpatialCollisionSystem< Sep 17 18:54:18.548 INFO kablam! | __________________________________________________^ Sep 17 18:54:18.548 INFO kablam! 57 | | Primitive3, Sep 17 18:54:18.548 INFO kablam! 58 | | T, Sep 17 18:54:18.548 INFO kablam! 59 | | (usize, TreeValueWrapped>), Sep 17 18:54:18.548 INFO kablam! 60 | | Aabb3, Sep 17 18:54:18.548 INFO kablam! 61 | | Y, Sep 17 18:54:18.548 INFO kablam! 62 | | >; Sep 17 18:54:18.548 INFO kablam! | |_^ no implementation for `S %= S` Sep 17 18:54:18.548 INFO kablam! | Sep 17 18:54:18.548 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.548 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.548 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.548 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.548 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.548 INFO kablam! Sep 17 18:54:18.548 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.548 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.548 INFO kablam! | Sep 17 18:54:18.548 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.548 INFO kablam! | Sep 17 18:54:18.548 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.549 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.549 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.549 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.549 INFO kablam! Sep 17 18:54:18.549 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.549 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.549 INFO kablam! | Sep 17 18:54:18.549 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.549 INFO kablam! | Sep 17 18:54:18.549 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.549 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.549 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.549 INFO kablam! Sep 17 18:54:18.549 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.549 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.549 INFO kablam! | Sep 17 18:54:18.549 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.549 INFO kablam! | Sep 17 18:54:18.549 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.549 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.549 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.549 INFO kablam! Sep 17 18:54:18.549 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.549 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.549 INFO kablam! | Sep 17 18:54:18.549 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.549 INFO kablam! | Sep 17 18:54:18.549 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.549 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.558 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.559 INFO kablam! Sep 17 18:54:18.559 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.559 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.559 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.559 INFO kablam! Sep 17 18:54:18.559 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.559 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.559 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.559 INFO kablam! Sep 17 18:54:18.559 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.559 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.559 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.559 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.559 INFO kablam! Sep 17 18:54:18.559 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.559 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.559 INFO kablam! | Sep 17 18:54:18.559 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.559 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.559 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.560 INFO kablam! Sep 17 18:54:18.560 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.560 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.560 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.560 INFO kablam! Sep 17 18:54:18.560 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.560 INFO kablam! --> src/collide3d.rs:70:5 Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! 70 | DynamicBoundingVolumeTree>>; Sep 17 18:54:18.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.560 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `collision::Aabb` for `collision::Aabb3` Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `collision::Bound` for `collision::Aabb3` Sep 17 18:54:18.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.560 INFO kablam! Sep 17 18:54:18.560 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.560 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.560 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector2` Sep 17 18:54:18.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.560 INFO kablam! Sep 17 18:54:18.560 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.560 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.560 INFO kablam! | Sep 17 18:54:18.560 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.560 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.561 INFO kablam! Sep 17 18:54:18.561 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.561 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.561 INFO kablam! Sep 17 18:54:18.561 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.561 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.561 INFO kablam! Sep 17 18:54:18.561 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.561 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.561 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.561 INFO kablam! Sep 17 18:54:18.561 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.561 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.561 INFO kablam! | Sep 17 18:54:18.561 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.561 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.561 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.561 INFO kablam! Sep 17 18:54:18.561 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.562 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.562 INFO kablam! | Sep 17 18:54:18.562 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.562 INFO kablam! | Sep 17 18:54:18.562 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.562 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.562 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.562 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.562 INFO kablam! Sep 17 18:54:18.562 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.562 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.562 INFO kablam! | Sep 17 18:54:18.562 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.566 INFO kablam! | Sep 17 18:54:18.567 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.567 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.567 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.567 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.567 INFO kablam! Sep 17 18:54:18.578 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.579 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.579 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.579 INFO kablam! Sep 17 18:54:18.579 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.579 INFO kablam! --> src/physics2d.rs:28:43 Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! 28 | pub type ContactResolutionSystem2 = ContactResolutionSystem, Basis2, S, S, S, T>; Sep 17 18:54:18.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.579 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point2` Sep 17 18:54:18.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.579 INFO kablam! Sep 17 18:54:18.579 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.579 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.579 INFO kablam! Sep 17 18:54:18.579 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.579 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.579 INFO kablam! Sep 17 18:54:18.579 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.579 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.579 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.579 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.579 INFO kablam! Sep 17 18:54:18.579 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.579 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.579 INFO kablam! | Sep 17 18:54:18.579 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.580 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.580 INFO kablam! Sep 17 18:54:18.580 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.580 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.580 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.580 INFO kablam! Sep 17 18:54:18.580 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.580 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.580 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.580 INFO kablam! Sep 17 18:54:18.580 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.580 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.580 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.580 INFO kablam! Sep 17 18:54:18.580 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.580 INFO kablam! --> src/physics2d.rs:37:5 Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! 37 | NextFrameSetupSystem, Basis2, S, S, T, DeltaTime>; Sep 17 18:54:18.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.580 INFO kablam! | Sep 17 18:54:18.580 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.580 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.580 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.580 INFO kablam! Sep 17 18:54:18.594 INFO kablam! error: the trait bound `T: core::Pose, cgmath::Basis2>` is not satisfied Sep 17 18:54:18.594 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.594 INFO kablam! | Sep 17 18:54:18.594 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::Pose, cgmath::Basis2>` is not implemented for `T` Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! = help: consider adding a `where T: core::Pose, cgmath::Basis2>` bound Sep 17 18:54:18.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.595 INFO kablam! Sep 17 18:54:18.595 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 18:54:18.595 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 18:54:18.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.595 INFO kablam! Sep 17 18:54:18.595 INFO kablam! error: the trait bound `T: specs::Component` is not satisfied Sep 17 18:54:18.595 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `specs::Component` is not implemented for `T` Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! = help: consider adding a `where T: specs::Component` bound Sep 17 18:54:18.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.595 INFO kablam! Sep 17 18:54:18.595 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 18:54:18.595 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 18:54:18.595 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 18:54:18.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.595 INFO kablam! Sep 17 18:54:18.595 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 18:54:18.595 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 18:54:18.595 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 18:54:18.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.595 INFO kablam! Sep 17 18:54:18.595 INFO kablam! error: `S` cannot be sent between threads safely Sep 17 18:54:18.595 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be sent between threads safely Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `S` Sep 17 18:54:18.595 INFO kablam! = help: consider adding a `where S: std::marker::Send` bound Sep 17 18:54:18.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.595 INFO kablam! Sep 17 18:54:18.595 INFO kablam! error: `S` cannot be shared between threads safely Sep 17 18:54:18.595 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be shared between threads safely Sep 17 18:54:18.595 INFO kablam! | Sep 17 18:54:18.595 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `S` Sep 17 18:54:18.595 INFO kablam! = help: consider adding a `where S: std::marker::Sync` bound Sep 17 18:54:18.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.595 INFO kablam! Sep 17 18:54:18.595 INFO kablam! error: `Y` cannot be sent between threads safely Sep 17 18:54:18.596 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.596 INFO kablam! | Sep 17 18:54:18.596 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Y` cannot be sent between threads safely Sep 17 18:54:18.596 INFO kablam! | Sep 17 18:54:18.596 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Y` Sep 17 18:54:18.596 INFO kablam! = help: consider adding a `where Y: std::marker::Send` bound Sep 17 18:54:18.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.596 INFO kablam! Sep 17 18:54:18.596 INFO kablam! error: `Y` cannot be shared between threads safely Sep 17 18:54:18.596 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.596 INFO kablam! | Sep 17 18:54:18.596 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Y` cannot be shared between threads safely Sep 17 18:54:18.596 INFO kablam! | Sep 17 18:54:18.596 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `Y` Sep 17 18:54:18.596 INFO kablam! = help: consider adding a `where Y: std::marker::Sync` bound Sep 17 18:54:18.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.596 INFO kablam! Sep 17 18:54:18.602 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.603 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.603 INFO kablam! Sep 17 18:54:18.603 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.603 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:18.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.603 INFO kablam! Sep 17 18:54:18.603 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.603 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.603 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.603 INFO kablam! Sep 17 18:54:18.603 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.603 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.603 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.603 INFO kablam! Sep 17 18:54:18.603 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.603 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.603 INFO kablam! | Sep 17 18:54:18.603 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.603 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.603 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.603 INFO kablam! Sep 17 18:54:18.603 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.604 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.604 INFO kablam! | Sep 17 18:54:18.604 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.604 INFO kablam! | Sep 17 18:54:18.604 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.604 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.604 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.604 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.604 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.604 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.604 INFO kablam! Sep 17 18:54:18.604 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.604 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.604 INFO kablam! | Sep 17 18:54:18.604 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.604 INFO kablam! | Sep 17 18:54:18.604 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.604 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.604 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.604 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.604 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.604 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.604 INFO kablam! Sep 17 18:54:18.604 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.604 INFO kablam! --> src/physics2d.rs:47:5 Sep 17 18:54:18.604 INFO kablam! | Sep 17 18:54:18.604 INFO kablam! 47 | RigidBodyParts<'a, Primitive2, Y, Basis2, Vector2, S, S, Aabb2, T>; Sep 17 18:54:18.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.604 INFO kablam! | Sep 17 18:54:18.604 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.604 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.604 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.604 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector2` Sep 17 18:54:18.604 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.604 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.604 INFO kablam! Sep 17 18:54:18.622 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.623 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.623 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `cgmath::Vector3` Sep 17 18:54:18.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.623 INFO kablam! Sep 17 18:54:18.623 INFO kablam! error: the trait bound `S: std::marker::Copy` is not satisfied Sep 17 18:54:18.623 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `S` Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! = help: consider adding a `where S: std::marker::Copy` bound Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.623 INFO kablam! Sep 17 18:54:18.623 INFO kablam! error: the trait bound `S: cgmath::num_traits::Num` is not satisfied Sep 17 18:54:18.623 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Num` is not implemented for `S` Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Num` bound Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.623 INFO kablam! Sep 17 18:54:18.623 INFO kablam! error: the trait bound `S: cgmath::num_traits::NumCast` is not satisfied Sep 17 18:54:18.623 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::NumCast` is not implemented for `S` Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::NumCast` bound Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.623 INFO kablam! Sep 17 18:54:18.623 INFO kablam! error: can't compare `S` with `S` Sep 17 18:54:18.623 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S < S` and `S > S` Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.623 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `S` Sep 17 18:54:18.623 INFO kablam! = help: consider adding a `where S: std::cmp::PartialOrd` bound Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.623 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.623 INFO kablam! Sep 17 18:54:18.623 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.623 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.623 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.624 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.624 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.624 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.624 INFO kablam! Sep 17 18:54:18.624 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.624 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.624 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.624 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.624 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.624 INFO kablam! Sep 17 18:54:18.624 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.624 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.624 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.624 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.624 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.624 INFO kablam! Sep 17 18:54:18.624 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.624 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.624 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.624 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.624 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.624 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.624 INFO kablam! Sep 17 18:54:18.624 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.624 INFO kablam! --> src/physics3d.rs:30:5 Sep 17 18:54:18.624 INFO kablam! | Sep 17 18:54:18.624 INFO kablam! 30 | ContactResolutionSystem, Quaternion, Matrix3, Vector3, Vector3, T>; Sep 17 18:54:18.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.625 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::EuclideanSpace` for `cgmath::Point3` Sep 17 18:54:18.625 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.625 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.625 INFO kablam! Sep 17 18:54:18.625 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.625 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.625 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.625 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.625 INFO kablam! Sep 17 18:54:18.625 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.625 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.625 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.625 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.625 INFO kablam! Sep 17 18:54:18.625 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.625 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.625 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.625 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.625 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.625 INFO kablam! Sep 17 18:54:18.625 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.625 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:18.625 INFO kablam! | Sep 17 18:54:18.625 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.625 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.625 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.626 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.626 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.626 INFO kablam! Sep 17 18:54:18.626 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.626 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.626 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.626 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.626 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.626 INFO kablam! Sep 17 18:54:18.626 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.626 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.626 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.626 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.626 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.626 INFO kablam! Sep 17 18:54:18.626 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.626 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.626 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.626 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.626 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.626 INFO kablam! Sep 17 18:54:18.626 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.626 INFO kablam! --> src/physics3d.rs:39:5 Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! 39 | NextFrameSetupSystem, Quaternion, Matrix3, Vector3, T, DeltaTime>; Sep 17 18:54:18.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:18.626 INFO kablam! | Sep 17 18:54:18.626 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.626 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.626 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.627 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.627 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.627 INFO kablam! Sep 17 18:54:18.642 INFO kablam! error: the trait bound `T: core::Pose, cgmath::Quaternion>` is not satisfied Sep 17 18:54:18.643 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.643 INFO kablam! | _________________________________________^ Sep 17 18:54:18.643 INFO kablam! 49 | | 'a, Sep 17 18:54:18.643 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.643 INFO kablam! 51 | | Y, Sep 17 18:54:18.643 INFO kablam! ... | Sep 17 18:54:18.643 INFO kablam! 57 | | T, Sep 17 18:54:18.643 INFO kablam! 58 | | >; Sep 17 18:54:18.643 INFO kablam! | |_^ the trait `core::Pose, cgmath::Quaternion>` is not implemented for `T` Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! = help: consider adding a `where T: core::Pose, cgmath::Quaternion>` bound Sep 17 18:54:18.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.643 INFO kablam! Sep 17 18:54:18.643 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 18:54:18.643 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.643 INFO kablam! | _________________________________________^ Sep 17 18:54:18.643 INFO kablam! 49 | | 'a, Sep 17 18:54:18.643 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.643 INFO kablam! 51 | | Y, Sep 17 18:54:18.643 INFO kablam! ... | Sep 17 18:54:18.643 INFO kablam! 57 | | T, Sep 17 18:54:18.643 INFO kablam! 58 | | >; Sep 17 18:54:18.643 INFO kablam! | |_^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 18:54:18.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.643 INFO kablam! Sep 17 18:54:18.643 INFO kablam! error: the trait bound `T: specs::Component` is not satisfied Sep 17 18:54:18.643 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.643 INFO kablam! | _________________________________________^ Sep 17 18:54:18.643 INFO kablam! 49 | | 'a, Sep 17 18:54:18.643 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.643 INFO kablam! 51 | | Y, Sep 17 18:54:18.643 INFO kablam! ... | Sep 17 18:54:18.643 INFO kablam! 57 | | T, Sep 17 18:54:18.643 INFO kablam! 58 | | >; Sep 17 18:54:18.643 INFO kablam! | |_^ the trait `specs::Component` is not implemented for `T` Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! = help: consider adding a `where T: specs::Component` bound Sep 17 18:54:18.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.643 INFO kablam! Sep 17 18:54:18.643 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 18:54:18.643 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.643 INFO kablam! | _________________________________________^ Sep 17 18:54:18.643 INFO kablam! 49 | | 'a, Sep 17 18:54:18.643 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.643 INFO kablam! 51 | | Y, Sep 17 18:54:18.643 INFO kablam! ... | Sep 17 18:54:18.643 INFO kablam! 57 | | T, Sep 17 18:54:18.643 INFO kablam! 58 | | >; Sep 17 18:54:18.643 INFO kablam! | |_^ `T` cannot be sent between threads safely Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 18:54:18.643 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 18:54:18.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.643 INFO kablam! Sep 17 18:54:18.643 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 18:54:18.643 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.643 INFO kablam! | Sep 17 18:54:18.643 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.644 INFO kablam! | _________________________________________^ Sep 17 18:54:18.644 INFO kablam! 49 | | 'a, Sep 17 18:54:18.644 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.644 INFO kablam! 51 | | Y, Sep 17 18:54:18.644 INFO kablam! ... | Sep 17 18:54:18.644 INFO kablam! 57 | | T, Sep 17 18:54:18.644 INFO kablam! 58 | | >; Sep 17 18:54:18.644 INFO kablam! | |_^ `T` cannot be shared between threads safely Sep 17 18:54:18.644 INFO kablam! | Sep 17 18:54:18.644 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 18:54:18.644 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 18:54:18.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.644 INFO kablam! Sep 17 18:54:18.644 INFO kablam! error: `S` cannot be sent between threads safely Sep 17 18:54:18.644 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.644 INFO kablam! | Sep 17 18:54:18.644 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.644 INFO kablam! | _________________________________________^ Sep 17 18:54:18.644 INFO kablam! 49 | | 'a, Sep 17 18:54:18.644 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.644 INFO kablam! 51 | | Y, Sep 17 18:54:18.644 INFO kablam! ... | Sep 17 18:54:18.644 INFO kablam! 57 | | T, Sep 17 18:54:18.644 INFO kablam! 58 | | >; Sep 17 18:54:18.644 INFO kablam! | |_^ `S` cannot be sent between threads safely Sep 17 18:54:18.644 INFO kablam! | Sep 17 18:54:18.644 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `S` Sep 17 18:54:18.644 INFO kablam! = help: consider adding a `where S: std::marker::Send` bound Sep 17 18:54:18.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.644 INFO kablam! Sep 17 18:54:18.644 INFO kablam! error: `S` cannot be shared between threads safely Sep 17 18:54:18.644 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.644 INFO kablam! | Sep 17 18:54:18.644 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.644 INFO kablam! | _________________________________________^ Sep 17 18:54:18.644 INFO kablam! 49 | | 'a, Sep 17 18:54:18.644 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.644 INFO kablam! 51 | | Y, Sep 17 18:54:18.644 INFO kablam! ... | Sep 17 18:54:18.644 INFO kablam! 57 | | T, Sep 17 18:54:18.644 INFO kablam! 58 | | >; Sep 17 18:54:18.644 INFO kablam! | |_^ `S` cannot be shared between threads safely Sep 17 18:54:18.644 INFO kablam! | Sep 17 18:54:18.644 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `S` Sep 17 18:54:18.644 INFO kablam! = help: consider adding a `where S: std::marker::Sync` bound Sep 17 18:54:18.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.644 INFO kablam! Sep 17 18:54:18.644 INFO kablam! error: `Y` cannot be sent between threads safely Sep 17 18:54:18.644 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.644 INFO kablam! | Sep 17 18:54:18.644 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.644 INFO kablam! | _________________________________________^ Sep 17 18:54:18.644 INFO kablam! 49 | | 'a, Sep 17 18:54:18.644 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.644 INFO kablam! 51 | | Y, Sep 17 18:54:18.644 INFO kablam! ... | Sep 17 18:54:18.644 INFO kablam! 57 | | T, Sep 17 18:54:18.644 INFO kablam! 58 | | >; Sep 17 18:54:18.644 INFO kablam! | |_^ `Y` cannot be sent between threads safely Sep 17 18:54:18.644 INFO kablam! | Sep 17 18:54:18.644 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Y` Sep 17 18:54:18.644 INFO kablam! = help: consider adding a `where Y: std::marker::Send` bound Sep 17 18:54:18.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.645 INFO kablam! Sep 17 18:54:18.645 INFO kablam! error: `Y` cannot be shared between threads safely Sep 17 18:54:18.645 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.645 INFO kablam! | Sep 17 18:54:18.645 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.645 INFO kablam! | _________________________________________^ Sep 17 18:54:18.645 INFO kablam! 49 | | 'a, Sep 17 18:54:18.645 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.645 INFO kablam! 51 | | Y, Sep 17 18:54:18.645 INFO kablam! ... | Sep 17 18:54:18.645 INFO kablam! 57 | | T, Sep 17 18:54:18.645 INFO kablam! 58 | | >; Sep 17 18:54:18.645 INFO kablam! | |_^ `Y` cannot be shared between threads safely Sep 17 18:54:18.645 INFO kablam! | Sep 17 18:54:18.645 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `Y` Sep 17 18:54:18.645 INFO kablam! = help: consider adding a `where Y: std::marker::Sync` bound Sep 17 18:54:18.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.645 INFO kablam! Sep 17 18:54:18.645 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:18.645 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.645 INFO kablam! | Sep 17 18:54:18.645 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.645 INFO kablam! | _________________________________________^ Sep 17 18:54:18.645 INFO kablam! 49 | | 'a, Sep 17 18:54:18.645 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.645 INFO kablam! 51 | | Y, Sep 17 18:54:18.645 INFO kablam! ... | Sep 17 18:54:18.645 INFO kablam! 57 | | T, Sep 17 18:54:18.645 INFO kablam! 58 | | >; Sep 17 18:54:18.645 INFO kablam! | |_^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:18.645 INFO kablam! | Sep 17 18:54:18.645 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:18.645 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.645 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive3` Sep 17 18:54:18.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.645 INFO kablam! Sep 17 18:54:18.645 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:18.645 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.645 INFO kablam! | Sep 17 18:54:18.645 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.645 INFO kablam! | _________________________________________^ Sep 17 18:54:18.645 INFO kablam! 49 | | 'a, Sep 17 18:54:18.645 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.645 INFO kablam! 51 | | Y, Sep 17 18:54:18.645 INFO kablam! ... | Sep 17 18:54:18.645 INFO kablam! 57 | | T, Sep 17 18:54:18.645 INFO kablam! 58 | | >; Sep 17 18:54:18.645 INFO kablam! | |_^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:18.645 INFO kablam! | Sep 17 18:54:18.645 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:18.646 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:18.646 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive3` Sep 17 18:54:18.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.646 INFO kablam! Sep 17 18:54:18.646 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:18.646 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.646 INFO kablam! | Sep 17 18:54:18.646 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.646 INFO kablam! | _________________________________________^ Sep 17 18:54:18.646 INFO kablam! 49 | | 'a, Sep 17 18:54:18.646 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.646 INFO kablam! 51 | | Y, Sep 17 18:54:18.646 INFO kablam! ... | Sep 17 18:54:18.646 INFO kablam! 57 | | T, Sep 17 18:54:18.646 INFO kablam! 58 | | >; Sep 17 18:54:18.646 INFO kablam! | |_^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:18.646 INFO kablam! | Sep 17 18:54:18.646 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:18.646 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:18.646 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.646 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.646 INFO kablam! Sep 17 18:54:18.646 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:18.646 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.646 INFO kablam! | Sep 17 18:54:18.646 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.646 INFO kablam! | _________________________________________^ Sep 17 18:54:18.646 INFO kablam! 49 | | 'a, Sep 17 18:54:18.646 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.646 INFO kablam! 51 | | Y, Sep 17 18:54:18.646 INFO kablam! ... | Sep 17 18:54:18.646 INFO kablam! 57 | | T, Sep 17 18:54:18.646 INFO kablam! 58 | | >; Sep 17 18:54:18.646 INFO kablam! | |_^ no implementation for `S += S` Sep 17 18:54:18.646 INFO kablam! | Sep 17 18:54:18.646 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:18.646 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:18.646 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.646 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.646 INFO kablam! Sep 17 18:54:18.646 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:18.646 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.646 INFO kablam! | Sep 17 18:54:18.646 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.646 INFO kablam! | _________________________________________^ Sep 17 18:54:18.646 INFO kablam! 49 | | 'a, Sep 17 18:54:18.647 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.647 INFO kablam! 51 | | Y, Sep 17 18:54:18.647 INFO kablam! ... | Sep 17 18:54:18.647 INFO kablam! 57 | | T, Sep 17 18:54:18.647 INFO kablam! 58 | | >; Sep 17 18:54:18.647 INFO kablam! | |_^ no implementation for `S -= S` Sep 17 18:54:18.647 INFO kablam! | Sep 17 18:54:18.647 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:18.647 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:18.647 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.647 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.647 INFO kablam! Sep 17 18:54:18.647 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:18.647 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.647 INFO kablam! | Sep 17 18:54:18.647 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.647 INFO kablam! | _________________________________________^ Sep 17 18:54:18.647 INFO kablam! 49 | | 'a, Sep 17 18:54:18.647 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.647 INFO kablam! 51 | | Y, Sep 17 18:54:18.647 INFO kablam! ... | Sep 17 18:54:18.647 INFO kablam! 57 | | T, Sep 17 18:54:18.647 INFO kablam! 58 | | >; Sep 17 18:54:18.647 INFO kablam! | |_^ no implementation for `S *= S` Sep 17 18:54:18.647 INFO kablam! | Sep 17 18:54:18.647 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:18.647 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:18.647 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.647 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.647 INFO kablam! Sep 17 18:54:18.647 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:18.647 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.647 INFO kablam! | Sep 17 18:54:18.647 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.647 INFO kablam! | _________________________________________^ Sep 17 18:54:18.647 INFO kablam! 49 | | 'a, Sep 17 18:54:18.647 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.647 INFO kablam! 51 | | Y, Sep 17 18:54:18.647 INFO kablam! ... | Sep 17 18:54:18.647 INFO kablam! 57 | | T, Sep 17 18:54:18.647 INFO kablam! 58 | | >; Sep 17 18:54:18.647 INFO kablam! | |_^ no implementation for `S /= S` Sep 17 18:54:18.647 INFO kablam! | Sep 17 18:54:18.647 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:18.647 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:18.647 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.647 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.647 INFO kablam! Sep 17 18:54:18.647 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:18.648 INFO kablam! --> src/physics3d.rs:48:41 Sep 17 18:54:18.648 INFO kablam! | Sep 17 18:54:18.648 INFO kablam! 48 | pub type RigidBodyParts3<'a, S, T, Y> = RigidBodyParts< Sep 17 18:54:18.648 INFO kablam! | _________________________________________^ Sep 17 18:54:18.648 INFO kablam! 49 | | 'a, Sep 17 18:54:18.648 INFO kablam! 50 | | Primitive3, Sep 17 18:54:18.648 INFO kablam! 51 | | Y, Sep 17 18:54:18.648 INFO kablam! ... | Sep 17 18:54:18.648 INFO kablam! 57 | | T, Sep 17 18:54:18.648 INFO kablam! 58 | | >; Sep 17 18:54:18.648 INFO kablam! | |_^ no implementation for `S %= S` Sep 17 18:54:18.648 INFO kablam! | Sep 17 18:54:18.648 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:18.648 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:18.648 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:18.648 INFO kablam! = note: required because of the requirements on the impl of `cgmath::VectorSpace` for `cgmath::Vector3` Sep 17 18:54:18.648 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:18.648 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:18.648 INFO kablam! Sep 17 18:54:19.707 INFO kablam! error: aborting due to 160 previous errors Sep 17 18:54:19.707 INFO kablam! Sep 17 18:54:19.718 INFO kablam! error: Could not compile `rhusics-ecs`. Sep 17 18:54:19.718 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:54:19.983 INFO kablam! error: aborting due to 160 previous errors Sep 17 18:54:19.983 INFO kablam! Sep 17 18:54:20.002 INFO kablam! error: Could not compile `rhusics-ecs`. Sep 17 18:54:20.002 INFO kablam! Sep 17 18:54:20.002 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:54:20.003 INFO kablam! su: No module specific data is present Sep 17 18:54:21.640 INFO running `"docker" "rm" "-f" "7209cdd0c38ec569daf5afffc2e17b9d702e82e56f820ad8d62b52f7fc4e15e8"` Sep 17 18:54:22.027 INFO blam! 7209cdd0c38ec569daf5afffc2e17b9d702e82e56f820ad8d62b52f7fc4e15e8