Sep 17 21:02:04.826 INFO checking nalgebra-0.16.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:02:04.826 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:02:04.826 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 21:02:05.043 INFO blam! 6d85f1f6471147bffbabd3789eb7f2f725cfef8979566f485de173de9f7b2709 Sep 17 21:02:05.045 INFO running `"docker" "start" "-a" "6d85f1f6471147bffbabd3789eb7f2f725cfef8979566f485de173de9f7b2709"` Sep 17 21:02:05.985 INFO kablam! usermod: no changes Sep 17 21:02:06.100 INFO kablam! Checking num-complex v0.2.0 Sep 17 21:02:06.100 INFO kablam! Checking approx v0.3.0 Sep 17 21:02:06.987 INFO kablam! Checking alga v0.7.1 Sep 17 21:02:11.168 INFO kablam! Checking nalgebra v0.16.0 (/source) Sep 17 21:02:18.635 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:18.636 INFO kablam! --> src/base/allocator.rs:53:31 Sep 17 21:02:18.636 INFO kablam! | Sep 17 21:02:18.636 INFO kablam! 53 | pub type SameShapeR = >::Representative; Sep 17 21:02:18.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:18.637 INFO kablam! | Sep 17 21:02:18.637 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:02:18.638 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:18.638 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.639 INFO kablam! Sep 17 21:02:18.639 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:18.640 INFO kablam! --> src/base/allocator.rs:56:31 Sep 17 21:02:18.640 INFO kablam! | Sep 17 21:02:18.640 INFO kablam! 56 | pub type SameShapeC = >::Representative; Sep 17 21:02:18.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:18.641 INFO kablam! | Sep 17 21:02:18.641 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:18.642 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.642 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.642 INFO kablam! Sep 17 21:02:18.731 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:18.731 INFO kablam! --> src/base/storage.rs:16:5 Sep 17 21:02:18.732 INFO kablam! | Sep 17 21:02:18.732 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:18.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:18.733 INFO kablam! | Sep 17 21:02:18.733 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:18.734 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.734 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.734 INFO kablam! Sep 17 21:02:18.735 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:18.735 INFO kablam! --> src/base/storage.rs:16:5 Sep 17 21:02:18.735 INFO kablam! | Sep 17 21:02:18.736 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:18.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:18.737 INFO kablam! | Sep 17 21:02:18.737 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:18.737 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.738 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.738 INFO kablam! Sep 17 21:02:18.738 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:18.739 INFO kablam! --> src/base/storage.rs:16:5 Sep 17 21:02:18.739 INFO kablam! | Sep 17 21:02:18.739 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:18.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.740 INFO kablam! | Sep 17 21:02:18.741 INFO kablam! = help: the following implementations were found: Sep 17 21:02:18.741 INFO kablam! > Sep 17 21:02:18.741 INFO kablam! > Sep 17 21:02:18.742 INFO kablam! > Sep 17 21:02:18.742 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.743 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.743 INFO kablam! Sep 17 21:02:18.743 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:18.744 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:18.744 INFO kablam! | Sep 17 21:02:18.744 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:18.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:18.744 INFO kablam! | Sep 17 21:02:18.745 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:18.745 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.745 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.745 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.745 INFO kablam! Sep 17 21:02:18.745 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:18.745 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:18.745 INFO kablam! | Sep 17 21:02:18.745 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:18.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:18.745 INFO kablam! | Sep 17 21:02:18.745 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:18.745 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.745 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.745 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.745 INFO kablam! Sep 17 21:02:18.745 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.745 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:18.745 INFO kablam! | Sep 17 21:02:18.745 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:18.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.746 INFO kablam! | Sep 17 21:02:18.746 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.746 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.746 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.746 INFO kablam! Sep 17 21:02:18.746 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.746 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:18.746 INFO kablam! | Sep 17 21:02:18.746 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:18.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.746 INFO kablam! | Sep 17 21:02:18.746 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.746 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.746 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.746 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.746 INFO kablam! Sep 17 21:02:18.746 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.746 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:18.746 INFO kablam! | Sep 17 21:02:18.746 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:18.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.746 INFO kablam! | Sep 17 21:02:18.746 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.746 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.746 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.746 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.746 INFO kablam! Sep 17 21:02:18.746 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:18.746 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:18.746 INFO kablam! | Sep 17 21:02:18.746 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:18.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:18.747 INFO kablam! | Sep 17 21:02:18.747 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:18.747 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.747 INFO kablam! Sep 17 21:02:18.747 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:18.747 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:18.747 INFO kablam! | Sep 17 21:02:18.747 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:18.747 INFO kablam! | Sep 17 21:02:18.747 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:18.747 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.747 INFO kablam! Sep 17 21:02:18.747 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.747 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:18.747 INFO kablam! | Sep 17 21:02:18.747 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.747 INFO kablam! | Sep 17 21:02:18.747 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.747 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.747 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.747 INFO kablam! Sep 17 21:02:18.747 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.747 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:18.747 INFO kablam! | Sep 17 21:02:18.747 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.747 INFO kablam! | Sep 17 21:02:18.747 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.747 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.748 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.748 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.748 INFO kablam! Sep 17 21:02:18.748 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.748 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:18.748 INFO kablam! | Sep 17 21:02:18.748 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:18.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.748 INFO kablam! | Sep 17 21:02:18.748 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.748 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.748 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.748 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.748 INFO kablam! Sep 17 21:02:18.748 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:18.748 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:18.748 INFO kablam! | Sep 17 21:02:18.748 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:18.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:18.748 INFO kablam! | Sep 17 21:02:18.748 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:18.748 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.748 INFO kablam! Sep 17 21:02:18.748 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:18.749 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:18.749 INFO kablam! | Sep 17 21:02:18.749 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:18.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:18.749 INFO kablam! | Sep 17 21:02:18.749 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:18.749 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.749 INFO kablam! Sep 17 21:02:18.749 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.749 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:18.749 INFO kablam! | Sep 17 21:02:18.749 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:18.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.749 INFO kablam! | Sep 17 21:02:18.749 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.749 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.749 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.749 INFO kablam! Sep 17 21:02:18.749 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.749 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:18.749 INFO kablam! | Sep 17 21:02:18.749 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:18.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.749 INFO kablam! | Sep 17 21:02:18.749 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.749 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.749 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.749 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.749 INFO kablam! Sep 17 21:02:18.749 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.749 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:18.750 INFO kablam! | Sep 17 21:02:18.750 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:18.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.750 INFO kablam! | Sep 17 21:02:18.750 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.750 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.750 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.750 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.750 INFO kablam! Sep 17 21:02:18.750 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:18.750 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:18.750 INFO kablam! | Sep 17 21:02:18.750 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:18.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:18.750 INFO kablam! | Sep 17 21:02:18.750 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:18.750 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.750 INFO kablam! Sep 17 21:02:18.750 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:18.750 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:18.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:18.751 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.751 INFO kablam! Sep 17 21:02:18.751 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.751 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:18.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.751 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.751 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.751 INFO kablam! Sep 17 21:02:18.751 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.751 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:18.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.751 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.751 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.751 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.751 INFO kablam! Sep 17 21:02:18.751 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.751 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:18.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.751 INFO kablam! | Sep 17 21:02:18.751 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.752 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.752 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.752 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.752 INFO kablam! Sep 17 21:02:18.752 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:18.752 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:18.752 INFO kablam! | Sep 17 21:02:18.752 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:18.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:18.752 INFO kablam! | Sep 17 21:02:18.752 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:18.752 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.752 INFO kablam! Sep 17 21:02:18.752 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:18.752 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:18.752 INFO kablam! | Sep 17 21:02:18.752 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:18.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:18.752 INFO kablam! | Sep 17 21:02:18.752 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:18.752 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.752 INFO kablam! Sep 17 21:02:18.752 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.752 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:18.752 INFO kablam! | Sep 17 21:02:18.752 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:18.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.752 INFO kablam! | Sep 17 21:02:18.752 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.752 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.752 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.752 INFO kablam! Sep 17 21:02:18.752 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.752 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:18.752 INFO kablam! | Sep 17 21:02:18.753 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:18.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.753 INFO kablam! | Sep 17 21:02:18.753 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.753 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.753 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.753 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.753 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.753 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.753 INFO kablam! Sep 17 21:02:18.753 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.753 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:18.753 INFO kablam! | Sep 17 21:02:18.753 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:18.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.753 INFO kablam! | Sep 17 21:02:18.753 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.753 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.753 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.753 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.753 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.753 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.753 INFO kablam! Sep 17 21:02:18.753 INFO kablam! error: the trait bound `D: base::dimension::DimName` is not satisfied Sep 17 21:02:18.753 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:18.753 INFO kablam! | Sep 17 21:02:18.753 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:18.753 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D` Sep 17 21:02:18.753 INFO kablam! | Sep 17 21:02:18.754 INFO kablam! = help: consider adding a `where D: base::dimension::DimName` bound Sep 17 21:02:18.754 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.754 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.754 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.754 INFO kablam! Sep 17 21:02:18.754 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.754 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:18.754 INFO kablam! | Sep 17 21:02:18.754 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:18.754 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.754 INFO kablam! | Sep 17 21:02:18.754 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.754 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.754 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.754 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.754 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.754 INFO kablam! Sep 17 21:02:18.754 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.754 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:18.754 INFO kablam! | Sep 17 21:02:18.755 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:18.755 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.755 INFO kablam! | Sep 17 21:02:18.755 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.755 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.755 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.755 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.755 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.755 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.755 INFO kablam! Sep 17 21:02:18.755 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.755 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:18.755 INFO kablam! | Sep 17 21:02:18.755 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:18.755 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.755 INFO kablam! | Sep 17 21:02:18.755 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.755 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.755 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.755 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.755 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.755 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.755 INFO kablam! Sep 17 21:02:18.755 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:18.755 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:18.756 INFO kablam! | Sep 17 21:02:18.756 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:18.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.756 INFO kablam! | Sep 17 21:02:18.756 INFO kablam! = help: consider adding a `where base::default_allocator::DefaultAllocator: base::allocator::Allocator` bound Sep 17 21:02:18.756 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.756 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.756 INFO kablam! Sep 17 21:02:18.756 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.756 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:18.756 INFO kablam! | Sep 17 21:02:18.756 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:18.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.756 INFO kablam! | Sep 17 21:02:18.756 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.756 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.756 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.756 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.756 INFO kablam! Sep 17 21:02:18.757 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.757 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:18.757 INFO kablam! | Sep 17 21:02:18.757 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:18.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.757 INFO kablam! | Sep 17 21:02:18.757 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.757 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.758 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.758 INFO kablam! Sep 17 21:02:18.758 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.758 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:18.758 INFO kablam! | Sep 17 21:02:18.758 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:18.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.758 INFO kablam! | Sep 17 21:02:18.758 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.758 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.758 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.758 INFO kablam! Sep 17 21:02:18.758 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.758 INFO kablam! --> src/base/alias.rs:31:23 Sep 17 21:02:18.758 INFO kablam! | Sep 17 21:02:18.758 INFO kablam! 31 | pub type Matrix1 = MatrixN; Sep 17 21:02:18.758 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.758 INFO kablam! | Sep 17 21:02:18.758 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.758 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.759 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.759 INFO kablam! Sep 17 21:02:18.759 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.759 INFO kablam! --> src/base/alias.rs:31:23 Sep 17 21:02:18.759 INFO kablam! | Sep 17 21:02:18.759 INFO kablam! 31 | pub type Matrix1 = MatrixN; Sep 17 21:02:18.759 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.759 INFO kablam! | Sep 17 21:02:18.759 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.759 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.759 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.759 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.759 INFO kablam! Sep 17 21:02:18.759 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.759 INFO kablam! --> src/base/alias.rs:31:23 Sep 17 21:02:18.760 INFO kablam! | Sep 17 21:02:18.760 INFO kablam! 31 | pub type Matrix1 = MatrixN; Sep 17 21:02:18.760 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.760 INFO kablam! | Sep 17 21:02:18.760 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.760 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.760 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.760 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.761 INFO kablam! Sep 17 21:02:18.761 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.761 INFO kablam! --> src/base/alias.rs:33:23 Sep 17 21:02:18.761 INFO kablam! | Sep 17 21:02:18.761 INFO kablam! 33 | pub type Matrix2 = MatrixN; Sep 17 21:02:18.762 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.762 INFO kablam! | Sep 17 21:02:18.762 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.762 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.762 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.763 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.763 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.763 INFO kablam! Sep 17 21:02:18.763 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.763 INFO kablam! --> src/base/alias.rs:33:23 Sep 17 21:02:18.764 INFO kablam! | Sep 17 21:02:18.764 INFO kablam! 33 | pub type Matrix2 = MatrixN; Sep 17 21:02:18.764 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.764 INFO kablam! | Sep 17 21:02:18.764 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.765 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.765 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.765 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.765 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.765 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.766 INFO kablam! Sep 17 21:02:18.766 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.766 INFO kablam! --> src/base/alias.rs:33:23 Sep 17 21:02:18.766 INFO kablam! | Sep 17 21:02:18.766 INFO kablam! 33 | pub type Matrix2 = MatrixN; Sep 17 21:02:18.767 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.767 INFO kablam! | Sep 17 21:02:18.767 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.767 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.768 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.768 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.768 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.768 INFO kablam! Sep 17 21:02:18.768 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.769 INFO kablam! --> src/base/alias.rs:35:23 Sep 17 21:02:18.769 INFO kablam! | Sep 17 21:02:18.769 INFO kablam! 35 | pub type Matrix3 = MatrixN; Sep 17 21:02:18.769 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.769 INFO kablam! | Sep 17 21:02:18.770 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.770 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.770 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.770 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.770 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.771 INFO kablam! Sep 17 21:02:18.771 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.771 INFO kablam! --> src/base/alias.rs:35:23 Sep 17 21:02:18.771 INFO kablam! | Sep 17 21:02:18.771 INFO kablam! 35 | pub type Matrix3 = MatrixN; Sep 17 21:02:18.772 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.772 INFO kablam! | Sep 17 21:02:18.772 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.772 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.772 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.773 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.773 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.773 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.773 INFO kablam! Sep 17 21:02:18.773 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.774 INFO kablam! --> src/base/alias.rs:35:23 Sep 17 21:02:18.774 INFO kablam! | Sep 17 21:02:18.774 INFO kablam! 35 | pub type Matrix3 = MatrixN; Sep 17 21:02:18.774 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.774 INFO kablam! | Sep 17 21:02:18.775 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.775 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.775 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.775 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.775 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.775 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.775 INFO kablam! Sep 17 21:02:18.775 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.775 INFO kablam! --> src/base/alias.rs:37:23 Sep 17 21:02:18.775 INFO kablam! | Sep 17 21:02:18.775 INFO kablam! 37 | pub type Matrix4 = MatrixN; Sep 17 21:02:18.775 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.775 INFO kablam! | Sep 17 21:02:18.775 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.775 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.775 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.775 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.775 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.775 INFO kablam! Sep 17 21:02:18.775 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.775 INFO kablam! --> src/base/alias.rs:37:23 Sep 17 21:02:18.775 INFO kablam! | Sep 17 21:02:18.776 INFO kablam! 37 | pub type Matrix4 = MatrixN; Sep 17 21:02:18.776 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.776 INFO kablam! | Sep 17 21:02:18.776 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.776 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.776 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.776 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.776 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.776 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.776 INFO kablam! Sep 17 21:02:18.776 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.776 INFO kablam! --> src/base/alias.rs:37:23 Sep 17 21:02:18.776 INFO kablam! | Sep 17 21:02:18.776 INFO kablam! 37 | pub type Matrix4 = MatrixN; Sep 17 21:02:18.776 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.776 INFO kablam! | Sep 17 21:02:18.776 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.777 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.777 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.777 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.777 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.777 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.777 INFO kablam! Sep 17 21:02:18.777 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.777 INFO kablam! --> src/base/alias.rs:39:23 Sep 17 21:02:18.777 INFO kablam! | Sep 17 21:02:18.777 INFO kablam! 39 | pub type Matrix5 = MatrixN; Sep 17 21:02:18.777 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.777 INFO kablam! | Sep 17 21:02:18.777 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.777 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.777 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.777 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.777 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.777 INFO kablam! Sep 17 21:02:18.778 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.778 INFO kablam! --> src/base/alias.rs:39:23 Sep 17 21:02:18.778 INFO kablam! | Sep 17 21:02:18.778 INFO kablam! 39 | pub type Matrix5 = MatrixN; Sep 17 21:02:18.778 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.778 INFO kablam! | Sep 17 21:02:18.778 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.778 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.778 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.778 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.778 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.778 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.778 INFO kablam! Sep 17 21:02:18.778 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.778 INFO kablam! --> src/base/alias.rs:39:23 Sep 17 21:02:18.778 INFO kablam! | Sep 17 21:02:18.778 INFO kablam! 39 | pub type Matrix5 = MatrixN; Sep 17 21:02:18.779 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.779 INFO kablam! | Sep 17 21:02:18.779 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.779 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.779 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.779 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.779 INFO kablam! Sep 17 21:02:18.779 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.779 INFO kablam! --> src/base/alias.rs:41:23 Sep 17 21:02:18.779 INFO kablam! | Sep 17 21:02:18.779 INFO kablam! 41 | pub type Matrix6 = MatrixN; Sep 17 21:02:18.779 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.779 INFO kablam! | Sep 17 21:02:18.779 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.779 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.779 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.780 INFO kablam! Sep 17 21:02:18.780 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.780 INFO kablam! --> src/base/alias.rs:41:23 Sep 17 21:02:18.780 INFO kablam! | Sep 17 21:02:18.780 INFO kablam! 41 | pub type Matrix6 = MatrixN; Sep 17 21:02:18.780 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.780 INFO kablam! | Sep 17 21:02:18.780 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.781 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.781 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.781 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.781 INFO kablam! Sep 17 21:02:18.781 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.781 INFO kablam! --> src/base/alias.rs:41:23 Sep 17 21:02:18.781 INFO kablam! | Sep 17 21:02:18.781 INFO kablam! 41 | pub type Matrix6 = MatrixN; Sep 17 21:02:18.781 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.781 INFO kablam! | Sep 17 21:02:18.781 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.781 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.781 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.781 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.781 INFO kablam! Sep 17 21:02:18.781 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.781 INFO kablam! --> src/base/alias.rs:44:25 Sep 17 21:02:18.781 INFO kablam! | Sep 17 21:02:18.782 INFO kablam! 44 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:18.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.782 INFO kablam! | Sep 17 21:02:18.782 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.782 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.782 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.782 INFO kablam! Sep 17 21:02:18.791 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.791 INFO kablam! --> src/base/alias.rs:44:25 Sep 17 21:02:18.791 INFO kablam! | Sep 17 21:02:18.792 INFO kablam! 44 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:18.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.792 INFO kablam! | Sep 17 21:02:18.792 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.793 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.793 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.793 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.793 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.794 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.794 INFO kablam! Sep 17 21:02:18.794 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.794 INFO kablam! --> src/base/alias.rs:44:25 Sep 17 21:02:18.795 INFO kablam! | Sep 17 21:02:18.795 INFO kablam! 44 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:18.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.795 INFO kablam! | Sep 17 21:02:18.796 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.796 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.796 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.797 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.797 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.797 INFO kablam! Sep 17 21:02:18.797 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.798 INFO kablam! --> src/base/alias.rs:46:25 Sep 17 21:02:18.798 INFO kablam! | Sep 17 21:02:18.798 INFO kablam! 46 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:18.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.799 INFO kablam! | Sep 17 21:02:18.799 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.799 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.800 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.800 INFO kablam! Sep 17 21:02:18.800 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.801 INFO kablam! --> src/base/alias.rs:46:25 Sep 17 21:02:18.801 INFO kablam! | Sep 17 21:02:18.801 INFO kablam! 46 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:18.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.802 INFO kablam! | Sep 17 21:02:18.802 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.802 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.803 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.803 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.803 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.803 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.804 INFO kablam! Sep 17 21:02:18.804 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.804 INFO kablam! --> src/base/alias.rs:46:25 Sep 17 21:02:18.804 INFO kablam! | Sep 17 21:02:18.805 INFO kablam! 46 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:18.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.805 INFO kablam! | Sep 17 21:02:18.805 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.806 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.806 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.806 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.807 INFO kablam! Sep 17 21:02:18.807 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.808 INFO kablam! --> src/base/alias.rs:48:25 Sep 17 21:02:18.808 INFO kablam! | Sep 17 21:02:18.808 INFO kablam! 48 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:18.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.809 INFO kablam! | Sep 17 21:02:18.809 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.809 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.810 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.810 INFO kablam! Sep 17 21:02:18.811 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.811 INFO kablam! --> src/base/alias.rs:48:25 Sep 17 21:02:18.811 INFO kablam! | Sep 17 21:02:18.811 INFO kablam! 48 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:18.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.812 INFO kablam! | Sep 17 21:02:18.812 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.812 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.812 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.813 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.813 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.813 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.813 INFO kablam! Sep 17 21:02:18.813 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.814 INFO kablam! --> src/base/alias.rs:48:25 Sep 17 21:02:18.814 INFO kablam! | Sep 17 21:02:18.816 INFO kablam! 48 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:18.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.816 INFO kablam! | Sep 17 21:02:18.816 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.816 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.816 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.816 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.816 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.816 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.816 INFO kablam! Sep 17 21:02:18.816 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.816 INFO kablam! --> src/base/alias.rs:50:25 Sep 17 21:02:18.816 INFO kablam! | Sep 17 21:02:18.816 INFO kablam! 50 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:18.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.817 INFO kablam! | Sep 17 21:02:18.817 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.817 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.817 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.817 INFO kablam! Sep 17 21:02:18.817 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.817 INFO kablam! --> src/base/alias.rs:50:25 Sep 17 21:02:18.817 INFO kablam! | Sep 17 21:02:18.817 INFO kablam! 50 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:18.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.817 INFO kablam! | Sep 17 21:02:18.817 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.817 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.817 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.817 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.817 INFO kablam! Sep 17 21:02:18.817 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.817 INFO kablam! --> src/base/alias.rs:50:25 Sep 17 21:02:18.817 INFO kablam! | Sep 17 21:02:18.817 INFO kablam! 50 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:18.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.817 INFO kablam! | Sep 17 21:02:18.817 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.817 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.817 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.817 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.817 INFO kablam! Sep 17 21:02:18.817 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.817 INFO kablam! --> src/base/alias.rs:52:25 Sep 17 21:02:18.817 INFO kablam! | Sep 17 21:02:18.817 INFO kablam! 52 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:18.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.817 INFO kablam! | Sep 17 21:02:18.817 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.817 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.817 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.817 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.817 INFO kablam! Sep 17 21:02:18.818 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.818 INFO kablam! --> src/base/alias.rs:52:25 Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! 52 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:18.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.818 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.818 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.818 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.818 INFO kablam! Sep 17 21:02:18.818 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.818 INFO kablam! --> src/base/alias.rs:52:25 Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! 52 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:18.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.818 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.818 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.818 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.818 INFO kablam! Sep 17 21:02:18.818 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.818 INFO kablam! --> src/base/alias.rs:55:25 Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! 55 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:18.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.818 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.818 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.818 INFO kablam! Sep 17 21:02:18.818 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.818 INFO kablam! --> src/base/alias.rs:55:25 Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! 55 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:18.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.818 INFO kablam! | Sep 17 21:02:18.818 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.818 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.818 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.818 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.818 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.818 INFO kablam! Sep 17 21:02:18.818 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.818 INFO kablam! --> src/base/alias.rs:55:25 Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! 55 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:18.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.819 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.819 INFO kablam! Sep 17 21:02:18.819 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.819 INFO kablam! --> src/base/alias.rs:57:25 Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! 57 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:18.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.819 INFO kablam! Sep 17 21:02:18.819 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.819 INFO kablam! --> src/base/alias.rs:57:25 Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! 57 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:18.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.819 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.819 INFO kablam! Sep 17 21:02:18.819 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.819 INFO kablam! --> src/base/alias.rs:57:25 Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! 57 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:18.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.819 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.819 INFO kablam! Sep 17 21:02:18.819 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.819 INFO kablam! --> src/base/alias.rs:59:25 Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! 59 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:18.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.819 INFO kablam! | Sep 17 21:02:18.819 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.820 INFO kablam! Sep 17 21:02:18.820 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.820 INFO kablam! --> src/base/alias.rs:59:25 Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! 59 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.820 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.820 INFO kablam! Sep 17 21:02:18.820 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.820 INFO kablam! --> src/base/alias.rs:59:25 Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! 59 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.820 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.820 INFO kablam! Sep 17 21:02:18.820 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.820 INFO kablam! --> src/base/alias.rs:61:25 Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! 61 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.820 INFO kablam! Sep 17 21:02:18.820 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.820 INFO kablam! --> src/base/alias.rs:61:25 Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! 61 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.820 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.820 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.820 INFO kablam! Sep 17 21:02:18.820 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.820 INFO kablam! --> src/base/alias.rs:61:25 Sep 17 21:02:18.820 INFO kablam! | Sep 17 21:02:18.820 INFO kablam! 61 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:18.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.821 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.821 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.821 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.821 INFO kablam! Sep 17 21:02:18.821 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.821 INFO kablam! --> src/base/alias.rs:64:25 Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! 64 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:18.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.821 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.821 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.821 INFO kablam! Sep 17 21:02:18.821 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.821 INFO kablam! --> src/base/alias.rs:64:25 Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! 64 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:18.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.821 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.821 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.821 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.821 INFO kablam! Sep 17 21:02:18.821 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.821 INFO kablam! --> src/base/alias.rs:64:25 Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! 64 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:18.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.821 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.821 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.821 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.821 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.821 INFO kablam! Sep 17 21:02:18.821 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.821 INFO kablam! --> src/base/alias.rs:66:25 Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! 66 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:18.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.821 INFO kablam! | Sep 17 21:02:18.821 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.822 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.822 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.822 INFO kablam! Sep 17 21:02:18.822 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.822 INFO kablam! --> src/base/alias.rs:66:25 Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! 66 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:18.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.822 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.822 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.822 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.822 INFO kablam! Sep 17 21:02:18.822 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.822 INFO kablam! --> src/base/alias.rs:66:25 Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! 66 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:18.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.822 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.822 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.822 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.822 INFO kablam! Sep 17 21:02:18.822 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.822 INFO kablam! --> src/base/alias.rs:68:25 Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! 68 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:18.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.822 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.822 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.822 INFO kablam! Sep 17 21:02:18.822 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.822 INFO kablam! --> src/base/alias.rs:68:25 Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! 68 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:18.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.822 INFO kablam! | Sep 17 21:02:18.822 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.822 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.822 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.823 INFO kablam! Sep 17 21:02:18.823 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.823 INFO kablam! --> src/base/alias.rs:68:25 Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! 68 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:18.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.823 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.823 INFO kablam! Sep 17 21:02:18.823 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.823 INFO kablam! --> src/base/alias.rs:71:25 Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! 71 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:18.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.823 INFO kablam! Sep 17 21:02:18.823 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.823 INFO kablam! --> src/base/alias.rs:71:25 Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! 71 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:18.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.823 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.823 INFO kablam! Sep 17 21:02:18.823 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.823 INFO kablam! --> src/base/alias.rs:71:25 Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! 71 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:18.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.823 INFO kablam! | Sep 17 21:02:18.823 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.823 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.823 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.823 INFO kablam! Sep 17 21:02:18.834 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.834 INFO kablam! --> src/base/alias.rs:73:25 Sep 17 21:02:18.834 INFO kablam! | Sep 17 21:02:18.834 INFO kablam! 73 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:18.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.834 INFO kablam! | Sep 17 21:02:18.834 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.834 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.834 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.834 INFO kablam! Sep 17 21:02:18.834 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.834 INFO kablam! --> src/base/alias.rs:73:25 Sep 17 21:02:18.834 INFO kablam! | Sep 17 21:02:18.834 INFO kablam! 73 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:18.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.834 INFO kablam! | Sep 17 21:02:18.834 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.834 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.834 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.834 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.834 INFO kablam! Sep 17 21:02:18.839 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.839 INFO kablam! --> src/base/alias.rs:73:25 Sep 17 21:02:18.839 INFO kablam! | Sep 17 21:02:18.839 INFO kablam! 73 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:18.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.839 INFO kablam! | Sep 17 21:02:18.839 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.839 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.839 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.839 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.839 INFO kablam! Sep 17 21:02:18.843 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.843 INFO kablam! --> src/base/alias.rs:76:25 Sep 17 21:02:18.843 INFO kablam! | Sep 17 21:02:18.843 INFO kablam! 76 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:18.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.843 INFO kablam! | Sep 17 21:02:18.843 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.843 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.843 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.843 INFO kablam! Sep 17 21:02:18.843 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.843 INFO kablam! --> src/base/alias.rs:76:25 Sep 17 21:02:18.843 INFO kablam! | Sep 17 21:02:18.843 INFO kablam! 76 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:18.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.843 INFO kablam! | Sep 17 21:02:18.843 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.843 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.843 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.843 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.843 INFO kablam! Sep 17 21:02:18.844 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.844 INFO kablam! --> src/base/alias.rs:76:25 Sep 17 21:02:18.844 INFO kablam! | Sep 17 21:02:18.844 INFO kablam! 76 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:18.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.844 INFO kablam! | Sep 17 21:02:18.844 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.844 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.844 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.844 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.844 INFO kablam! Sep 17 21:02:18.844 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.844 INFO kablam! --> src/base/alias.rs:79:25 Sep 17 21:02:18.844 INFO kablam! | Sep 17 21:02:18.844 INFO kablam! 79 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:18.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.844 INFO kablam! | Sep 17 21:02:18.844 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.845 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.845 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.845 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.845 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.845 INFO kablam! Sep 17 21:02:18.845 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.845 INFO kablam! --> src/base/alias.rs:79:25 Sep 17 21:02:18.845 INFO kablam! | Sep 17 21:02:18.845 INFO kablam! 79 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:18.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.845 INFO kablam! | Sep 17 21:02:18.845 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.845 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.845 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.845 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.845 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.845 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.845 INFO kablam! Sep 17 21:02:18.863 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.863 INFO kablam! --> src/base/alias.rs:79:25 Sep 17 21:02:18.863 INFO kablam! | Sep 17 21:02:18.863 INFO kablam! 79 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:18.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.863 INFO kablam! | Sep 17 21:02:18.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.863 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.863 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.863 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.863 INFO kablam! Sep 17 21:02:18.863 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.863 INFO kablam! --> src/base/alias.rs:81:25 Sep 17 21:02:18.863 INFO kablam! | Sep 17 21:02:18.863 INFO kablam! 81 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:18.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.863 INFO kablam! | Sep 17 21:02:18.863 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.863 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.863 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.864 INFO kablam! Sep 17 21:02:18.864 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.864 INFO kablam! --> src/base/alias.rs:81:25 Sep 17 21:02:18.864 INFO kablam! | Sep 17 21:02:18.864 INFO kablam! 81 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:18.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.864 INFO kablam! | Sep 17 21:02:18.864 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.864 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.864 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.864 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.864 INFO kablam! Sep 17 21:02:18.864 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.864 INFO kablam! --> src/base/alias.rs:81:25 Sep 17 21:02:18.864 INFO kablam! | Sep 17 21:02:18.864 INFO kablam! 81 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:18.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.864 INFO kablam! | Sep 17 21:02:18.865 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.865 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.865 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.865 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.865 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.865 INFO kablam! Sep 17 21:02:18.865 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.865 INFO kablam! --> src/base/alias.rs:83:25 Sep 17 21:02:18.865 INFO kablam! | Sep 17 21:02:18.865 INFO kablam! 83 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:18.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.865 INFO kablam! | Sep 17 21:02:18.865 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.865 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.865 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.865 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.865 INFO kablam! Sep 17 21:02:18.865 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.866 INFO kablam! --> src/base/alias.rs:83:25 Sep 17 21:02:18.866 INFO kablam! | Sep 17 21:02:18.866 INFO kablam! 83 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:18.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.866 INFO kablam! | Sep 17 21:02:18.866 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.866 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.866 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.866 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.866 INFO kablam! Sep 17 21:02:18.866 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.866 INFO kablam! --> src/base/alias.rs:83:25 Sep 17 21:02:18.866 INFO kablam! | Sep 17 21:02:18.866 INFO kablam! 83 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:18.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.866 INFO kablam! | Sep 17 21:02:18.866 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.866 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.867 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.867 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.867 INFO kablam! Sep 17 21:02:18.867 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.867 INFO kablam! --> src/base/alias.rs:85:25 Sep 17 21:02:18.867 INFO kablam! | Sep 17 21:02:18.867 INFO kablam! 85 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:18.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.867 INFO kablam! | Sep 17 21:02:18.867 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.867 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.867 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.867 INFO kablam! Sep 17 21:02:18.867 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.867 INFO kablam! --> src/base/alias.rs:85:25 Sep 17 21:02:18.867 INFO kablam! | Sep 17 21:02:18.867 INFO kablam! 85 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:18.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.868 INFO kablam! | Sep 17 21:02:18.868 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.868 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.868 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.868 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.868 INFO kablam! Sep 17 21:02:18.868 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.868 INFO kablam! --> src/base/alias.rs:85:25 Sep 17 21:02:18.868 INFO kablam! | Sep 17 21:02:18.868 INFO kablam! 85 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:18.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.868 INFO kablam! | Sep 17 21:02:18.868 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.868 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.868 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.868 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.869 INFO kablam! Sep 17 21:02:18.875 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.875 INFO kablam! --> src/base/alias.rs:87:25 Sep 17 21:02:18.875 INFO kablam! | Sep 17 21:02:18.875 INFO kablam! 87 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:18.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.875 INFO kablam! | Sep 17 21:02:18.875 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.875 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.875 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.875 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.875 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.875 INFO kablam! Sep 17 21:02:18.875 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.875 INFO kablam! --> src/base/alias.rs:87:25 Sep 17 21:02:18.875 INFO kablam! | Sep 17 21:02:18.875 INFO kablam! 87 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:18.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.875 INFO kablam! | Sep 17 21:02:18.875 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.875 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.876 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.876 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.876 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.876 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.876 INFO kablam! Sep 17 21:02:18.876 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.876 INFO kablam! --> src/base/alias.rs:87:25 Sep 17 21:02:18.876 INFO kablam! | Sep 17 21:02:18.876 INFO kablam! 87 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:18.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.876 INFO kablam! | Sep 17 21:02:18.876 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.876 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.876 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.876 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.876 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.876 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.876 INFO kablam! Sep 17 21:02:18.876 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.876 INFO kablam! --> src/base/alias.rs:90:25 Sep 17 21:02:18.876 INFO kablam! | Sep 17 21:02:18.876 INFO kablam! 90 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:18.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.876 INFO kablam! | Sep 17 21:02:18.876 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.876 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.876 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.876 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.877 INFO kablam! Sep 17 21:02:18.877 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.877 INFO kablam! --> src/base/alias.rs:90:25 Sep 17 21:02:18.877 INFO kablam! | Sep 17 21:02:18.877 INFO kablam! 90 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:18.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.877 INFO kablam! | Sep 17 21:02:18.877 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.877 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.877 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.877 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.877 INFO kablam! Sep 17 21:02:18.877 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.877 INFO kablam! --> src/base/alias.rs:90:25 Sep 17 21:02:18.877 INFO kablam! | Sep 17 21:02:18.877 INFO kablam! 90 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:18.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.877 INFO kablam! | Sep 17 21:02:18.877 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.877 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.877 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.877 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.877 INFO kablam! Sep 17 21:02:18.877 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.877 INFO kablam! --> src/base/alias.rs:92:25 Sep 17 21:02:18.877 INFO kablam! | Sep 17 21:02:18.877 INFO kablam! 92 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:18.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.877 INFO kablam! | Sep 17 21:02:18.877 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.877 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.877 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.878 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.878 INFO kablam! Sep 17 21:02:18.878 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.878 INFO kablam! --> src/base/alias.rs:92:25 Sep 17 21:02:18.878 INFO kablam! | Sep 17 21:02:18.878 INFO kablam! 92 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:18.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.878 INFO kablam! | Sep 17 21:02:18.878 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.878 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.878 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.878 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.878 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.878 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.878 INFO kablam! Sep 17 21:02:18.878 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.878 INFO kablam! --> src/base/alias.rs:92:25 Sep 17 21:02:18.878 INFO kablam! | Sep 17 21:02:18.878 INFO kablam! 92 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:18.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.878 INFO kablam! | Sep 17 21:02:18.879 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.879 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.879 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.879 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.879 INFO kablam! Sep 17 21:02:18.879 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.879 INFO kablam! --> src/base/alias.rs:94:25 Sep 17 21:02:18.879 INFO kablam! | Sep 17 21:02:18.879 INFO kablam! 94 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:18.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.879 INFO kablam! | Sep 17 21:02:18.879 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.879 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.879 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.880 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.880 INFO kablam! Sep 17 21:02:18.880 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.880 INFO kablam! --> src/base/alias.rs:94:25 Sep 17 21:02:18.880 INFO kablam! | Sep 17 21:02:18.880 INFO kablam! 94 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:18.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.880 INFO kablam! | Sep 17 21:02:18.880 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.880 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.880 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.880 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.880 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.880 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.880 INFO kablam! Sep 17 21:02:18.880 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.880 INFO kablam! --> src/base/alias.rs:94:25 Sep 17 21:02:18.880 INFO kablam! | Sep 17 21:02:18.880 INFO kablam! 94 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:18.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.881 INFO kablam! | Sep 17 21:02:18.881 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.881 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.881 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.881 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.881 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.881 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.881 INFO kablam! Sep 17 21:02:18.887 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.887 INFO kablam! --> src/base/alias.rs:96:25 Sep 17 21:02:18.887 INFO kablam! | Sep 17 21:02:18.887 INFO kablam! 96 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:18.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.887 INFO kablam! | Sep 17 21:02:18.887 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.887 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.887 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.887 INFO kablam! Sep 17 21:02:18.895 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.895 INFO kablam! --> src/base/alias.rs:96:25 Sep 17 21:02:18.895 INFO kablam! | Sep 17 21:02:18.895 INFO kablam! 96 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:18.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.895 INFO kablam! | Sep 17 21:02:18.895 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.895 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.895 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.895 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.895 INFO kablam! Sep 17 21:02:18.895 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.895 INFO kablam! --> src/base/alias.rs:96:25 Sep 17 21:02:18.895 INFO kablam! | Sep 17 21:02:18.895 INFO kablam! 96 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:18.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.895 INFO kablam! | Sep 17 21:02:18.895 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.895 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.895 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.895 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.896 INFO kablam! Sep 17 21:02:18.896 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.896 INFO kablam! --> src/base/alias.rs:99:25 Sep 17 21:02:18.896 INFO kablam! | Sep 17 21:02:18.896 INFO kablam! 99 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:18.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.896 INFO kablam! | Sep 17 21:02:18.896 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.896 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.896 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.896 INFO kablam! Sep 17 21:02:18.896 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.896 INFO kablam! --> src/base/alias.rs:99:25 Sep 17 21:02:18.896 INFO kablam! | Sep 17 21:02:18.896 INFO kablam! 99 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:18.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.896 INFO kablam! | Sep 17 21:02:18.896 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.896 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.897 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.897 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.897 INFO kablam! Sep 17 21:02:18.897 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.897 INFO kablam! --> src/base/alias.rs:99:25 Sep 17 21:02:18.897 INFO kablam! | Sep 17 21:02:18.897 INFO kablam! 99 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:18.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.897 INFO kablam! | Sep 17 21:02:18.897 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.897 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.897 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.897 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.897 INFO kablam! Sep 17 21:02:18.897 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.897 INFO kablam! --> src/base/alias.rs:101:25 Sep 17 21:02:18.898 INFO kablam! | Sep 17 21:02:18.898 INFO kablam! 101 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:18.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.898 INFO kablam! | Sep 17 21:02:18.898 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.898 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.898 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.898 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.898 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.898 INFO kablam! Sep 17 21:02:18.898 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.898 INFO kablam! --> src/base/alias.rs:101:25 Sep 17 21:02:18.898 INFO kablam! | Sep 17 21:02:18.898 INFO kablam! 101 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:18.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.898 INFO kablam! | Sep 17 21:02:18.898 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.898 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.898 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.899 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.899 INFO kablam! Sep 17 21:02:18.899 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.899 INFO kablam! --> src/base/alias.rs:101:25 Sep 17 21:02:18.899 INFO kablam! | Sep 17 21:02:18.899 INFO kablam! 101 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:18.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.899 INFO kablam! | Sep 17 21:02:18.899 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.899 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.899 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.899 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.900 INFO kablam! Sep 17 21:02:18.900 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.900 INFO kablam! --> src/base/alias.rs:103:25 Sep 17 21:02:18.900 INFO kablam! | Sep 17 21:02:18.900 INFO kablam! 103 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:18.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.900 INFO kablam! | Sep 17 21:02:18.900 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.900 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.900 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.900 INFO kablam! Sep 17 21:02:18.900 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.900 INFO kablam! --> src/base/alias.rs:103:25 Sep 17 21:02:18.900 INFO kablam! | Sep 17 21:02:18.900 INFO kablam! 103 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:18.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.901 INFO kablam! | Sep 17 21:02:18.901 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.901 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.901 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.901 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.901 INFO kablam! Sep 17 21:02:18.901 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.901 INFO kablam! --> src/base/alias.rs:103:25 Sep 17 21:02:18.901 INFO kablam! | Sep 17 21:02:18.901 INFO kablam! 103 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:18.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.901 INFO kablam! | Sep 17 21:02:18.901 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.901 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.901 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.902 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.902 INFO kablam! Sep 17 21:02:18.902 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.902 INFO kablam! --> src/base/alias.rs:106:25 Sep 17 21:02:18.902 INFO kablam! | Sep 17 21:02:18.902 INFO kablam! 106 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:18.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.902 INFO kablam! | Sep 17 21:02:18.902 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.902 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.902 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.902 INFO kablam! Sep 17 21:02:18.902 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.902 INFO kablam! --> src/base/alias.rs:106:25 Sep 17 21:02:18.902 INFO kablam! | Sep 17 21:02:18.902 INFO kablam! 106 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:18.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.903 INFO kablam! | Sep 17 21:02:18.903 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.903 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.903 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.903 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.903 INFO kablam! Sep 17 21:02:18.903 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.903 INFO kablam! --> src/base/alias.rs:106:25 Sep 17 21:02:18.903 INFO kablam! | Sep 17 21:02:18.903 INFO kablam! 106 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:18.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.903 INFO kablam! | Sep 17 21:02:18.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.903 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.903 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.903 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.904 INFO kablam! Sep 17 21:02:18.911 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.911 INFO kablam! --> src/base/alias.rs:108:25 Sep 17 21:02:18.911 INFO kablam! | Sep 17 21:02:18.911 INFO kablam! 108 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:18.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.911 INFO kablam! | Sep 17 21:02:18.911 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.911 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.911 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.911 INFO kablam! Sep 17 21:02:18.911 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.911 INFO kablam! --> src/base/alias.rs:108:25 Sep 17 21:02:18.911 INFO kablam! | Sep 17 21:02:18.911 INFO kablam! 108 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:18.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.911 INFO kablam! | Sep 17 21:02:18.911 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.911 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.912 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.912 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.912 INFO kablam! Sep 17 21:02:18.912 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.912 INFO kablam! --> src/base/alias.rs:108:25 Sep 17 21:02:18.912 INFO kablam! | Sep 17 21:02:18.912 INFO kablam! 108 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:18.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.912 INFO kablam! | Sep 17 21:02:18.912 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.912 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.912 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.912 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.912 INFO kablam! Sep 17 21:02:18.913 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.913 INFO kablam! --> src/base/alias.rs:111:25 Sep 17 21:02:18.913 INFO kablam! | Sep 17 21:02:18.913 INFO kablam! 111 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:18.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.913 INFO kablam! | Sep 17 21:02:18.913 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.913 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.913 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.913 INFO kablam! Sep 17 21:02:18.913 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.913 INFO kablam! --> src/base/alias.rs:111:25 Sep 17 21:02:18.913 INFO kablam! | Sep 17 21:02:18.914 INFO kablam! 111 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:18.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.914 INFO kablam! | Sep 17 21:02:18.914 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.914 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.914 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.914 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.914 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.914 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.914 INFO kablam! Sep 17 21:02:18.914 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.914 INFO kablam! --> src/base/alias.rs:111:25 Sep 17 21:02:18.914 INFO kablam! | Sep 17 21:02:18.914 INFO kablam! 111 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:18.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.914 INFO kablam! | Sep 17 21:02:18.914 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.915 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.915 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.915 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.915 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.915 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.915 INFO kablam! Sep 17 21:02:18.915 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.915 INFO kablam! --> src/base/alias.rs:122:23 Sep 17 21:02:18.915 INFO kablam! | Sep 17 21:02:18.915 INFO kablam! 122 | pub type DVector = Matrix>; Sep 17 21:02:18.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.915 INFO kablam! | Sep 17 21:02:18.915 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.915 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.915 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.916 INFO kablam! Sep 17 21:02:18.916 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.916 INFO kablam! --> src/base/alias.rs:122:23 Sep 17 21:02:18.916 INFO kablam! | Sep 17 21:02:18.916 INFO kablam! 122 | pub type DVector = Matrix>; Sep 17 21:02:18.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.916 INFO kablam! | Sep 17 21:02:18.916 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.916 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.916 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.916 INFO kablam! Sep 17 21:02:18.916 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.916 INFO kablam! --> src/base/alias.rs:122:23 Sep 17 21:02:18.917 INFO kablam! | Sep 17 21:02:18.917 INFO kablam! 122 | pub type DVector = Matrix>; Sep 17 21:02:18.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.917 INFO kablam! | Sep 17 21:02:18.917 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.917 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.917 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.917 INFO kablam! Sep 17 21:02:18.917 INFO kablam! error: the trait bound `D: base::dimension::DimName` is not satisfied Sep 17 21:02:18.917 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:18.917 INFO kablam! | Sep 17 21:02:18.917 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:18.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D` Sep 17 21:02:18.917 INFO kablam! | Sep 17 21:02:18.917 INFO kablam! = help: consider adding a `where D: base::dimension::DimName` bound Sep 17 21:02:18.917 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.918 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.918 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.918 INFO kablam! Sep 17 21:02:18.918 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.918 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:18.918 INFO kablam! | Sep 17 21:02:18.918 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:18.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.918 INFO kablam! | Sep 17 21:02:18.918 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.918 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.918 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.918 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.918 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.918 INFO kablam! Sep 17 21:02:18.918 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.918 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:18.919 INFO kablam! | Sep 17 21:02:18.919 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:18.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.919 INFO kablam! | Sep 17 21:02:18.919 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.919 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.919 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.919 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.919 INFO kablam! Sep 17 21:02:18.919 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.919 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:18.919 INFO kablam! | Sep 17 21:02:18.919 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:18.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.919 INFO kablam! | Sep 17 21:02:18.919 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.919 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.919 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.919 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.920 INFO kablam! Sep 17 21:02:18.920 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.920 INFO kablam! --> src/base/alias.rs:128:23 Sep 17 21:02:18.920 INFO kablam! | Sep 17 21:02:18.920 INFO kablam! 128 | pub type Vector1 = VectorN; Sep 17 21:02:18.920 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.920 INFO kablam! | Sep 17 21:02:18.920 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.920 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.920 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.920 INFO kablam! Sep 17 21:02:18.920 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.920 INFO kablam! --> src/base/alias.rs:128:23 Sep 17 21:02:18.920 INFO kablam! | Sep 17 21:02:18.920 INFO kablam! 128 | pub type Vector1 = VectorN; Sep 17 21:02:18.921 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.921 INFO kablam! | Sep 17 21:02:18.921 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.921 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.921 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.921 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.921 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.921 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.921 INFO kablam! Sep 17 21:02:18.921 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.921 INFO kablam! --> src/base/alias.rs:128:23 Sep 17 21:02:18.921 INFO kablam! | Sep 17 21:02:18.922 INFO kablam! 128 | pub type Vector1 = VectorN; Sep 17 21:02:18.922 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.922 INFO kablam! | Sep 17 21:02:18.922 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.922 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.922 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.922 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.922 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.922 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.922 INFO kablam! Sep 17 21:02:18.939 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.939 INFO kablam! --> src/base/alias.rs:130:23 Sep 17 21:02:18.939 INFO kablam! | Sep 17 21:02:18.939 INFO kablam! 130 | pub type Vector2 = VectorN; Sep 17 21:02:18.939 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.939 INFO kablam! | Sep 17 21:02:18.939 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.939 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.939 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.939 INFO kablam! Sep 17 21:02:18.939 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.939 INFO kablam! --> src/base/alias.rs:130:23 Sep 17 21:02:18.939 INFO kablam! | Sep 17 21:02:18.939 INFO kablam! 130 | pub type Vector2 = VectorN; Sep 17 21:02:18.939 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.939 INFO kablam! | Sep 17 21:02:18.939 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.940 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.940 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.940 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.940 INFO kablam! Sep 17 21:02:18.940 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.940 INFO kablam! --> src/base/alias.rs:130:23 Sep 17 21:02:18.940 INFO kablam! | Sep 17 21:02:18.940 INFO kablam! 130 | pub type Vector2 = VectorN; Sep 17 21:02:18.940 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.940 INFO kablam! | Sep 17 21:02:18.940 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.940 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.940 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.940 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.941 INFO kablam! Sep 17 21:02:18.941 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.941 INFO kablam! --> src/base/alias.rs:132:23 Sep 17 21:02:18.941 INFO kablam! | Sep 17 21:02:18.941 INFO kablam! 132 | pub type Vector3 = VectorN; Sep 17 21:02:18.941 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.941 INFO kablam! | Sep 17 21:02:18.941 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.941 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.941 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.941 INFO kablam! Sep 17 21:02:18.941 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.941 INFO kablam! --> src/base/alias.rs:132:23 Sep 17 21:02:18.941 INFO kablam! | Sep 17 21:02:18.942 INFO kablam! 132 | pub type Vector3 = VectorN; Sep 17 21:02:18.942 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.942 INFO kablam! | Sep 17 21:02:18.942 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.942 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.942 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.942 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.942 INFO kablam! Sep 17 21:02:18.942 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.942 INFO kablam! --> src/base/alias.rs:132:23 Sep 17 21:02:18.942 INFO kablam! | Sep 17 21:02:18.942 INFO kablam! 132 | pub type Vector3 = VectorN; Sep 17 21:02:18.942 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.942 INFO kablam! | Sep 17 21:02:18.943 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.943 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.943 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.943 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.943 INFO kablam! Sep 17 21:02:18.943 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.943 INFO kablam! --> src/base/alias.rs:134:23 Sep 17 21:02:18.943 INFO kablam! | Sep 17 21:02:18.943 INFO kablam! 134 | pub type Vector4 = VectorN; Sep 17 21:02:18.943 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.943 INFO kablam! | Sep 17 21:02:18.944 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.944 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.944 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.944 INFO kablam! Sep 17 21:02:18.944 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.944 INFO kablam! --> src/base/alias.rs:134:23 Sep 17 21:02:18.944 INFO kablam! | Sep 17 21:02:18.944 INFO kablam! 134 | pub type Vector4 = VectorN; Sep 17 21:02:18.944 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.944 INFO kablam! | Sep 17 21:02:18.944 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.944 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.944 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.945 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.945 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.945 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.945 INFO kablam! Sep 17 21:02:18.945 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.945 INFO kablam! --> src/base/alias.rs:134:23 Sep 17 21:02:18.945 INFO kablam! | Sep 17 21:02:18.945 INFO kablam! 134 | pub type Vector4 = VectorN; Sep 17 21:02:18.945 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.945 INFO kablam! | Sep 17 21:02:18.945 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.945 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.945 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.945 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.945 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.945 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.945 INFO kablam! Sep 17 21:02:18.955 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.955 INFO kablam! --> src/base/alias.rs:136:23 Sep 17 21:02:18.955 INFO kablam! | Sep 17 21:02:18.955 INFO kablam! 136 | pub type Vector5 = VectorN; Sep 17 21:02:18.955 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.955 INFO kablam! | Sep 17 21:02:18.955 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.955 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.955 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.955 INFO kablam! Sep 17 21:02:18.955 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.955 INFO kablam! --> src/base/alias.rs:136:23 Sep 17 21:02:18.955 INFO kablam! | Sep 17 21:02:18.955 INFO kablam! 136 | pub type Vector5 = VectorN; Sep 17 21:02:18.955 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.955 INFO kablam! | Sep 17 21:02:18.955 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.955 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.955 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.956 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.956 INFO kablam! Sep 17 21:02:18.956 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.956 INFO kablam! --> src/base/alias.rs:136:23 Sep 17 21:02:18.956 INFO kablam! | Sep 17 21:02:18.956 INFO kablam! 136 | pub type Vector5 = VectorN; Sep 17 21:02:18.956 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.956 INFO kablam! | Sep 17 21:02:18.956 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.956 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.956 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.956 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.956 INFO kablam! Sep 17 21:02:18.956 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.957 INFO kablam! --> src/base/alias.rs:138:23 Sep 17 21:02:18.957 INFO kablam! | Sep 17 21:02:18.957 INFO kablam! 138 | pub type Vector6 = VectorN; Sep 17 21:02:18.957 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.957 INFO kablam! | Sep 17 21:02:18.957 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.957 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.957 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.957 INFO kablam! Sep 17 21:02:18.957 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.957 INFO kablam! --> src/base/alias.rs:138:23 Sep 17 21:02:18.957 INFO kablam! | Sep 17 21:02:18.957 INFO kablam! 138 | pub type Vector6 = VectorN; Sep 17 21:02:18.957 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.957 INFO kablam! | Sep 17 21:02:18.958 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.958 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.958 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.958 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.958 INFO kablam! Sep 17 21:02:18.958 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.958 INFO kablam! --> src/base/alias.rs:138:23 Sep 17 21:02:18.958 INFO kablam! | Sep 17 21:02:18.958 INFO kablam! 138 | pub type Vector6 = VectorN; Sep 17 21:02:18.958 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.958 INFO kablam! | Sep 17 21:02:18.958 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.958 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.958 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.959 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.959 INFO kablam! Sep 17 21:02:18.959 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.959 INFO kablam! --> src/base/alias.rs:149:26 Sep 17 21:02:18.959 INFO kablam! | Sep 17 21:02:18.959 INFO kablam! 149 | pub type RowDVector = Matrix>; Sep 17 21:02:18.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.959 INFO kablam! | Sep 17 21:02:18.959 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.959 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.959 INFO kablam! Sep 17 21:02:18.959 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.959 INFO kablam! --> src/base/alias.rs:149:26 Sep 17 21:02:18.959 INFO kablam! | Sep 17 21:02:18.960 INFO kablam! 149 | pub type RowDVector = Matrix>; Sep 17 21:02:18.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.960 INFO kablam! | Sep 17 21:02:18.960 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.960 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.960 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.960 INFO kablam! Sep 17 21:02:18.960 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.960 INFO kablam! --> src/base/alias.rs:149:26 Sep 17 21:02:18.960 INFO kablam! | Sep 17 21:02:18.960 INFO kablam! 149 | pub type RowDVector = Matrix>; Sep 17 21:02:18.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.960 INFO kablam! | Sep 17 21:02:18.960 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.960 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.961 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.961 INFO kablam! Sep 17 21:02:18.961 INFO kablam! error: the trait bound `D: base::dimension::DimName` is not satisfied Sep 17 21:02:18.961 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:18.961 INFO kablam! | Sep 17 21:02:18.961 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:18.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D` Sep 17 21:02:18.967 INFO kablam! | Sep 17 21:02:18.967 INFO kablam! = help: consider adding a `where D: base::dimension::DimName` bound Sep 17 21:02:18.967 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.967 INFO kablam! Sep 17 21:02:18.967 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.967 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:18.967 INFO kablam! | Sep 17 21:02:18.967 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:18.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.967 INFO kablam! | Sep 17 21:02:18.967 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.967 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.967 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.967 INFO kablam! Sep 17 21:02:18.967 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.967 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:18.968 INFO kablam! | Sep 17 21:02:18.968 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:18.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.968 INFO kablam! | Sep 17 21:02:18.968 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.968 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.968 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.968 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.968 INFO kablam! Sep 17 21:02:18.968 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.968 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:18.968 INFO kablam! | Sep 17 21:02:18.968 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:18.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.968 INFO kablam! | Sep 17 21:02:18.969 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.969 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.969 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.969 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.969 INFO kablam! Sep 17 21:02:18.969 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.969 INFO kablam! --> src/base/alias.rs:155:26 Sep 17 21:02:18.969 INFO kablam! | Sep 17 21:02:18.969 INFO kablam! 155 | pub type RowVector1 = RowVectorN; Sep 17 21:02:18.969 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.969 INFO kablam! | Sep 17 21:02:18.969 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.969 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.969 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.970 INFO kablam! Sep 17 21:02:18.970 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.970 INFO kablam! --> src/base/alias.rs:155:26 Sep 17 21:02:18.970 INFO kablam! | Sep 17 21:02:18.970 INFO kablam! 155 | pub type RowVector1 = RowVectorN; Sep 17 21:02:18.970 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.970 INFO kablam! | Sep 17 21:02:18.970 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.970 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.970 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.970 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.970 INFO kablam! Sep 17 21:02:18.970 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.970 INFO kablam! --> src/base/alias.rs:155:26 Sep 17 21:02:18.970 INFO kablam! | Sep 17 21:02:18.970 INFO kablam! 155 | pub type RowVector1 = RowVectorN; Sep 17 21:02:18.971 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.971 INFO kablam! | Sep 17 21:02:18.971 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.971 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.971 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.971 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.971 INFO kablam! Sep 17 21:02:18.971 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.971 INFO kablam! --> src/base/alias.rs:157:26 Sep 17 21:02:18.971 INFO kablam! | Sep 17 21:02:18.971 INFO kablam! 157 | pub type RowVector2 = RowVectorN; Sep 17 21:02:18.971 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.971 INFO kablam! | Sep 17 21:02:18.972 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.972 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.972 INFO kablam! Sep 17 21:02:18.972 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.972 INFO kablam! --> src/base/alias.rs:157:26 Sep 17 21:02:18.972 INFO kablam! | Sep 17 21:02:18.972 INFO kablam! 157 | pub type RowVector2 = RowVectorN; Sep 17 21:02:18.972 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.972 INFO kablam! | Sep 17 21:02:18.972 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.972 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.973 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.973 INFO kablam! Sep 17 21:02:18.973 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.973 INFO kablam! --> src/base/alias.rs:157:26 Sep 17 21:02:18.973 INFO kablam! | Sep 17 21:02:18.973 INFO kablam! 157 | pub type RowVector2 = RowVectorN; Sep 17 21:02:18.973 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.973 INFO kablam! | Sep 17 21:02:18.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.973 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.973 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.973 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.973 INFO kablam! Sep 17 21:02:18.991 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.991 INFO kablam! --> src/base/alias.rs:159:26 Sep 17 21:02:18.991 INFO kablam! | Sep 17 21:02:18.991 INFO kablam! 159 | pub type RowVector3 = RowVectorN; Sep 17 21:02:18.991 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.991 INFO kablam! | Sep 17 21:02:18.991 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.991 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.991 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.991 INFO kablam! Sep 17 21:02:18.991 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.991 INFO kablam! --> src/base/alias.rs:159:26 Sep 17 21:02:18.991 INFO kablam! | Sep 17 21:02:18.991 INFO kablam! 159 | pub type RowVector3 = RowVectorN; Sep 17 21:02:18.991 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.991 INFO kablam! | Sep 17 21:02:18.991 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.992 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.992 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.992 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.992 INFO kablam! Sep 17 21:02:18.992 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.992 INFO kablam! --> src/base/alias.rs:159:26 Sep 17 21:02:18.992 INFO kablam! | Sep 17 21:02:18.992 INFO kablam! 159 | pub type RowVector3 = RowVectorN; Sep 17 21:02:18.992 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.992 INFO kablam! | Sep 17 21:02:18.992 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.992 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.993 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.993 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.993 INFO kablam! Sep 17 21:02:18.993 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.993 INFO kablam! --> src/base/alias.rs:161:26 Sep 17 21:02:18.993 INFO kablam! | Sep 17 21:02:18.993 INFO kablam! 161 | pub type RowVector4 = RowVectorN; Sep 17 21:02:18.993 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.993 INFO kablam! | Sep 17 21:02:18.993 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.993 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.993 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.993 INFO kablam! Sep 17 21:02:18.993 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.993 INFO kablam! --> src/base/alias.rs:161:26 Sep 17 21:02:18.994 INFO kablam! | Sep 17 21:02:18.994 INFO kablam! 161 | pub type RowVector4 = RowVectorN; Sep 17 21:02:18.994 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.994 INFO kablam! | Sep 17 21:02:18.994 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.994 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.994 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.994 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.994 INFO kablam! Sep 17 21:02:18.994 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.994 INFO kablam! --> src/base/alias.rs:161:26 Sep 17 21:02:18.994 INFO kablam! | Sep 17 21:02:18.994 INFO kablam! 161 | pub type RowVector4 = RowVectorN; Sep 17 21:02:18.995 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.995 INFO kablam! | Sep 17 21:02:18.995 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.995 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.995 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.995 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.995 INFO kablam! Sep 17 21:02:18.995 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.995 INFO kablam! --> src/base/alias.rs:163:26 Sep 17 21:02:18.995 INFO kablam! | Sep 17 21:02:18.995 INFO kablam! 163 | pub type RowVector5 = RowVectorN; Sep 17 21:02:18.995 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.996 INFO kablam! | Sep 17 21:02:18.996 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.996 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.996 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.996 INFO kablam! Sep 17 21:02:18.996 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.996 INFO kablam! --> src/base/alias.rs:163:26 Sep 17 21:02:18.996 INFO kablam! | Sep 17 21:02:18.996 INFO kablam! 163 | pub type RowVector5 = RowVectorN; Sep 17 21:02:18.996 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.996 INFO kablam! | Sep 17 21:02:18.996 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.996 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.996 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.996 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.997 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.997 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.997 INFO kablam! Sep 17 21:02:18.997 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.997 INFO kablam! --> src/base/alias.rs:163:26 Sep 17 21:02:18.997 INFO kablam! | Sep 17 21:02:18.997 INFO kablam! 163 | pub type RowVector5 = RowVectorN; Sep 17 21:02:18.997 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.997 INFO kablam! | Sep 17 21:02:18.997 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.997 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.997 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.998 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.998 INFO kablam! Sep 17 21:02:18.998 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.998 INFO kablam! --> src/base/alias.rs:165:26 Sep 17 21:02:18.998 INFO kablam! | Sep 17 21:02:18.998 INFO kablam! 165 | pub type RowVector6 = RowVectorN; Sep 17 21:02:18.998 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.998 INFO kablam! | Sep 17 21:02:18.998 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.998 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.998 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.998 INFO kablam! Sep 17 21:02:18.998 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.998 INFO kablam! --> src/base/alias.rs:165:26 Sep 17 21:02:18.999 INFO kablam! | Sep 17 21:02:18.999 INFO kablam! 165 | pub type RowVector6 = RowVectorN; Sep 17 21:02:18.999 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.999 INFO kablam! | Sep 17 21:02:18.999 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.999 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.999 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:18.999 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:18.999 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.999 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.999 INFO kablam! Sep 17 21:02:18.999 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.999 INFO kablam! --> src/base/alias.rs:165:26 Sep 17 21:02:18.999 INFO kablam! | Sep 17 21:02:19.000 INFO kablam! 165 | pub type RowVector6 = RowVectorN; Sep 17 21:02:19.000 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.000 INFO kablam! | Sep 17 21:02:19.000 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.000 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.000 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.000 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.000 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.000 INFO kablam! Sep 17 21:02:19.000 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:19.000 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.000 INFO kablam! | Sep 17 21:02:19.000 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:19.000 INFO kablam! | Sep 17 21:02:19.001 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:19.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.001 INFO kablam! Sep 17 21:02:19.001 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:19.001 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.001 INFO kablam! | Sep 17 21:02:19.001 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:19.001 INFO kablam! | Sep 17 21:02:19.001 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:19.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.001 INFO kablam! Sep 17 21:02:19.001 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.001 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.001 INFO kablam! | Sep 17 21:02:19.001 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.002 INFO kablam! | Sep 17 21:02:19.002 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.002 INFO kablam! Sep 17 21:02:19.002 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.002 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.002 INFO kablam! | Sep 17 21:02:19.002 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.002 INFO kablam! | Sep 17 21:02:19.002 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.002 INFO kablam! Sep 17 21:02:19.002 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.002 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.003 INFO kablam! | Sep 17 21:02:19.003 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.003 INFO kablam! | Sep 17 21:02:19.003 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.003 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.003 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.003 INFO kablam! Sep 17 21:02:19.015 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.015 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.015 INFO kablam! | Sep 17 21:02:19.015 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.015 INFO kablam! | Sep 17 21:02:19.015 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.015 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.015 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.015 INFO kablam! Sep 17 21:02:19.015 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.015 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.015 INFO kablam! | Sep 17 21:02:19.015 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.015 INFO kablam! | Sep 17 21:02:19.016 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.016 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.016 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.016 INFO kablam! Sep 17 21:02:19.016 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.016 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.016 INFO kablam! | Sep 17 21:02:19.016 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.016 INFO kablam! | Sep 17 21:02:19.016 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.016 INFO kablam! Sep 17 21:02:19.016 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.016 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.016 INFO kablam! | Sep 17 21:02:19.017 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.017 INFO kablam! | Sep 17 21:02:19.017 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.017 INFO kablam! Sep 17 21:02:19.017 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.017 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.017 INFO kablam! | Sep 17 21:02:19.017 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.017 INFO kablam! | Sep 17 21:02:19.017 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.017 INFO kablam! Sep 17 21:02:19.017 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.017 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.017 INFO kablam! | Sep 17 21:02:19.018 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.018 INFO kablam! | Sep 17 21:02:19.018 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.018 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.018 INFO kablam! Sep 17 21:02:19.018 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.018 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.018 INFO kablam! | Sep 17 21:02:19.018 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.019 INFO kablam! | Sep 17 21:02:19.019 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.019 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.019 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.019 INFO kablam! Sep 17 21:02:19.019 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.019 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.019 INFO kablam! | Sep 17 21:02:19.019 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.019 INFO kablam! | Sep 17 21:02:19.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.019 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.019 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.019 INFO kablam! Sep 17 21:02:19.020 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.020 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.020 INFO kablam! | Sep 17 21:02:19.020 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.020 INFO kablam! | Sep 17 21:02:19.020 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.020 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.020 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.020 INFO kablam! Sep 17 21:02:19.020 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.020 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.020 INFO kablam! | Sep 17 21:02:19.020 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.020 INFO kablam! | Sep 17 21:02:19.020 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.021 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.021 INFO kablam! Sep 17 21:02:19.021 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.021 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.021 INFO kablam! | Sep 17 21:02:19.021 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.021 INFO kablam! | Sep 17 21:02:19.021 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.021 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.021 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.021 INFO kablam! Sep 17 21:02:19.021 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.021 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.022 INFO kablam! | Sep 17 21:02:19.022 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.022 INFO kablam! | Sep 17 21:02:19.022 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.022 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.022 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.022 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.022 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.022 INFO kablam! Sep 17 21:02:19.022 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.022 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.022 INFO kablam! | Sep 17 21:02:19.022 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.022 INFO kablam! | Sep 17 21:02:19.022 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.023 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.023 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.023 INFO kablam! Sep 17 21:02:19.023 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.023 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.023 INFO kablam! | Sep 17 21:02:19.023 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.023 INFO kablam! | Sep 17 21:02:19.023 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.023 INFO kablam! Sep 17 21:02:19.023 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.024 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.024 INFO kablam! | Sep 17 21:02:19.024 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.024 INFO kablam! | Sep 17 21:02:19.024 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.024 INFO kablam! Sep 17 21:02:19.024 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.024 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.024 INFO kablam! | Sep 17 21:02:19.024 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.024 INFO kablam! | Sep 17 21:02:19.024 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.024 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.025 INFO kablam! Sep 17 21:02:19.025 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.025 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.025 INFO kablam! | Sep 17 21:02:19.025 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.025 INFO kablam! | Sep 17 21:02:19.025 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.025 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.025 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.026 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.026 INFO kablam! Sep 17 21:02:19.026 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.026 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.026 INFO kablam! | Sep 17 21:02:19.026 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.026 INFO kablam! | Sep 17 21:02:19.026 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.026 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.026 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.026 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.026 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.026 INFO kablam! Sep 17 21:02:19.026 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.027 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.027 INFO kablam! | Sep 17 21:02:19.027 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.027 INFO kablam! | Sep 17 21:02:19.027 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.027 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.027 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.027 INFO kablam! Sep 17 21:02:19.027 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.027 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.027 INFO kablam! | Sep 17 21:02:19.027 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.027 INFO kablam! | Sep 17 21:02:19.027 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.028 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.028 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.028 INFO kablam! Sep 17 21:02:19.028 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.028 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.028 INFO kablam! | Sep 17 21:02:19.028 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.028 INFO kablam! | Sep 17 21:02:19.028 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.028 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.028 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.028 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.028 INFO kablam! Sep 17 21:02:19.028 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.028 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.028 INFO kablam! | Sep 17 21:02:19.028 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.028 INFO kablam! | Sep 17 21:02:19.028 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.028 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.028 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.029 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.029 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.029 INFO kablam! Sep 17 21:02:19.029 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.029 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.029 INFO kablam! | Sep 17 21:02:19.029 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.029 INFO kablam! | Sep 17 21:02:19.029 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.029 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.029 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.029 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.029 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.029 INFO kablam! Sep 17 21:02:19.029 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.029 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.029 INFO kablam! | Sep 17 21:02:19.029 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.030 INFO kablam! | Sep 17 21:02:19.030 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.030 INFO kablam! Sep 17 21:02:19.030 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.030 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.030 INFO kablam! | Sep 17 21:02:19.030 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.030 INFO kablam! | Sep 17 21:02:19.030 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.030 INFO kablam! Sep 17 21:02:19.030 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.030 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.030 INFO kablam! | Sep 17 21:02:19.031 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.031 INFO kablam! | Sep 17 21:02:19.031 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.031 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.031 INFO kablam! Sep 17 21:02:19.031 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.031 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.031 INFO kablam! | Sep 17 21:02:19.031 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.032 INFO kablam! | Sep 17 21:02:19.032 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.032 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.032 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.032 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.032 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.032 INFO kablam! Sep 17 21:02:19.032 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.032 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.032 INFO kablam! | Sep 17 21:02:19.032 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.032 INFO kablam! | Sep 17 21:02:19.032 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.033 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.033 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.033 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.033 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.033 INFO kablam! Sep 17 21:02:19.033 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.033 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.033 INFO kablam! | Sep 17 21:02:19.033 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.033 INFO kablam! | Sep 17 21:02:19.033 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.033 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.033 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.033 INFO kablam! Sep 17 21:02:19.033 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.033 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.034 INFO kablam! | Sep 17 21:02:19.034 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.034 INFO kablam! | Sep 17 21:02:19.034 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.034 INFO kablam! Sep 17 21:02:19.034 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.034 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.034 INFO kablam! | Sep 17 21:02:19.034 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.034 INFO kablam! | Sep 17 21:02:19.034 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.034 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.035 INFO kablam! Sep 17 21:02:19.035 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.035 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.035 INFO kablam! | Sep 17 21:02:19.035 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.035 INFO kablam! | Sep 17 21:02:19.035 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.035 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.035 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.035 INFO kablam! Sep 17 21:02:19.035 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.035 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.035 INFO kablam! | Sep 17 21:02:19.036 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.036 INFO kablam! | Sep 17 21:02:19.036 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.036 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.036 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.036 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.036 INFO kablam! Sep 17 21:02:19.036 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.036 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.036 INFO kablam! | Sep 17 21:02:19.036 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.036 INFO kablam! | Sep 17 21:02:19.036 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.036 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.037 INFO kablam! Sep 17 21:02:19.037 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.037 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.037 INFO kablam! | Sep 17 21:02:19.037 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.037 INFO kablam! | Sep 17 21:02:19.037 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.037 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.037 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.037 INFO kablam! Sep 17 21:02:19.037 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.037 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.037 INFO kablam! | Sep 17 21:02:19.037 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.038 INFO kablam! | Sep 17 21:02:19.038 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.038 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.038 INFO kablam! Sep 17 21:02:19.038 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.038 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.038 INFO kablam! | Sep 17 21:02:19.038 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.039 INFO kablam! | Sep 17 21:02:19.039 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.039 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.039 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.039 INFO kablam! Sep 17 21:02:19.039 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.039 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.039 INFO kablam! | Sep 17 21:02:19.039 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.039 INFO kablam! | Sep 17 21:02:19.039 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.039 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.039 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.039 INFO kablam! Sep 17 21:02:19.051 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.051 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.051 INFO kablam! | Sep 17 21:02:19.051 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.051 INFO kablam! | Sep 17 21:02:19.051 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.051 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.051 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.051 INFO kablam! Sep 17 21:02:19.051 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.051 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.051 INFO kablam! | Sep 17 21:02:19.051 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.052 INFO kablam! | Sep 17 21:02:19.052 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.052 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.052 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.052 INFO kablam! Sep 17 21:02:19.052 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.052 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.052 INFO kablam! | Sep 17 21:02:19.052 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.052 INFO kablam! | Sep 17 21:02:19.052 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.052 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.052 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.052 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.052 INFO kablam! Sep 17 21:02:19.052 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.052 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.052 INFO kablam! | Sep 17 21:02:19.052 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.052 INFO kablam! | Sep 17 21:02:19.052 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.053 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.053 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.053 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.053 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.053 INFO kablam! Sep 17 21:02:19.053 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.053 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.053 INFO kablam! | Sep 17 21:02:19.053 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.053 INFO kablam! | Sep 17 21:02:19.053 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.053 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.053 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.053 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.053 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.054 INFO kablam! Sep 17 21:02:19.054 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.054 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.054 INFO kablam! | Sep 17 21:02:19.054 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.054 INFO kablam! | Sep 17 21:02:19.054 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.054 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.054 INFO kablam! Sep 17 21:02:19.054 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.054 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.054 INFO kablam! | Sep 17 21:02:19.054 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.054 INFO kablam! | Sep 17 21:02:19.054 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.055 INFO kablam! Sep 17 21:02:19.055 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.055 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.055 INFO kablam! | Sep 17 21:02:19.055 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.055 INFO kablam! | Sep 17 21:02:19.055 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.055 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.055 INFO kablam! Sep 17 21:02:19.055 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.056 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.056 INFO kablam! | Sep 17 21:02:19.056 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.056 INFO kablam! | Sep 17 21:02:19.056 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.056 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.056 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.056 INFO kablam! Sep 17 21:02:19.056 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.056 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.056 INFO kablam! | Sep 17 21:02:19.056 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.056 INFO kablam! | Sep 17 21:02:19.057 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.057 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.057 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.057 INFO kablam! Sep 17 21:02:19.057 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.057 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.057 INFO kablam! | Sep 17 21:02:19.057 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.057 INFO kablam! | Sep 17 21:02:19.057 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.057 INFO kablam! Sep 17 21:02:19.057 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.057 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.057 INFO kablam! | Sep 17 21:02:19.058 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.058 INFO kablam! | Sep 17 21:02:19.058 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.058 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.058 INFO kablam! Sep 17 21:02:19.058 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.058 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.058 INFO kablam! | Sep 17 21:02:19.058 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.058 INFO kablam! | Sep 17 21:02:19.058 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.058 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.059 INFO kablam! Sep 17 21:02:19.059 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.059 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.059 INFO kablam! | Sep 17 21:02:19.059 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.059 INFO kablam! | Sep 17 21:02:19.059 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.059 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.059 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.059 INFO kablam! Sep 17 21:02:19.060 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.060 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.060 INFO kablam! | Sep 17 21:02:19.060 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.060 INFO kablam! | Sep 17 21:02:19.060 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.060 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.060 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.060 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.060 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.060 INFO kablam! Sep 17 21:02:19.060 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.060 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.060 INFO kablam! | Sep 17 21:02:19.060 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.060 INFO kablam! | Sep 17 21:02:19.060 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.060 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.060 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.060 INFO kablam! Sep 17 21:02:19.061 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.061 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.061 INFO kablam! | Sep 17 21:02:19.061 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.061 INFO kablam! | Sep 17 21:02:19.061 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.061 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.061 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.061 INFO kablam! Sep 17 21:02:19.061 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.061 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.061 INFO kablam! | Sep 17 21:02:19.061 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.061 INFO kablam! | Sep 17 21:02:19.061 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.061 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.061 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.061 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.061 INFO kablam! Sep 17 21:02:19.061 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.062 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.062 INFO kablam! | Sep 17 21:02:19.062 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.062 INFO kablam! | Sep 17 21:02:19.062 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.062 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.062 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.062 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.062 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.062 INFO kablam! Sep 17 21:02:19.062 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.062 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.062 INFO kablam! | Sep 17 21:02:19.062 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.063 INFO kablam! | Sep 17 21:02:19.063 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.063 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.063 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.063 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.063 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.063 INFO kablam! Sep 17 21:02:19.063 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.063 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.063 INFO kablam! | Sep 17 21:02:19.063 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.063 INFO kablam! | Sep 17 21:02:19.063 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.063 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.063 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.063 INFO kablam! Sep 17 21:02:19.064 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.064 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.064 INFO kablam! | Sep 17 21:02:19.064 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.064 INFO kablam! | Sep 17 21:02:19.064 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.064 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.064 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.064 INFO kablam! Sep 17 21:02:19.064 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.064 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.064 INFO kablam! | Sep 17 21:02:19.064 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.065 INFO kablam! | Sep 17 21:02:19.065 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.065 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.065 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.065 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.065 INFO kablam! Sep 17 21:02:19.065 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.065 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.065 INFO kablam! | Sep 17 21:02:19.065 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.065 INFO kablam! | Sep 17 21:02:19.065 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.065 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.066 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.066 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.066 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.066 INFO kablam! Sep 17 21:02:19.066 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.066 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.066 INFO kablam! | Sep 17 21:02:19.066 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.066 INFO kablam! | Sep 17 21:02:19.066 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.066 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.066 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.067 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.067 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.067 INFO kablam! Sep 17 21:02:19.067 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.067 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.067 INFO kablam! | Sep 17 21:02:19.067 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.067 INFO kablam! | Sep 17 21:02:19.067 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.067 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.067 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.067 INFO kablam! Sep 17 21:02:19.067 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.067 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.067 INFO kablam! | Sep 17 21:02:19.067 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.067 INFO kablam! | Sep 17 21:02:19.068 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.068 INFO kablam! Sep 17 21:02:19.068 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.068 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.068 INFO kablam! | Sep 17 21:02:19.068 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.068 INFO kablam! | Sep 17 21:02:19.068 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.068 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.068 INFO kablam! Sep 17 21:02:19.069 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.069 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.069 INFO kablam! | Sep 17 21:02:19.069 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.069 INFO kablam! | Sep 17 21:02:19.069 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.069 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.069 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.069 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.069 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.069 INFO kablam! Sep 17 21:02:19.069 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.070 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.070 INFO kablam! | Sep 17 21:02:19.070 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.070 INFO kablam! | Sep 17 21:02:19.070 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.070 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.070 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.070 INFO kablam! Sep 17 21:02:19.070 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.070 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.070 INFO kablam! | Sep 17 21:02:19.070 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.070 INFO kablam! | Sep 17 21:02:19.070 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.071 INFO kablam! Sep 17 21:02:19.071 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.071 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.071 INFO kablam! | Sep 17 21:02:19.071 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.071 INFO kablam! | Sep 17 21:02:19.071 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.072 INFO kablam! Sep 17 21:02:19.072 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.072 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.072 INFO kablam! | Sep 17 21:02:19.072 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.072 INFO kablam! | Sep 17 21:02:19.072 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.072 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.072 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.072 INFO kablam! Sep 17 21:02:19.072 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.072 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.072 INFO kablam! | Sep 17 21:02:19.072 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.073 INFO kablam! | Sep 17 21:02:19.073 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.073 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.073 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.073 INFO kablam! Sep 17 21:02:19.073 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.073 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.073 INFO kablam! | Sep 17 21:02:19.073 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.073 INFO kablam! | Sep 17 21:02:19.074 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.074 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.074 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.074 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.074 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.074 INFO kablam! Sep 17 21:02:19.074 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.074 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.074 INFO kablam! | Sep 17 21:02:19.074 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.074 INFO kablam! | Sep 17 21:02:19.074 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.074 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.074 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.074 INFO kablam! Sep 17 21:02:19.075 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.075 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.075 INFO kablam! | Sep 17 21:02:19.075 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.075 INFO kablam! | Sep 17 21:02:19.075 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.075 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.075 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.075 INFO kablam! Sep 17 21:02:19.076 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.076 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.076 INFO kablam! | Sep 17 21:02:19.076 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.076 INFO kablam! | Sep 17 21:02:19.076 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.076 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.076 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.076 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.076 INFO kablam! Sep 17 21:02:19.076 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.076 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.076 INFO kablam! | Sep 17 21:02:19.076 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.076 INFO kablam! | Sep 17 21:02:19.076 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.077 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.077 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.077 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.077 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.077 INFO kablam! Sep 17 21:02:19.077 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.077 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.077 INFO kablam! | Sep 17 21:02:19.077 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.077 INFO kablam! | Sep 17 21:02:19.077 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.077 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.077 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.078 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.078 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.078 INFO kablam! Sep 17 21:02:19.078 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.078 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.078 INFO kablam! | Sep 17 21:02:19.078 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.078 INFO kablam! | Sep 17 21:02:19.078 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.078 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.078 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.078 INFO kablam! Sep 17 21:02:19.078 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.078 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.078 INFO kablam! | Sep 17 21:02:19.078 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.079 INFO kablam! | Sep 17 21:02:19.079 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.079 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.079 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.079 INFO kablam! Sep 17 21:02:19.079 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.079 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.079 INFO kablam! | Sep 17 21:02:19.079 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.080 INFO kablam! | Sep 17 21:02:19.080 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.080 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.080 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.080 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.080 INFO kablam! Sep 17 21:02:19.080 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.080 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.080 INFO kablam! | Sep 17 21:02:19.080 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.080 INFO kablam! | Sep 17 21:02:19.080 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.080 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.080 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.081 INFO kablam! Sep 17 21:02:19.081 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.081 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.081 INFO kablam! | Sep 17 21:02:19.081 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.081 INFO kablam! | Sep 17 21:02:19.081 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.081 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.081 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.081 INFO kablam! Sep 17 21:02:19.081 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.082 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.082 INFO kablam! | Sep 17 21:02:19.082 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.082 INFO kablam! | Sep 17 21:02:19.082 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.082 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.082 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.082 INFO kablam! Sep 17 21:02:19.082 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.082 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.082 INFO kablam! | Sep 17 21:02:19.082 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.082 INFO kablam! | Sep 17 21:02:19.082 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.083 INFO kablam! Sep 17 21:02:19.083 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.083 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.083 INFO kablam! | Sep 17 21:02:19.083 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.083 INFO kablam! | Sep 17 21:02:19.083 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.083 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.083 INFO kablam! Sep 17 21:02:19.083 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.083 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.083 INFO kablam! | Sep 17 21:02:19.083 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.084 INFO kablam! | Sep 17 21:02:19.084 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.084 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.084 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.084 INFO kablam! Sep 17 21:02:19.084 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.084 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.084 INFO kablam! | Sep 17 21:02:19.084 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.084 INFO kablam! | Sep 17 21:02:19.084 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.084 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.084 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.085 INFO kablam! Sep 17 21:02:19.085 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.085 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.085 INFO kablam! | Sep 17 21:02:19.085 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.085 INFO kablam! | Sep 17 21:02:19.085 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.085 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.085 INFO kablam! Sep 17 21:02:19.085 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.085 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.085 INFO kablam! | Sep 17 21:02:19.085 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.085 INFO kablam! | Sep 17 21:02:19.086 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.086 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.086 INFO kablam! Sep 17 21:02:19.086 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.086 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.086 INFO kablam! | Sep 17 21:02:19.086 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.086 INFO kablam! | Sep 17 21:02:19.086 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.087 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.087 INFO kablam! Sep 17 21:02:19.087 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.087 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.087 INFO kablam! | Sep 17 21:02:19.087 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.087 INFO kablam! | Sep 17 21:02:19.087 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.087 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.087 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.087 INFO kablam! Sep 17 21:02:19.087 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.087 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.088 INFO kablam! | Sep 17 21:02:19.088 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.088 INFO kablam! | Sep 17 21:02:19.088 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.088 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.088 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.088 INFO kablam! Sep 17 21:02:19.088 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.088 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.088 INFO kablam! | Sep 17 21:02:19.088 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.089 INFO kablam! | Sep 17 21:02:19.089 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.089 INFO kablam! Sep 17 21:02:19.089 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.089 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.089 INFO kablam! | Sep 17 21:02:19.089 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.089 INFO kablam! | Sep 17 21:02:19.089 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.089 INFO kablam! Sep 17 21:02:19.091 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.091 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.091 INFO kablam! | Sep 17 21:02:19.091 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.091 INFO kablam! | Sep 17 21:02:19.091 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.091 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.091 INFO kablam! Sep 17 21:02:19.091 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.091 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.091 INFO kablam! | Sep 17 21:02:19.091 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.091 INFO kablam! | Sep 17 21:02:19.091 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.091 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.091 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.092 INFO kablam! Sep 17 21:02:19.092 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.092 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.092 INFO kablam! | Sep 17 21:02:19.092 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.092 INFO kablam! | Sep 17 21:02:19.092 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.092 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.092 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.092 INFO kablam! Sep 17 21:02:19.092 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.093 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.093 INFO kablam! | Sep 17 21:02:19.093 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.093 INFO kablam! | Sep 17 21:02:19.093 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.093 INFO kablam! Sep 17 21:02:19.093 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.093 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.093 INFO kablam! | Sep 17 21:02:19.094 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.094 INFO kablam! | Sep 17 21:02:19.094 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.094 INFO kablam! Sep 17 21:02:19.094 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.094 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.094 INFO kablam! | Sep 17 21:02:19.094 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.095 INFO kablam! | Sep 17 21:02:19.095 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.095 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.095 INFO kablam! Sep 17 21:02:19.095 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.095 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.095 INFO kablam! | Sep 17 21:02:19.095 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.096 INFO kablam! | Sep 17 21:02:19.096 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.096 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.096 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.096 INFO kablam! Sep 17 21:02:19.096 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.097 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.097 INFO kablam! | Sep 17 21:02:19.097 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.097 INFO kablam! | Sep 17 21:02:19.097 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.097 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.097 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.097 INFO kablam! Sep 17 21:02:19.097 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.098 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:19.098 INFO kablam! | Sep 17 21:02:19.098 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.103 INFO kablam! | Sep 17 21:02:19.103 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.103 INFO kablam! Sep 17 21:02:19.103 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.103 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:19.103 INFO kablam! | Sep 17 21:02:19.103 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.103 INFO kablam! | Sep 17 21:02:19.103 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.104 INFO kablam! Sep 17 21:02:19.104 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.104 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:19.104 INFO kablam! | Sep 17 21:02:19.104 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.104 INFO kablam! | Sep 17 21:02:19.104 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.104 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.104 INFO kablam! Sep 17 21:02:19.104 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.104 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:19.104 INFO kablam! | Sep 17 21:02:19.105 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.105 INFO kablam! | Sep 17 21:02:19.105 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.105 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.105 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.105 INFO kablam! Sep 17 21:02:19.105 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.106 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:19.106 INFO kablam! | Sep 17 21:02:19.106 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.106 INFO kablam! | Sep 17 21:02:19.106 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.106 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.106 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.106 INFO kablam! Sep 17 21:02:19.106 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.106 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:19.107 INFO kablam! | Sep 17 21:02:19.107 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.115 INFO kablam! | Sep 17 21:02:19.115 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.115 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.115 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.115 INFO kablam! Sep 17 21:02:19.115 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.115 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:19.115 INFO kablam! | Sep 17 21:02:19.115 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.115 INFO kablam! | Sep 17 21:02:19.115 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.115 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.115 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.115 INFO kablam! Sep 17 21:02:19.115 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.115 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:19.115 INFO kablam! | Sep 17 21:02:19.115 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.115 INFO kablam! | Sep 17 21:02:19.115 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.116 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.116 INFO kablam! Sep 17 21:02:19.116 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.116 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:19.116 INFO kablam! | Sep 17 21:02:19.116 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.116 INFO kablam! | Sep 17 21:02:19.116 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.116 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.116 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.116 INFO kablam! Sep 17 21:02:19.116 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.116 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:19.117 INFO kablam! | Sep 17 21:02:19.117 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.117 INFO kablam! | Sep 17 21:02:19.117 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.117 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.117 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.117 INFO kablam! Sep 17 21:02:19.117 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.117 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:19.117 INFO kablam! | Sep 17 21:02:19.117 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.117 INFO kablam! | Sep 17 21:02:19.117 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.117 INFO kablam! Sep 17 21:02:19.118 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.118 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:19.118 INFO kablam! | Sep 17 21:02:19.118 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.118 INFO kablam! | Sep 17 21:02:19.118 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.118 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.118 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.118 INFO kablam! Sep 17 21:02:19.118 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.118 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:19.118 INFO kablam! | Sep 17 21:02:19.118 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.118 INFO kablam! | Sep 17 21:02:19.118 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.118 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.119 INFO kablam! Sep 17 21:02:19.119 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.119 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:19.119 INFO kablam! | Sep 17 21:02:19.119 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.119 INFO kablam! | Sep 17 21:02:19.119 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.119 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.119 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.119 INFO kablam! Sep 17 21:02:19.119 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.119 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:19.119 INFO kablam! | Sep 17 21:02:19.119 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.120 INFO kablam! | Sep 17 21:02:19.120 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.120 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.120 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.120 INFO kablam! Sep 17 21:02:19.120 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.120 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:19.120 INFO kablam! | Sep 17 21:02:19.120 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.120 INFO kablam! | Sep 17 21:02:19.120 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.121 INFO kablam! Sep 17 21:02:19.121 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.121 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:19.121 INFO kablam! | Sep 17 21:02:19.121 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.121 INFO kablam! | Sep 17 21:02:19.121 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.121 INFO kablam! Sep 17 21:02:19.121 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.121 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:19.121 INFO kablam! | Sep 17 21:02:19.121 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.121 INFO kablam! | Sep 17 21:02:19.121 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.122 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.122 INFO kablam! Sep 17 21:02:19.122 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.122 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:19.122 INFO kablam! | Sep 17 21:02:19.122 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.122 INFO kablam! | Sep 17 21:02:19.122 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.122 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.122 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.122 INFO kablam! Sep 17 21:02:19.122 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.123 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:19.123 INFO kablam! | Sep 17 21:02:19.123 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.123 INFO kablam! | Sep 17 21:02:19.123 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.123 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.123 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.123 INFO kablam! Sep 17 21:02:19.123 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.123 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:19.123 INFO kablam! | Sep 17 21:02:19.123 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.123 INFO kablam! | Sep 17 21:02:19.123 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.124 INFO kablam! Sep 17 21:02:19.124 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.124 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:19.124 INFO kablam! | Sep 17 21:02:19.124 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.124 INFO kablam! | Sep 17 21:02:19.124 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.124 INFO kablam! Sep 17 21:02:19.124 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.124 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:19.124 INFO kablam! | Sep 17 21:02:19.125 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.125 INFO kablam! | Sep 17 21:02:19.125 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.125 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.125 INFO kablam! Sep 17 21:02:19.125 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.125 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:19.125 INFO kablam! | Sep 17 21:02:19.125 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.125 INFO kablam! | Sep 17 21:02:19.125 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.125 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.125 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.126 INFO kablam! Sep 17 21:02:19.126 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.126 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:19.126 INFO kablam! | Sep 17 21:02:19.126 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.126 INFO kablam! | Sep 17 21:02:19.126 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.126 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.126 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.126 INFO kablam! Sep 17 21:02:19.126 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.126 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:19.126 INFO kablam! | Sep 17 21:02:19.127 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.127 INFO kablam! | Sep 17 21:02:19.127 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.127 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.127 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.127 INFO kablam! Sep 17 21:02:19.127 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.127 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:19.127 INFO kablam! | Sep 17 21:02:19.127 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.127 INFO kablam! | Sep 17 21:02:19.127 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.127 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.127 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.127 INFO kablam! Sep 17 21:02:19.128 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.128 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:19.128 INFO kablam! | Sep 17 21:02:19.128 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.128 INFO kablam! | Sep 17 21:02:19.128 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.128 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.128 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.128 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.128 INFO kablam! Sep 17 21:02:19.128 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.128 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:19.128 INFO kablam! | Sep 17 21:02:19.128 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.128 INFO kablam! | Sep 17 21:02:19.128 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.128 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.129 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.129 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.129 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.129 INFO kablam! Sep 17 21:02:19.129 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.129 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:19.129 INFO kablam! | Sep 17 21:02:19.129 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.129 INFO kablam! | Sep 17 21:02:19.129 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.129 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.129 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.129 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.129 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.129 INFO kablam! Sep 17 21:02:19.129 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.129 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:19.129 INFO kablam! | Sep 17 21:02:19.130 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.130 INFO kablam! | Sep 17 21:02:19.130 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.130 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.130 INFO kablam! Sep 17 21:02:19.130 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.130 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:19.130 INFO kablam! | Sep 17 21:02:19.130 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.130 INFO kablam! | Sep 17 21:02:19.130 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.130 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.130 INFO kablam! Sep 17 21:02:19.130 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.130 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:19.131 INFO kablam! | Sep 17 21:02:19.131 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.131 INFO kablam! | Sep 17 21:02:19.131 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.131 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.131 INFO kablam! Sep 17 21:02:19.131 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.131 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:19.131 INFO kablam! | Sep 17 21:02:19.131 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.131 INFO kablam! | Sep 17 21:02:19.131 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.131 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.131 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.132 INFO kablam! Sep 17 21:02:19.132 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.132 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:19.132 INFO kablam! | Sep 17 21:02:19.132 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.132 INFO kablam! | Sep 17 21:02:19.132 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.132 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.132 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.132 INFO kablam! Sep 17 21:02:19.132 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.132 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:19.132 INFO kablam! | Sep 17 21:02:19.132 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.133 INFO kablam! | Sep 17 21:02:19.133 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.133 INFO kablam! Sep 17 21:02:19.133 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.133 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:19.133 INFO kablam! | Sep 17 21:02:19.133 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.133 INFO kablam! | Sep 17 21:02:19.133 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.133 INFO kablam! Sep 17 21:02:19.133 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.134 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:19.134 INFO kablam! | Sep 17 21:02:19.134 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.134 INFO kablam! | Sep 17 21:02:19.134 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.134 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.134 INFO kablam! Sep 17 21:02:19.134 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.134 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:19.134 INFO kablam! | Sep 17 21:02:19.134 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.134 INFO kablam! | Sep 17 21:02:19.134 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.134 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.134 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.135 INFO kablam! Sep 17 21:02:19.135 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.135 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:19.135 INFO kablam! | Sep 17 21:02:19.135 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.135 INFO kablam! | Sep 17 21:02:19.135 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.135 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.135 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.135 INFO kablam! Sep 17 21:02:19.135 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.135 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:19.136 INFO kablam! | Sep 17 21:02:19.136 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.136 INFO kablam! | Sep 17 21:02:19.136 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.136 INFO kablam! Sep 17 21:02:19.136 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.136 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:19.136 INFO kablam! | Sep 17 21:02:19.136 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.136 INFO kablam! | Sep 17 21:02:19.136 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.136 INFO kablam! Sep 17 21:02:19.137 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.137 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:19.137 INFO kablam! | Sep 17 21:02:19.137 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.137 INFO kablam! | Sep 17 21:02:19.137 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.137 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.137 INFO kablam! Sep 17 21:02:19.137 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.137 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:19.137 INFO kablam! | Sep 17 21:02:19.137 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.137 INFO kablam! | Sep 17 21:02:19.137 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.138 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.138 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.138 INFO kablam! Sep 17 21:02:19.138 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.138 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:19.138 INFO kablam! | Sep 17 21:02:19.138 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.138 INFO kablam! | Sep 17 21:02:19.138 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.138 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.138 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.138 INFO kablam! Sep 17 21:02:19.138 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.138 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:19.139 INFO kablam! | Sep 17 21:02:19.139 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.139 INFO kablam! | Sep 17 21:02:19.139 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.139 INFO kablam! Sep 17 21:02:19.139 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.139 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:19.139 INFO kablam! | Sep 17 21:02:19.139 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.139 INFO kablam! | Sep 17 21:02:19.139 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.140 INFO kablam! Sep 17 21:02:19.140 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.140 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:19.140 INFO kablam! | Sep 17 21:02:19.140 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.140 INFO kablam! | Sep 17 21:02:19.140 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.155 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.155 INFO kablam! Sep 17 21:02:19.155 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.155 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:19.155 INFO kablam! | Sep 17 21:02:19.155 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.155 INFO kablam! | Sep 17 21:02:19.155 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.155 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.155 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.155 INFO kablam! Sep 17 21:02:19.155 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.155 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:19.155 INFO kablam! | Sep 17 21:02:19.155 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.155 INFO kablam! | Sep 17 21:02:19.155 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.156 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.156 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.156 INFO kablam! Sep 17 21:02:19.156 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.156 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:19.156 INFO kablam! | Sep 17 21:02:19.156 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.156 INFO kablam! | Sep 17 21:02:19.156 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.156 INFO kablam! Sep 17 21:02:19.156 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.156 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:19.156 INFO kablam! | Sep 17 21:02:19.156 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.157 INFO kablam! | Sep 17 21:02:19.157 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.157 INFO kablam! Sep 17 21:02:19.157 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.157 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:19.157 INFO kablam! | Sep 17 21:02:19.157 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.157 INFO kablam! | Sep 17 21:02:19.157 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.157 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.157 INFO kablam! Sep 17 21:02:19.157 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.157 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:19.157 INFO kablam! | Sep 17 21:02:19.157 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.157 INFO kablam! | Sep 17 21:02:19.157 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.157 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.158 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.158 INFO kablam! Sep 17 21:02:19.158 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.158 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:19.158 INFO kablam! | Sep 17 21:02:19.158 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.158 INFO kablam! | Sep 17 21:02:19.158 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.158 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.158 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.158 INFO kablam! Sep 17 21:02:19.158 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.158 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:19.158 INFO kablam! | Sep 17 21:02:19.158 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.159 INFO kablam! | Sep 17 21:02:19.159 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.159 INFO kablam! Sep 17 21:02:19.159 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.159 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:19.159 INFO kablam! | Sep 17 21:02:19.159 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.159 INFO kablam! | Sep 17 21:02:19.159 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.159 INFO kablam! Sep 17 21:02:19.159 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.159 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:19.159 INFO kablam! | Sep 17 21:02:19.159 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.160 INFO kablam! | Sep 17 21:02:19.160 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.160 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.160 INFO kablam! Sep 17 21:02:19.160 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.160 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:19.160 INFO kablam! | Sep 17 21:02:19.160 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.160 INFO kablam! | Sep 17 21:02:19.160 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.160 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.160 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.160 INFO kablam! Sep 17 21:02:19.161 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.161 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:19.161 INFO kablam! | Sep 17 21:02:19.161 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.161 INFO kablam! | Sep 17 21:02:19.161 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.161 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.161 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.161 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.161 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.161 INFO kablam! Sep 17 21:02:19.161 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.161 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:19.161 INFO kablam! | Sep 17 21:02:19.161 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.162 INFO kablam! | Sep 17 21:02:19.162 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.162 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.162 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.162 INFO kablam! Sep 17 21:02:19.162 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.162 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:19.162 INFO kablam! | Sep 17 21:02:19.162 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.162 INFO kablam! | Sep 17 21:02:19.162 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.162 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.162 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.162 INFO kablam! Sep 17 21:02:19.162 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.162 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:19.162 INFO kablam! | Sep 17 21:02:19.162 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.162 INFO kablam! | Sep 17 21:02:19.163 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.163 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.163 INFO kablam! Sep 17 21:02:19.163 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.163 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:19.163 INFO kablam! | Sep 17 21:02:19.163 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.163 INFO kablam! | Sep 17 21:02:19.163 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.163 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.163 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.163 INFO kablam! Sep 17 21:02:19.163 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.164 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:19.164 INFO kablam! | Sep 17 21:02:19.164 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.164 INFO kablam! | Sep 17 21:02:19.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.164 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.164 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.164 INFO kablam! Sep 17 21:02:19.164 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.164 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:19.164 INFO kablam! | Sep 17 21:02:19.164 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.164 INFO kablam! | Sep 17 21:02:19.164 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.165 INFO kablam! Sep 17 21:02:19.165 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.165 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:19.165 INFO kablam! | Sep 17 21:02:19.165 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.165 INFO kablam! | Sep 17 21:02:19.165 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.165 INFO kablam! Sep 17 21:02:19.165 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.165 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:19.165 INFO kablam! | Sep 17 21:02:19.165 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.165 INFO kablam! | Sep 17 21:02:19.165 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.165 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.166 INFO kablam! Sep 17 21:02:19.166 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.166 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:19.166 INFO kablam! | Sep 17 21:02:19.166 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.166 INFO kablam! | Sep 17 21:02:19.166 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.166 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.166 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.166 INFO kablam! Sep 17 21:02:19.166 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.166 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:19.166 INFO kablam! | Sep 17 21:02:19.166 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.167 INFO kablam! | Sep 17 21:02:19.167 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.167 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.167 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.167 INFO kablam! Sep 17 21:02:19.167 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.167 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:19.167 INFO kablam! | Sep 17 21:02:19.167 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.167 INFO kablam! | Sep 17 21:02:19.167 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.167 INFO kablam! Sep 17 21:02:19.167 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.167 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:19.167 INFO kablam! | Sep 17 21:02:19.167 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.168 INFO kablam! | Sep 17 21:02:19.168 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.168 INFO kablam! Sep 17 21:02:19.168 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.168 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:19.168 INFO kablam! | Sep 17 21:02:19.168 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.168 INFO kablam! | Sep 17 21:02:19.168 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.168 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.168 INFO kablam! Sep 17 21:02:19.168 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.168 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:19.169 INFO kablam! | Sep 17 21:02:19.169 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.169 INFO kablam! | Sep 17 21:02:19.169 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.169 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.169 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.169 INFO kablam! Sep 17 21:02:19.169 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.169 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:19.169 INFO kablam! | Sep 17 21:02:19.169 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.169 INFO kablam! | Sep 17 21:02:19.169 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.169 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.169 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.169 INFO kablam! Sep 17 21:02:19.169 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.169 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:19.170 INFO kablam! | Sep 17 21:02:19.170 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.170 INFO kablam! | Sep 17 21:02:19.170 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.170 INFO kablam! Sep 17 21:02:19.170 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.170 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:19.170 INFO kablam! | Sep 17 21:02:19.170 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.170 INFO kablam! | Sep 17 21:02:19.170 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.171 INFO kablam! Sep 17 21:02:19.171 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.171 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:19.171 INFO kablam! | Sep 17 21:02:19.171 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.171 INFO kablam! | Sep 17 21:02:19.171 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.171 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.171 INFO kablam! Sep 17 21:02:19.171 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.171 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:19.171 INFO kablam! | Sep 17 21:02:19.171 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.171 INFO kablam! | Sep 17 21:02:19.171 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.171 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.171 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.172 INFO kablam! Sep 17 21:02:19.172 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.172 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:19.172 INFO kablam! | Sep 17 21:02:19.172 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.172 INFO kablam! | Sep 17 21:02:19.172 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.172 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.172 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.172 INFO kablam! Sep 17 21:02:19.172 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.172 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:19.172 INFO kablam! | Sep 17 21:02:19.172 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.172 INFO kablam! | Sep 17 21:02:19.172 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.173 INFO kablam! Sep 17 21:02:19.173 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.173 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:19.173 INFO kablam! | Sep 17 21:02:19.173 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.173 INFO kablam! | Sep 17 21:02:19.173 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.173 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.173 INFO kablam! Sep 17 21:02:19.179 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.179 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:19.179 INFO kablam! | Sep 17 21:02:19.179 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.179 INFO kablam! | Sep 17 21:02:19.179 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.179 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.179 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.180 INFO kablam! Sep 17 21:02:19.180 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.180 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.180 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.180 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.180 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.180 INFO kablam! Sep 17 21:02:19.180 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.180 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.180 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.180 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.180 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.180 INFO kablam! Sep 17 21:02:19.180 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.180 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:19.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.180 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.180 INFO kablam! Sep 17 21:02:19.180 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.180 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:19.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.180 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.180 INFO kablam! Sep 17 21:02:19.180 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.180 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:19.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.180 INFO kablam! | Sep 17 21:02:19.180 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.180 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.181 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.181 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.181 INFO kablam! Sep 17 21:02:19.181 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.181 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:19.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.181 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.181 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.181 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.181 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.181 INFO kablam! Sep 17 21:02:19.181 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.181 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:19.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.181 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.181 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.181 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.181 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.181 INFO kablam! Sep 17 21:02:19.181 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.181 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.181 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.181 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.181 INFO kablam! Sep 17 21:02:19.181 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.181 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.181 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.181 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.181 INFO kablam! Sep 17 21:02:19.181 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.181 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:19.181 INFO kablam! | Sep 17 21:02:19.181 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.182 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.182 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.182 INFO kablam! Sep 17 21:02:19.182 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.182 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.182 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.182 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.182 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.182 INFO kablam! Sep 17 21:02:19.182 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.182 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.182 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.182 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.182 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.182 INFO kablam! Sep 17 21:02:19.182 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.182 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.182 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.182 INFO kablam! Sep 17 21:02:19.182 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.182 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.182 INFO kablam! | Sep 17 21:02:19.182 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.182 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.182 INFO kablam! Sep 17 21:02:19.183 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.183 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.183 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.183 INFO kablam! Sep 17 21:02:19.183 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.183 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.183 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.183 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.183 INFO kablam! Sep 17 21:02:19.183 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.183 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.183 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.183 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.183 INFO kablam! Sep 17 21:02:19.183 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.183 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.183 INFO kablam! Sep 17 21:02:19.183 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.183 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.183 INFO kablam! | Sep 17 21:02:19.183 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.183 INFO kablam! Sep 17 21:02:19.183 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.184 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:19.184 INFO kablam! | Sep 17 21:02:19.184 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.184 INFO kablam! | Sep 17 21:02:19.184 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.184 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.184 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.184 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.184 INFO kablam! Sep 17 21:02:19.199 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.199 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:19.199 INFO kablam! | Sep 17 21:02:19.199 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.199 INFO kablam! | Sep 17 21:02:19.199 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.199 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.199 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.199 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.199 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.199 INFO kablam! Sep 17 21:02:19.199 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.199 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:19.199 INFO kablam! | Sep 17 21:02:19.199 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.199 INFO kablam! | Sep 17 21:02:19.199 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.200 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.200 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.200 INFO kablam! Sep 17 21:02:19.200 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.200 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:19.200 INFO kablam! | Sep 17 21:02:19.200 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.200 INFO kablam! | Sep 17 21:02:19.200 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.201 INFO kablam! Sep 17 21:02:19.201 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.201 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:19.201 INFO kablam! | Sep 17 21:02:19.201 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.201 INFO kablam! | Sep 17 21:02:19.201 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.201 INFO kablam! Sep 17 21:02:19.201 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.201 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:19.201 INFO kablam! | Sep 17 21:02:19.201 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.201 INFO kablam! | Sep 17 21:02:19.201 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.201 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.201 INFO kablam! Sep 17 21:02:19.201 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.201 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:19.202 INFO kablam! | Sep 17 21:02:19.202 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.202 INFO kablam! | Sep 17 21:02:19.202 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.202 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.202 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.202 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.202 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.202 INFO kablam! Sep 17 21:02:19.202 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.202 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:19.202 INFO kablam! | Sep 17 21:02:19.202 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.202 INFO kablam! | Sep 17 21:02:19.202 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.202 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.202 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.203 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.203 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.203 INFO kablam! Sep 17 21:02:19.203 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.203 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:19.203 INFO kablam! | Sep 17 21:02:19.203 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.203 INFO kablam! | Sep 17 21:02:19.203 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.203 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.203 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.203 INFO kablam! Sep 17 21:02:19.203 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.203 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:19.203 INFO kablam! | Sep 17 21:02:19.204 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.204 INFO kablam! | Sep 17 21:02:19.204 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.204 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.204 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.204 INFO kablam! Sep 17 21:02:19.204 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.204 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:19.204 INFO kablam! | Sep 17 21:02:19.204 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.204 INFO kablam! | Sep 17 21:02:19.204 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.204 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.204 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.204 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.204 INFO kablam! Sep 17 21:02:19.204 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.204 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:19.204 INFO kablam! | Sep 17 21:02:19.204 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.204 INFO kablam! | Sep 17 21:02:19.204 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.204 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.204 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.205 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.205 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.205 INFO kablam! Sep 17 21:02:19.205 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.205 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:19.205 INFO kablam! | Sep 17 21:02:19.205 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.205 INFO kablam! | Sep 17 21:02:19.205 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.205 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.205 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.205 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.205 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.205 INFO kablam! Sep 17 21:02:19.205 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.205 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:19.205 INFO kablam! | Sep 17 21:02:19.205 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.206 INFO kablam! | Sep 17 21:02:19.206 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.206 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.206 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.206 INFO kablam! Sep 17 21:02:19.206 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.206 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:19.206 INFO kablam! | Sep 17 21:02:19.206 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.206 INFO kablam! | Sep 17 21:02:19.206 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.206 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.206 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.206 INFO kablam! Sep 17 21:02:19.206 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.206 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:19.206 INFO kablam! | Sep 17 21:02:19.207 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.207 INFO kablam! | Sep 17 21:02:19.207 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.207 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.207 INFO kablam! Sep 17 21:02:19.207 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.207 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:19.207 INFO kablam! | Sep 17 21:02:19.207 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.207 INFO kablam! | Sep 17 21:02:19.207 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.207 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.207 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.208 INFO kablam! Sep 17 21:02:19.208 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.208 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:19.208 INFO kablam! | Sep 17 21:02:19.208 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.208 INFO kablam! | Sep 17 21:02:19.208 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.208 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.208 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.208 INFO kablam! Sep 17 21:02:19.208 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.208 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:19.209 INFO kablam! | Sep 17 21:02:19.209 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.209 INFO kablam! | Sep 17 21:02:19.209 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.209 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.209 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.209 INFO kablam! Sep 17 21:02:19.209 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.209 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:19.209 INFO kablam! | Sep 17 21:02:19.209 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.209 INFO kablam! | Sep 17 21:02:19.209 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.210 INFO kablam! Sep 17 21:02:19.210 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.210 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:19.210 INFO kablam! | Sep 17 21:02:19.210 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.210 INFO kablam! | Sep 17 21:02:19.210 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.210 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.211 INFO kablam! Sep 17 21:02:19.211 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.211 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:19.211 INFO kablam! | Sep 17 21:02:19.211 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.211 INFO kablam! | Sep 17 21:02:19.211 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.211 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.211 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.211 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.211 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.211 INFO kablam! Sep 17 21:02:19.211 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.212 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:19.212 INFO kablam! | Sep 17 21:02:19.212 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.212 INFO kablam! | Sep 17 21:02:19.212 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.212 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.212 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.212 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.212 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.212 INFO kablam! Sep 17 21:02:19.212 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.213 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:19.213 INFO kablam! | Sep 17 21:02:19.213 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.213 INFO kablam! | Sep 17 21:02:19.213 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.213 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.213 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.213 INFO kablam! Sep 17 21:02:19.213 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.213 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:19.213 INFO kablam! | Sep 17 21:02:19.214 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.214 INFO kablam! | Sep 17 21:02:19.214 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.214 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.214 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.214 INFO kablam! Sep 17 21:02:19.214 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.214 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:19.214 INFO kablam! | Sep 17 21:02:19.214 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.214 INFO kablam! | Sep 17 21:02:19.214 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.215 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.215 INFO kablam! Sep 17 21:02:19.215 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.215 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:19.215 INFO kablam! | Sep 17 21:02:19.215 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.215 INFO kablam! | Sep 17 21:02:19.215 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.215 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.215 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.216 INFO kablam! Sep 17 21:02:19.216 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.216 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:19.216 INFO kablam! | Sep 17 21:02:19.216 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.216 INFO kablam! | Sep 17 21:02:19.216 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.216 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.216 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.216 INFO kablam! Sep 17 21:02:19.216 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.216 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:19.216 INFO kablam! | Sep 17 21:02:19.217 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.217 INFO kablam! | Sep 17 21:02:19.217 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.217 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.217 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.217 INFO kablam! Sep 17 21:02:19.217 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.217 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:19.217 INFO kablam! | Sep 17 21:02:19.217 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.217 INFO kablam! | Sep 17 21:02:19.218 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.218 INFO kablam! Sep 17 21:02:19.218 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.218 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:19.218 INFO kablam! | Sep 17 21:02:19.218 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.218 INFO kablam! | Sep 17 21:02:19.218 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.218 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.219 INFO kablam! Sep 17 21:02:19.219 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.219 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:19.219 INFO kablam! | Sep 17 21:02:19.219 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.219 INFO kablam! | Sep 17 21:02:19.219 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.219 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.219 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.220 INFO kablam! Sep 17 21:02:19.220 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.220 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:19.220 INFO kablam! | Sep 17 21:02:19.220 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.220 INFO kablam! | Sep 17 21:02:19.220 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.220 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.220 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.220 INFO kablam! Sep 17 21:02:19.220 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.221 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:19.221 INFO kablam! | Sep 17 21:02:19.221 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.221 INFO kablam! | Sep 17 21:02:19.221 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.221 INFO kablam! Sep 17 21:02:19.221 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.221 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:19.221 INFO kablam! | Sep 17 21:02:19.221 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.222 INFO kablam! | Sep 17 21:02:19.222 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.222 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.222 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.222 INFO kablam! Sep 17 21:02:19.222 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.222 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:19.222 INFO kablam! | Sep 17 21:02:19.222 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.223 INFO kablam! | Sep 17 21:02:19.223 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.223 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.223 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.223 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.223 INFO kablam! Sep 17 21:02:19.223 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.223 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:19.223 INFO kablam! | Sep 17 21:02:19.223 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.223 INFO kablam! | Sep 17 21:02:19.223 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.223 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.224 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.224 INFO kablam! Sep 17 21:02:19.224 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.224 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:19.224 INFO kablam! | Sep 17 21:02:19.224 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.224 INFO kablam! | Sep 17 21:02:19.224 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.224 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.224 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.224 INFO kablam! Sep 17 21:02:19.224 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.224 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:19.225 INFO kablam! | Sep 17 21:02:19.225 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.225 INFO kablam! | Sep 17 21:02:19.225 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.225 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.225 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.225 INFO kablam! Sep 17 21:02:19.225 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.225 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:19.225 INFO kablam! | Sep 17 21:02:19.225 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.225 INFO kablam! | Sep 17 21:02:19.226 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.226 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.226 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.226 INFO kablam! Sep 17 21:02:19.226 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.226 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:19.226 INFO kablam! | Sep 17 21:02:19.226 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.226 INFO kablam! | Sep 17 21:02:19.226 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.226 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.227 INFO kablam! Sep 17 21:02:19.227 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.227 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:19.227 INFO kablam! | Sep 17 21:02:19.227 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.227 INFO kablam! | Sep 17 21:02:19.227 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.227 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.227 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.228 INFO kablam! Sep 17 21:02:19.228 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.228 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:19.228 INFO kablam! | Sep 17 21:02:19.228 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.228 INFO kablam! | Sep 17 21:02:19.228 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.228 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.228 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.229 INFO kablam! Sep 17 21:02:19.229 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.229 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:19.229 INFO kablam! | Sep 17 21:02:19.229 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.229 INFO kablam! | Sep 17 21:02:19.229 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.229 INFO kablam! Sep 17 21:02:19.229 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.229 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:19.229 INFO kablam! | Sep 17 21:02:19.230 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.230 INFO kablam! | Sep 17 21:02:19.230 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.230 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.230 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.230 INFO kablam! Sep 17 21:02:19.230 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.230 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:19.230 INFO kablam! | Sep 17 21:02:19.230 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.231 INFO kablam! | Sep 17 21:02:19.231 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.231 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.231 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.231 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.231 INFO kablam! Sep 17 21:02:19.231 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.231 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:19.231 INFO kablam! | Sep 17 21:02:19.231 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.231 INFO kablam! | Sep 17 21:02:19.231 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.231 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.231 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.232 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.232 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.232 INFO kablam! Sep 17 21:02:19.232 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.232 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:19.232 INFO kablam! | Sep 17 21:02:19.232 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.232 INFO kablam! | Sep 17 21:02:19.232 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.232 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.232 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.232 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.232 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.232 INFO kablam! Sep 17 21:02:19.233 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:19.233 INFO kablam! --> src/base/allocator.rs:53:31 Sep 17 21:02:19.233 INFO kablam! | Sep 17 21:02:19.233 INFO kablam! 53 | pub type SameShapeR = >::Representative; Sep 17 21:02:19.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.233 INFO kablam! | Sep 17 21:02:19.233 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:02:19.233 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:19.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.233 INFO kablam! Sep 17 21:02:19.233 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:19.233 INFO kablam! --> src/base/allocator.rs:56:31 Sep 17 21:02:19.233 INFO kablam! | Sep 17 21:02:19.233 INFO kablam! 56 | pub type SameShapeC = >::Representative; Sep 17 21:02:19.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.234 INFO kablam! | Sep 17 21:02:19.234 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:19.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.239 INFO kablam! Sep 17 21:02:19.239 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.239 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:19.239 INFO kablam! | Sep 17 21:02:19.239 INFO kablam! 179 | Matrix>; Sep 17 21:02:19.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.239 INFO kablam! | Sep 17 21:02:19.239 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.239 INFO kablam! Sep 17 21:02:19.239 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.239 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:19.239 INFO kablam! | Sep 17 21:02:19.239 INFO kablam! 179 | Matrix>; Sep 17 21:02:19.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.239 INFO kablam! | Sep 17 21:02:19.239 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.239 INFO kablam! Sep 17 21:02:19.239 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.240 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:19.240 INFO kablam! | Sep 17 21:02:19.240 INFO kablam! 179 | Matrix>; Sep 17 21:02:19.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.240 INFO kablam! | Sep 17 21:02:19.240 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.240 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.240 INFO kablam! Sep 17 21:02:19.240 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.240 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:19.240 INFO kablam! | Sep 17 21:02:19.240 INFO kablam! 179 | Matrix>; Sep 17 21:02:19.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.248 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.248 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.248 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.248 INFO kablam! Sep 17 21:02:19.248 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.248 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! 179 | Matrix>; Sep 17 21:02:19.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.248 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.248 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.248 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.248 INFO kablam! Sep 17 21:02:19.248 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.248 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.248 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.248 INFO kablam! Sep 17 21:02:19.248 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.248 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.248 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.248 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.248 INFO kablam! Sep 17 21:02:19.248 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.248 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.248 INFO kablam! | Sep 17 21:02:19.248 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.248 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.248 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.249 INFO kablam! Sep 17 21:02:19.249 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.249 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.249 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.249 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.249 INFO kablam! Sep 17 21:02:19.249 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.249 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:19.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.249 INFO kablam! Sep 17 21:02:19.249 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.249 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:19.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.249 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.249 INFO kablam! Sep 17 21:02:19.249 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.249 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:19.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.249 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.249 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.249 INFO kablam! Sep 17 21:02:19.249 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.249 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:19.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.249 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.249 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.249 INFO kablam! Sep 17 21:02:19.249 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.249 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:19.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.249 INFO kablam! | Sep 17 21:02:19.249 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.250 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.250 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.250 INFO kablam! Sep 17 21:02:19.250 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.250 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:19.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.250 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.250 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.250 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.250 INFO kablam! Sep 17 21:02:19.250 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.250 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:19.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.250 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.250 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.250 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.250 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.250 INFO kablam! Sep 17 21:02:19.250 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.250 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:19.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.250 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.250 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.250 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.250 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.250 INFO kablam! Sep 17 21:02:19.250 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.250 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:19.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.250 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.250 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.250 INFO kablam! Sep 17 21:02:19.250 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.250 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:19.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.250 INFO kablam! | Sep 17 21:02:19.250 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.250 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.250 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.250 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.250 INFO kablam! Sep 17 21:02:19.250 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.251 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:19.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.251 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.251 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.251 INFO kablam! Sep 17 21:02:19.251 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.251 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:19.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.251 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.251 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.251 INFO kablam! Sep 17 21:02:19.251 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.251 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:19.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.251 INFO kablam! Sep 17 21:02:19.251 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.251 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:19.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.251 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.251 INFO kablam! Sep 17 21:02:19.251 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.251 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:19.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.251 INFO kablam! | Sep 17 21:02:19.251 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.251 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.251 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.252 INFO kablam! Sep 17 21:02:19.252 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.252 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:19.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.252 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.252 INFO kablam! Sep 17 21:02:19.252 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.252 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:19.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.252 INFO kablam! Sep 17 21:02:19.252 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.252 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:19.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.252 INFO kablam! Sep 17 21:02:19.252 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.252 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:19.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.252 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.252 INFO kablam! Sep 17 21:02:19.252 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.252 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:19.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.252 INFO kablam! | Sep 17 21:02:19.252 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.252 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.253 INFO kablam! Sep 17 21:02:19.253 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.253 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:19.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.253 INFO kablam! Sep 17 21:02:19.253 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.253 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:19.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.253 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.253 INFO kablam! Sep 17 21:02:19.253 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.253 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:19.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.253 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.253 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.253 INFO kablam! Sep 17 21:02:19.253 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.253 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:19.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.253 INFO kablam! | Sep 17 21:02:19.253 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.253 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.253 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.253 INFO kablam! Sep 17 21:02:19.259 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:19.259 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:19.259 INFO kablam! | Sep 17 21:02:19.259 INFO kablam! 206 | Matrix>; Sep 17 21:02:19.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:19.259 INFO kablam! | Sep 17 21:02:19.259 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:19.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.259 INFO kablam! Sep 17 21:02:19.259 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:19.259 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:19.259 INFO kablam! | Sep 17 21:02:19.259 INFO kablam! 206 | Matrix>; Sep 17 21:02:19.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:19.259 INFO kablam! | Sep 17 21:02:19.259 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:19.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.259 INFO kablam! Sep 17 21:02:19.259 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.259 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:19.259 INFO kablam! | Sep 17 21:02:19.259 INFO kablam! 206 | Matrix>; Sep 17 21:02:19.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.259 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.260 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.260 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.260 INFO kablam! Sep 17 21:02:19.260 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.260 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! 206 | Matrix>; Sep 17 21:02:19.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.260 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.260 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.260 INFO kablam! Sep 17 21:02:19.260 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.260 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! 206 | Matrix>; Sep 17 21:02:19.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.260 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.260 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.260 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.260 INFO kablam! Sep 17 21:02:19.260 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.260 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! 206 | Matrix>; Sep 17 21:02:19.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.260 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.260 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.260 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.260 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.260 INFO kablam! Sep 17 21:02:19.260 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.260 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! 206 | Matrix>; Sep 17 21:02:19.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.260 INFO kablam! | Sep 17 21:02:19.260 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.260 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.260 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.260 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.260 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.261 INFO kablam! Sep 17 21:02:19.264 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.264 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:19.264 INFO kablam! | Sep 17 21:02:19.264 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.264 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.265 INFO kablam! Sep 17 21:02:19.265 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.265 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.265 INFO kablam! Sep 17 21:02:19.265 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.265 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.265 INFO kablam! Sep 17 21:02:19.265 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.265 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.265 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.265 INFO kablam! Sep 17 21:02:19.265 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.265 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.265 INFO kablam! | Sep 17 21:02:19.265 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.265 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.265 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.265 INFO kablam! Sep 17 21:02:19.266 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.266 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.266 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.266 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.266 INFO kablam! Sep 17 21:02:19.266 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.266 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.266 INFO kablam! Sep 17 21:02:19.266 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.266 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.266 INFO kablam! Sep 17 21:02:19.266 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.266 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.266 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.266 INFO kablam! Sep 17 21:02:19.266 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.266 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.266 INFO kablam! | Sep 17 21:02:19.266 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.267 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.267 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.267 INFO kablam! Sep 17 21:02:19.267 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.267 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.267 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.267 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.267 INFO kablam! Sep 17 21:02:19.267 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.267 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.267 INFO kablam! Sep 17 21:02:19.267 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.267 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.267 INFO kablam! Sep 17 21:02:19.267 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.267 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.267 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.267 INFO kablam! Sep 17 21:02:19.267 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.267 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:19.267 INFO kablam! | Sep 17 21:02:19.267 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.268 INFO kablam! | Sep 17 21:02:19.268 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.268 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.268 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.268 INFO kablam! Sep 17 21:02:19.268 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.268 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:19.268 INFO kablam! | Sep 17 21:02:19.268 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.268 INFO kablam! | Sep 17 21:02:19.268 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.268 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.268 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.268 INFO kablam! Sep 17 21:02:19.283 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.283 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:19.283 INFO kablam! | Sep 17 21:02:19.283 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.288 INFO kablam! Sep 17 21:02:19.288 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.288 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.288 INFO kablam! Sep 17 21:02:19.288 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.288 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.288 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.288 INFO kablam! Sep 17 21:02:19.288 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.288 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.288 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.288 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.288 INFO kablam! Sep 17 21:02:19.288 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.288 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.288 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.288 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.288 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.288 INFO kablam! Sep 17 21:02:19.288 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.288 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:19.288 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.289 INFO kablam! Sep 17 21:02:19.289 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.289 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.289 INFO kablam! Sep 17 21:02:19.289 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.289 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.289 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.289 INFO kablam! Sep 17 21:02:19.289 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.289 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.289 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.289 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.289 INFO kablam! Sep 17 21:02:19.289 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.289 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.289 INFO kablam! | Sep 17 21:02:19.289 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.289 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.289 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.289 INFO kablam! Sep 17 21:02:19.290 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.290 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.290 INFO kablam! Sep 17 21:02:19.290 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.290 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.290 INFO kablam! Sep 17 21:02:19.290 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.290 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.290 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.290 INFO kablam! Sep 17 21:02:19.290 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.290 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.290 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.290 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.290 INFO kablam! Sep 17 21:02:19.290 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.290 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.290 INFO kablam! | Sep 17 21:02:19.290 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.290 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.290 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.291 INFO kablam! Sep 17 21:02:19.291 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.291 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.291 INFO kablam! Sep 17 21:02:19.291 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.291 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.291 INFO kablam! Sep 17 21:02:19.291 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.291 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.291 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.291 INFO kablam! Sep 17 21:02:19.291 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.291 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.291 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.291 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.291 INFO kablam! Sep 17 21:02:19.291 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.291 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.291 INFO kablam! | Sep 17 21:02:19.291 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.291 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.291 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.292 INFO kablam! Sep 17 21:02:19.292 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.292 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.292 INFO kablam! Sep 17 21:02:19.292 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.292 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.292 INFO kablam! Sep 17 21:02:19.292 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.292 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.292 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.292 INFO kablam! Sep 17 21:02:19.292 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.292 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.292 INFO kablam! | Sep 17 21:02:19.292 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.292 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.307 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.307 INFO kablam! Sep 17 21:02:19.307 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.307 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:19.307 INFO kablam! | Sep 17 21:02:19.307 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.308 INFO kablam! | Sep 17 21:02:19.308 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.308 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.308 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.308 INFO kablam! Sep 17 21:02:19.309 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.309 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:19.309 INFO kablam! | Sep 17 21:02:19.309 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.309 INFO kablam! | Sep 17 21:02:19.309 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.309 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.309 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.309 INFO kablam! Sep 17 21:02:19.309 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.309 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:19.309 INFO kablam! | Sep 17 21:02:19.309 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.309 INFO kablam! | Sep 17 21:02:19.309 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.310 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.310 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.310 INFO kablam! Sep 17 21:02:19.310 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.310 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:19.310 INFO kablam! | Sep 17 21:02:19.310 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.310 INFO kablam! | Sep 17 21:02:19.310 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.310 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.310 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.310 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.310 INFO kablam! Sep 17 21:02:19.310 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.310 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:19.310 INFO kablam! | Sep 17 21:02:19.310 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.310 INFO kablam! | Sep 17 21:02:19.310 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.311 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.311 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.311 INFO kablam! Sep 17 21:02:19.311 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.311 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:19.311 INFO kablam! | Sep 17 21:02:19.311 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.311 INFO kablam! | Sep 17 21:02:19.311 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.311 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.311 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.311 INFO kablam! Sep 17 21:02:19.312 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.312 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:19.312 INFO kablam! | Sep 17 21:02:19.312 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.312 INFO kablam! | Sep 17 21:02:19.312 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.312 INFO kablam! Sep 17 21:02:19.312 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.312 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:19.312 INFO kablam! | Sep 17 21:02:19.312 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.312 INFO kablam! | Sep 17 21:02:19.312 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.312 INFO kablam! Sep 17 21:02:19.313 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.313 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:19.313 INFO kablam! | Sep 17 21:02:19.313 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.313 INFO kablam! | Sep 17 21:02:19.313 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.313 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.313 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.313 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.313 INFO kablam! Sep 17 21:02:19.313 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.313 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:19.313 INFO kablam! | Sep 17 21:02:19.313 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.313 INFO kablam! | Sep 17 21:02:19.313 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.313 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.313 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.313 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.313 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.313 INFO kablam! Sep 17 21:02:19.314 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.314 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:19.314 INFO kablam! | Sep 17 21:02:19.314 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.314 INFO kablam! | Sep 17 21:02:19.314 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.314 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.314 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.314 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.314 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.314 INFO kablam! Sep 17 21:02:19.315 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.315 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:19.315 INFO kablam! | Sep 17 21:02:19.315 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.315 INFO kablam! | Sep 17 21:02:19.315 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.315 INFO kablam! Sep 17 21:02:19.315 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.315 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:19.315 INFO kablam! | Sep 17 21:02:19.315 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.315 INFO kablam! | Sep 17 21:02:19.315 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.315 INFO kablam! Sep 17 21:02:19.315 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.315 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:19.315 INFO kablam! | Sep 17 21:02:19.315 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.315 INFO kablam! | Sep 17 21:02:19.315 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.315 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.316 INFO kablam! Sep 17 21:02:19.316 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.316 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:19.316 INFO kablam! | Sep 17 21:02:19.316 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.316 INFO kablam! | Sep 17 21:02:19.316 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.316 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.316 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.316 INFO kablam! Sep 17 21:02:19.316 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.317 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:19.317 INFO kablam! | Sep 17 21:02:19.317 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.317 INFO kablam! | Sep 17 21:02:19.317 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.317 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.317 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.317 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.317 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.317 INFO kablam! Sep 17 21:02:19.317 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.317 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:19.317 INFO kablam! | Sep 17 21:02:19.317 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.317 INFO kablam! | Sep 17 21:02:19.317 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.317 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.317 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.318 INFO kablam! Sep 17 21:02:19.318 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.318 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:19.318 INFO kablam! | Sep 17 21:02:19.318 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.318 INFO kablam! | Sep 17 21:02:19.318 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.318 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.318 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.318 INFO kablam! Sep 17 21:02:19.318 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.318 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:19.318 INFO kablam! | Sep 17 21:02:19.318 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.318 INFO kablam! | Sep 17 21:02:19.318 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.318 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.318 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.319 INFO kablam! Sep 17 21:02:19.319 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.319 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:19.319 INFO kablam! | Sep 17 21:02:19.319 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.319 INFO kablam! | Sep 17 21:02:19.319 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.319 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.319 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.319 INFO kablam! Sep 17 21:02:19.319 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.319 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:19.319 INFO kablam! | Sep 17 21:02:19.319 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.319 INFO kablam! | Sep 17 21:02:19.319 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.319 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.319 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.320 INFO kablam! Sep 17 21:02:19.321 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.321 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:19.321 INFO kablam! | Sep 17 21:02:19.321 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.322 INFO kablam! | Sep 17 21:02:19.322 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.322 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.322 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.322 INFO kablam! Sep 17 21:02:19.322 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.322 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:19.322 INFO kablam! | Sep 17 21:02:19.322 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.322 INFO kablam! | Sep 17 21:02:19.322 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.322 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.323 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.323 INFO kablam! Sep 17 21:02:19.323 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.323 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:19.323 INFO kablam! | Sep 17 21:02:19.323 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.323 INFO kablam! | Sep 17 21:02:19.323 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.324 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.324 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.324 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.324 INFO kablam! Sep 17 21:02:19.325 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.325 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:19.325 INFO kablam! | Sep 17 21:02:19.325 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.325 INFO kablam! | Sep 17 21:02:19.325 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.326 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.326 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.326 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.326 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.326 INFO kablam! Sep 17 21:02:19.326 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.326 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:19.326 INFO kablam! | Sep 17 21:02:19.326 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.327 INFO kablam! | Sep 17 21:02:19.327 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.327 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.327 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.327 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.327 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.327 INFO kablam! Sep 17 21:02:19.328 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.328 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:19.328 INFO kablam! | Sep 17 21:02:19.328 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.332 INFO kablam! | Sep 17 21:02:19.332 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.332 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.332 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.332 INFO kablam! Sep 17 21:02:19.332 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.332 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:19.332 INFO kablam! | Sep 17 21:02:19.332 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.332 INFO kablam! | Sep 17 21:02:19.332 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.332 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.332 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.332 INFO kablam! Sep 17 21:02:19.333 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.333 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:19.333 INFO kablam! | Sep 17 21:02:19.333 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.333 INFO kablam! | Sep 17 21:02:19.333 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.333 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.333 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.333 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.333 INFO kablam! Sep 17 21:02:19.334 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.334 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:19.334 INFO kablam! | Sep 17 21:02:19.334 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.334 INFO kablam! | Sep 17 21:02:19.334 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.334 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.334 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.334 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.334 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.334 INFO kablam! Sep 17 21:02:19.334 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.334 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:19.334 INFO kablam! | Sep 17 21:02:19.334 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.335 INFO kablam! | Sep 17 21:02:19.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.335 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.335 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.335 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.335 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.335 INFO kablam! Sep 17 21:02:19.340 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.340 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:19.340 INFO kablam! | Sep 17 21:02:19.340 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.347 INFO kablam! | Sep 17 21:02:19.347 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.347 INFO kablam! Sep 17 21:02:19.347 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.347 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:19.347 INFO kablam! | Sep 17 21:02:19.347 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.347 INFO kablam! | Sep 17 21:02:19.347 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.347 INFO kablam! Sep 17 21:02:19.348 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.348 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.348 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.348 INFO kablam! Sep 17 21:02:19.348 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.348 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.348 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.348 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.348 INFO kablam! Sep 17 21:02:19.348 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.348 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.348 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.348 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.348 INFO kablam! Sep 17 21:02:19.348 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.348 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.348 INFO kablam! Sep 17 21:02:19.348 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.348 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.348 INFO kablam! | Sep 17 21:02:19.348 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.349 INFO kablam! Sep 17 21:02:19.355 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.355 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:19.355 INFO kablam! | Sep 17 21:02:19.355 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.355 INFO kablam! | Sep 17 21:02:19.355 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.355 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.355 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.355 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.355 INFO kablam! Sep 17 21:02:19.355 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.355 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:19.355 INFO kablam! | Sep 17 21:02:19.355 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.355 INFO kablam! | Sep 17 21:02:19.355 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.355 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.355 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.355 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.355 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.355 INFO kablam! Sep 17 21:02:19.355 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.355 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:19.355 INFO kablam! | Sep 17 21:02:19.355 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.356 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.356 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.356 INFO kablam! Sep 17 21:02:19.356 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.356 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.356 INFO kablam! Sep 17 21:02:19.356 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.356 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.356 INFO kablam! Sep 17 21:02:19.356 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.356 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.356 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.356 INFO kablam! Sep 17 21:02:19.356 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.356 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.356 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.356 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.356 INFO kablam! Sep 17 21:02:19.356 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.356 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.356 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.356 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.356 INFO kablam! Sep 17 21:02:19.356 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.356 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:19.356 INFO kablam! | Sep 17 21:02:19.356 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.357 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.357 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.357 INFO kablam! Sep 17 21:02:19.357 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.357 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.357 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.357 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.357 INFO kablam! Sep 17 21:02:19.357 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.357 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.357 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.357 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.357 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.357 INFO kablam! Sep 17 21:02:19.357 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.357 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.357 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.357 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.357 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.357 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.357 INFO kablam! Sep 17 21:02:19.357 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.357 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:19.357 INFO kablam! | Sep 17 21:02:19.357 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.367 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.367 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.367 INFO kablam! Sep 17 21:02:19.367 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.367 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.367 INFO kablam! Sep 17 21:02:19.367 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.367 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.367 INFO kablam! Sep 17 21:02:19.367 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.367 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.367 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.367 INFO kablam! Sep 17 21:02:19.367 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.367 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:19.367 INFO kablam! | Sep 17 21:02:19.367 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.388 INFO kablam! | Sep 17 21:02:19.388 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.388 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.388 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.388 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.388 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.388 INFO kablam! Sep 17 21:02:19.388 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.388 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:19.388 INFO kablam! | Sep 17 21:02:19.388 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.388 INFO kablam! | Sep 17 21:02:19.388 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.388 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.388 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.388 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.388 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.388 INFO kablam! Sep 17 21:02:19.388 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.388 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:19.388 INFO kablam! | Sep 17 21:02:19.388 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.389 INFO kablam! Sep 17 21:02:19.389 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.389 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.389 INFO kablam! Sep 17 21:02:19.389 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.389 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.389 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.389 INFO kablam! Sep 17 21:02:19.389 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.389 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.389 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.389 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.389 INFO kablam! Sep 17 21:02:19.389 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.389 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.389 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.389 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.389 INFO kablam! Sep 17 21:02:19.389 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.389 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:19.389 INFO kablam! | Sep 17 21:02:19.389 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.390 INFO kablam! Sep 17 21:02:19.390 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.390 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.390 INFO kablam! Sep 17 21:02:19.390 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.390 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.390 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.390 INFO kablam! Sep 17 21:02:19.390 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.390 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.390 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.390 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.390 INFO kablam! Sep 17 21:02:19.390 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.390 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.390 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.390 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.390 INFO kablam! Sep 17 21:02:19.390 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.390 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:19.390 INFO kablam! | Sep 17 21:02:19.390 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.391 INFO kablam! Sep 17 21:02:19.391 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.391 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.391 INFO kablam! Sep 17 21:02:19.391 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.391 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.391 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.391 INFO kablam! Sep 17 21:02:19.391 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.391 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.391 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.391 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.391 INFO kablam! Sep 17 21:02:19.391 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.391 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:19.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.391 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.391 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.391 INFO kablam! Sep 17 21:02:19.391 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.391 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:19.391 INFO kablam! | Sep 17 21:02:19.391 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.392 INFO kablam! Sep 17 21:02:19.392 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.392 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.392 INFO kablam! Sep 17 21:02:19.392 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.392 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.392 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.392 INFO kablam! Sep 17 21:02:19.392 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.392 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.392 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.392 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.392 INFO kablam! Sep 17 21:02:19.392 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.392 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:19.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.392 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.392 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.392 INFO kablam! Sep 17 21:02:19.392 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.392 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:19.392 INFO kablam! | Sep 17 21:02:19.392 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.393 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.393 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.393 INFO kablam! Sep 17 21:02:19.393 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.393 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.393 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.393 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.393 INFO kablam! Sep 17 21:02:19.393 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.393 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.393 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.393 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.393 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.393 INFO kablam! Sep 17 21:02:19.393 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.393 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.393 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.393 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.393 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.393 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.393 INFO kablam! Sep 17 21:02:19.393 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.393 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:19.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.393 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.393 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.393 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.393 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.393 INFO kablam! Sep 17 21:02:19.393 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.393 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:19.393 INFO kablam! | Sep 17 21:02:19.393 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.394 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.394 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.394 INFO kablam! Sep 17 21:02:19.394 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.394 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.394 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.394 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.394 INFO kablam! Sep 17 21:02:19.394 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.394 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.394 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.394 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.394 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.394 INFO kablam! Sep 17 21:02:19.394 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.394 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.394 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.394 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.394 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.394 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.394 INFO kablam! Sep 17 21:02:19.394 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.394 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:19.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.394 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.394 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.394 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.394 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.394 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.394 INFO kablam! Sep 17 21:02:19.394 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.394 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:19.394 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.395 INFO kablam! Sep 17 21:02:19.395 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.395 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.395 INFO kablam! Sep 17 21:02:19.395 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.395 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.395 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.395 INFO kablam! Sep 17 21:02:19.395 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.395 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.395 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.395 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.395 INFO kablam! Sep 17 21:02:19.395 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.395 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.395 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.395 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.395 INFO kablam! Sep 17 21:02:19.395 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.395 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:19.395 INFO kablam! | Sep 17 21:02:19.395 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.396 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.396 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.396 INFO kablam! Sep 17 21:02:19.396 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.396 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.396 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.396 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.396 INFO kablam! Sep 17 21:02:19.396 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.396 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.396 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.396 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.396 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.396 INFO kablam! Sep 17 21:02:19.396 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.396 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.396 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.396 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.396 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.396 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.396 INFO kablam! Sep 17 21:02:19.396 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.396 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:19.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.396 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.396 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.396 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.396 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.396 INFO kablam! Sep 17 21:02:19.396 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.396 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:19.396 INFO kablam! | Sep 17 21:02:19.396 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.397 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.397 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.397 INFO kablam! Sep 17 21:02:19.397 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.397 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.397 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.397 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.397 INFO kablam! Sep 17 21:02:19.397 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.397 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.397 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.397 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.397 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.397 INFO kablam! Sep 17 21:02:19.397 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.397 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.397 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.397 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.397 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.397 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.397 INFO kablam! Sep 17 21:02:19.397 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.397 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:19.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.397 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.397 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.397 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.397 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.397 INFO kablam! Sep 17 21:02:19.397 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.397 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:19.397 INFO kablam! | Sep 17 21:02:19.397 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.416 INFO kablam! Sep 17 21:02:19.416 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.416 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.416 INFO kablam! Sep 17 21:02:19.416 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.416 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.416 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.416 INFO kablam! Sep 17 21:02:19.416 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.416 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.416 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.416 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.416 INFO kablam! Sep 17 21:02:19.416 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.416 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:19.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.416 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.416 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.416 INFO kablam! Sep 17 21:02:19.416 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.416 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.416 INFO kablam! Sep 17 21:02:19.416 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.416 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:19.416 INFO kablam! | Sep 17 21:02:19.416 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.417 INFO kablam! Sep 17 21:02:19.417 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.417 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.417 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.417 INFO kablam! Sep 17 21:02:19.417 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.417 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.417 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.417 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.417 INFO kablam! Sep 17 21:02:19.417 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.417 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:19.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.417 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.417 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.417 INFO kablam! Sep 17 21:02:19.417 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.417 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.417 INFO kablam! Sep 17 21:02:19.417 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.417 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.417 INFO kablam! Sep 17 21:02:19.417 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.417 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.417 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.417 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.418 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.418 INFO kablam! Sep 17 21:02:19.418 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.418 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.418 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.418 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.418 INFO kablam! Sep 17 21:02:19.418 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.418 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:19.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.418 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.418 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.418 INFO kablam! Sep 17 21:02:19.418 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.418 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.418 INFO kablam! Sep 17 21:02:19.418 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.418 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.418 INFO kablam! Sep 17 21:02:19.418 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.418 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.418 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.418 INFO kablam! Sep 17 21:02:19.418 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.418 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:19.418 INFO kablam! | Sep 17 21:02:19.418 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.419 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.419 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.419 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.419 INFO kablam! Sep 17 21:02:19.419 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.419 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:19.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.419 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.419 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.419 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.419 INFO kablam! Sep 17 21:02:19.419 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.419 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.419 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.419 INFO kablam! Sep 17 21:02:19.419 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.419 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.419 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.419 INFO kablam! Sep 17 21:02:19.419 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.419 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.419 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.419 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.419 INFO kablam! Sep 17 21:02:19.419 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.419 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.419 INFO kablam! | Sep 17 21:02:19.419 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.419 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.419 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.420 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.420 INFO kablam! Sep 17 21:02:19.420 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.420 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:19.420 INFO kablam! | Sep 17 21:02:19.420 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:19.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.420 INFO kablam! | Sep 17 21:02:19.420 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.420 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.420 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.420 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.420 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.420 INFO kablam! Sep 17 21:02:19.420 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.420 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:19.420 INFO kablam! | Sep 17 21:02:19.420 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.420 INFO kablam! | Sep 17 21:02:19.420 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.420 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.420 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.420 INFO kablam! Sep 17 21:02:19.420 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.420 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:19.420 INFO kablam! | Sep 17 21:02:19.420 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.420 INFO kablam! | Sep 17 21:02:19.420 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.420 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.420 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.440 INFO kablam! Sep 17 21:02:19.440 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.440 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:19.440 INFO kablam! | Sep 17 21:02:19.440 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.440 INFO kablam! | Sep 17 21:02:19.440 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.440 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.440 INFO kablam! Sep 17 21:02:19.440 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.440 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:19.440 INFO kablam! | Sep 17 21:02:19.440 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.440 INFO kablam! | Sep 17 21:02:19.440 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.440 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.440 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.440 INFO kablam! Sep 17 21:02:19.440 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.440 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:19.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.441 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.441 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.441 INFO kablam! Sep 17 21:02:19.441 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.441 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.441 INFO kablam! Sep 17 21:02:19.441 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.441 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.441 INFO kablam! Sep 17 21:02:19.441 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.441 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.441 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.441 INFO kablam! Sep 17 21:02:19.441 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.441 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.441 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.441 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.441 INFO kablam! Sep 17 21:02:19.441 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.441 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:19.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.441 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.441 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.441 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.441 INFO kablam! Sep 17 21:02:19.441 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.441 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:19.441 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.442 INFO kablam! Sep 17 21:02:19.442 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.442 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.442 INFO kablam! Sep 17 21:02:19.442 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.442 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.442 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.442 INFO kablam! Sep 17 21:02:19.442 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.442 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.442 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.442 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.442 INFO kablam! Sep 17 21:02:19.442 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.442 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:19.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.442 INFO kablam! | Sep 17 21:02:19.442 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.442 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.442 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.442 INFO kablam! Sep 17 21:02:19.442 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.442 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.443 INFO kablam! Sep 17 21:02:19.443 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.443 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.443 INFO kablam! Sep 17 21:02:19.443 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.443 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.443 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.443 INFO kablam! Sep 17 21:02:19.443 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.443 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.443 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.443 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.443 INFO kablam! Sep 17 21:02:19.443 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.443 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:19.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.443 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.443 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.443 INFO kablam! Sep 17 21:02:19.443 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.443 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:19.443 INFO kablam! | Sep 17 21:02:19.443 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:19.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.444 INFO kablam! Sep 17 21:02:19.444 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.444 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:19.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.444 INFO kablam! Sep 17 21:02:19.444 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.444 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:19.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.444 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.444 INFO kablam! Sep 17 21:02:19.444 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.444 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:19.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.444 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.444 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.444 INFO kablam! Sep 17 21:02:19.444 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.444 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:19.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.444 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.444 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.444 INFO kablam! Sep 17 21:02:19.444 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.444 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:19.444 INFO kablam! | Sep 17 21:02:19.444 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.445 INFO kablam! Sep 17 21:02:19.445 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.445 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.445 INFO kablam! Sep 17 21:02:19.445 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.445 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.445 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.445 INFO kablam! Sep 17 21:02:19.445 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.445 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.445 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.445 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.445 INFO kablam! Sep 17 21:02:19.445 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.445 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:19.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.445 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.445 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.445 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.445 INFO kablam! Sep 17 21:02:19.445 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.445 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:19.445 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.446 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.446 INFO kablam! Sep 17 21:02:19.446 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.446 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.446 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.446 INFO kablam! Sep 17 21:02:19.446 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.446 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.446 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.446 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.446 INFO kablam! Sep 17 21:02:19.446 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.446 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.446 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.446 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.446 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.446 INFO kablam! Sep 17 21:02:19.446 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.446 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:19.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.446 INFO kablam! | Sep 17 21:02:19.446 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.446 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.446 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.447 INFO kablam! Sep 17 21:02:19.447 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.447 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.447 INFO kablam! Sep 17 21:02:19.447 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.447 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.447 INFO kablam! Sep 17 21:02:19.447 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.447 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.447 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.447 INFO kablam! Sep 17 21:02:19.447 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.447 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.447 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.447 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.447 INFO kablam! Sep 17 21:02:19.447 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.447 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:19.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.447 INFO kablam! | Sep 17 21:02:19.447 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.448 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.448 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.448 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.448 INFO kablam! Sep 17 21:02:19.448 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.448 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:19.448 INFO kablam! | Sep 17 21:02:19.448 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.448 INFO kablam! | Sep 17 21:02:19.448 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.448 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.448 INFO kablam! Sep 17 21:02:19.448 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.448 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:19.448 INFO kablam! | Sep 17 21:02:19.448 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.460 INFO kablam! | Sep 17 21:02:19.460 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.460 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.460 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.460 INFO kablam! Sep 17 21:02:19.460 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.460 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:19.460 INFO kablam! | Sep 17 21:02:19.460 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.460 INFO kablam! | Sep 17 21:02:19.460 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.460 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.460 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.460 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.460 INFO kablam! Sep 17 21:02:19.460 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.460 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:19.460 INFO kablam! | Sep 17 21:02:19.460 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.460 INFO kablam! | Sep 17 21:02:19.460 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.460 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.460 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.460 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.460 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.460 INFO kablam! Sep 17 21:02:19.460 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.460 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:19.460 INFO kablam! | Sep 17 21:02:19.460 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:19.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.460 INFO kablam! | Sep 17 21:02:19.460 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.460 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.460 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.460 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.460 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.460 INFO kablam! Sep 17 21:02:19.460 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.461 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.461 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.461 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.461 INFO kablam! Sep 17 21:02:19.461 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.461 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.461 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.461 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.461 INFO kablam! Sep 17 21:02:19.461 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.461 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.461 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.461 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.461 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.461 INFO kablam! Sep 17 21:02:19.461 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.461 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.461 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.461 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.461 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.461 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.461 INFO kablam! Sep 17 21:02:19.461 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.461 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:19.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.461 INFO kablam! | Sep 17 21:02:19.461 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.461 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.461 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.461 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.462 INFO kablam! Sep 17 21:02:19.462 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.462 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.462 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.462 INFO kablam! Sep 17 21:02:19.462 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.462 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.462 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.462 INFO kablam! Sep 17 21:02:19.462 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.462 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.462 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.462 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.462 INFO kablam! Sep 17 21:02:19.462 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.462 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.462 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.462 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.462 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.462 INFO kablam! Sep 17 21:02:19.462 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.462 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:19.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.462 INFO kablam! | Sep 17 21:02:19.462 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.463 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.463 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.463 INFO kablam! Sep 17 21:02:19.463 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.463 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.463 INFO kablam! Sep 17 21:02:19.463 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.463 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.463 INFO kablam! Sep 17 21:02:19.463 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.463 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.463 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.463 INFO kablam! Sep 17 21:02:19.463 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.463 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.463 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.463 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.463 INFO kablam! Sep 17 21:02:19.463 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.463 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:19.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.463 INFO kablam! | Sep 17 21:02:19.463 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.464 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.464 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.464 INFO kablam! Sep 17 21:02:19.464 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.464 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.464 INFO kablam! Sep 17 21:02:19.464 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.464 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.464 INFO kablam! Sep 17 21:02:19.464 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.464 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.464 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.464 INFO kablam! Sep 17 21:02:19.464 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.464 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.464 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.464 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.464 INFO kablam! Sep 17 21:02:19.464 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.464 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:19.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.464 INFO kablam! | Sep 17 21:02:19.464 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.465 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.465 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.465 INFO kablam! Sep 17 21:02:19.465 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.465 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.465 INFO kablam! Sep 17 21:02:19.465 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.465 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.465 INFO kablam! Sep 17 21:02:19.465 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.465 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.465 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.465 INFO kablam! Sep 17 21:02:19.465 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.465 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.465 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.465 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.465 INFO kablam! Sep 17 21:02:19.465 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.465 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:19.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.465 INFO kablam! | Sep 17 21:02:19.465 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.466 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.466 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.466 INFO kablam! Sep 17 21:02:19.466 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.466 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:19.466 INFO kablam! | Sep 17 21:02:19.466 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.466 INFO kablam! | Sep 17 21:02:19.466 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.466 INFO kablam! Sep 17 21:02:19.466 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.466 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:19.466 INFO kablam! | Sep 17 21:02:19.466 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.466 INFO kablam! | Sep 17 21:02:19.466 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.466 INFO kablam! Sep 17 21:02:19.466 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.466 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:19.466 INFO kablam! | Sep 17 21:02:19.466 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.466 INFO kablam! | Sep 17 21:02:19.466 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.470 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.470 INFO kablam! Sep 17 21:02:19.470 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.470 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:19.470 INFO kablam! | Sep 17 21:02:19.470 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.470 INFO kablam! | Sep 17 21:02:19.470 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.470 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.470 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.470 INFO kablam! Sep 17 21:02:19.470 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.470 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:19.470 INFO kablam! | Sep 17 21:02:19.470 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:19.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.471 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.471 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.471 INFO kablam! Sep 17 21:02:19.471 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.471 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.471 INFO kablam! Sep 17 21:02:19.471 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.471 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.471 INFO kablam! Sep 17 21:02:19.471 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.471 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.471 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.471 INFO kablam! Sep 17 21:02:19.471 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.471 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.471 INFO kablam! | Sep 17 21:02:19.471 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.471 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.471 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.475 INFO kablam! Sep 17 21:02:19.493 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.493 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:19.493 INFO kablam! | Sep 17 21:02:19.493 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:19.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.493 INFO kablam! | Sep 17 21:02:19.493 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.494 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.494 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.494 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.494 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.494 INFO kablam! Sep 17 21:02:19.494 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.494 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.494 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.494 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.494 INFO kablam! Sep 17 21:02:19.494 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.494 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.494 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.494 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.494 INFO kablam! Sep 17 21:02:19.494 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.494 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.494 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.494 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.494 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.494 INFO kablam! Sep 17 21:02:19.494 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.494 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.494 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.494 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.494 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.494 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.494 INFO kablam! Sep 17 21:02:19.494 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.494 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:19.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.494 INFO kablam! | Sep 17 21:02:19.494 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.495 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.495 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.495 INFO kablam! Sep 17 21:02:19.495 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.495 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! 371 | Matrix>; Sep 17 21:02:19.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.495 INFO kablam! Sep 17 21:02:19.495 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.495 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! 371 | Matrix>; Sep 17 21:02:19.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.495 INFO kablam! Sep 17 21:02:19.495 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.495 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! 371 | Matrix>; Sep 17 21:02:19.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.495 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.495 INFO kablam! Sep 17 21:02:19.495 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.495 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! 371 | Matrix>; Sep 17 21:02:19.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.495 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.495 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.495 INFO kablam! Sep 17 21:02:19.495 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.495 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:19.495 INFO kablam! | Sep 17 21:02:19.495 INFO kablam! 371 | Matrix>; Sep 17 21:02:19.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.496 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.496 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.496 INFO kablam! Sep 17 21:02:19.496 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.496 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.496 INFO kablam! Sep 17 21:02:19.496 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.496 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.496 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.496 INFO kablam! Sep 17 21:02:19.496 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.496 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.496 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.496 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.496 INFO kablam! Sep 17 21:02:19.496 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.496 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:19.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.496 INFO kablam! | Sep 17 21:02:19.496 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.496 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.496 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.497 INFO kablam! Sep 17 21:02:19.497 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.497 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:19.497 INFO kablam! | Sep 17 21:02:19.497 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:19.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.497 INFO kablam! | Sep 17 21:02:19.497 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.497 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.497 INFO kablam! Sep 17 21:02:19.497 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.497 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:19.497 INFO kablam! | Sep 17 21:02:19.497 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:19.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.497 INFO kablam! | Sep 17 21:02:19.503 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.503 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.503 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.503 INFO kablam! Sep 17 21:02:19.503 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.503 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:19.503 INFO kablam! | Sep 17 21:02:19.503 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:19.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.503 INFO kablam! | Sep 17 21:02:19.503 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.503 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.503 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.503 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.503 INFO kablam! Sep 17 21:02:19.503 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.503 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:19.503 INFO kablam! | Sep 17 21:02:19.503 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:19.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.503 INFO kablam! | Sep 17 21:02:19.503 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.503 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.503 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.504 INFO kablam! Sep 17 21:02:19.504 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.504 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:19.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.504 INFO kablam! Sep 17 21:02:19.504 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.504 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:19.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.504 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.504 INFO kablam! Sep 17 21:02:19.504 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.504 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:19.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.504 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.504 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.504 INFO kablam! Sep 17 21:02:19.504 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.504 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:19.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.504 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.504 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.504 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.504 INFO kablam! Sep 17 21:02:19.504 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.504 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:19.504 INFO kablam! | Sep 17 21:02:19.505 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:19.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.505 INFO kablam! | Sep 17 21:02:19.505 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.505 INFO kablam! Sep 17 21:02:19.505 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.505 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:19.505 INFO kablam! | Sep 17 21:02:19.505 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:19.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.505 INFO kablam! | Sep 17 21:02:19.505 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.505 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.505 INFO kablam! Sep 17 21:02:19.514 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.514 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:19.514 INFO kablam! | Sep 17 21:02:19.514 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:19.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.514 INFO kablam! | Sep 17 21:02:19.514 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.514 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.514 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.514 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.514 INFO kablam! Sep 17 21:02:19.514 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.514 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:19.514 INFO kablam! | Sep 17 21:02:19.514 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:19.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.514 INFO kablam! | Sep 17 21:02:19.514 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.514 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.514 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.514 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.515 INFO kablam! Sep 17 21:02:19.515 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.515 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.515 INFO kablam! Sep 17 21:02:19.515 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.515 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.515 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.515 INFO kablam! Sep 17 21:02:19.515 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.515 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.515 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.515 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.515 INFO kablam! Sep 17 21:02:19.515 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.515 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.515 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.515 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.515 INFO kablam! Sep 17 21:02:19.515 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.515 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.515 INFO kablam! | Sep 17 21:02:19.515 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.516 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.516 INFO kablam! Sep 17 21:02:19.516 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.516 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:19.516 INFO kablam! | Sep 17 21:02:19.516 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:19.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.516 INFO kablam! | Sep 17 21:02:19.516 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.516 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.516 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.516 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.516 INFO kablam! Sep 17 21:02:19.516 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.516 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:19.516 INFO kablam! | Sep 17 21:02:19.516 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:19.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.516 INFO kablam! | Sep 17 21:02:19.516 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.516 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.516 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.531 INFO kablam! Sep 17 21:02:19.531 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.531 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:19.531 INFO kablam! | Sep 17 21:02:19.531 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:19.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.531 INFO kablam! | Sep 17 21:02:19.531 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.531 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.531 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.531 INFO kablam! Sep 17 21:02:19.531 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.531 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:19.531 INFO kablam! | Sep 17 21:02:19.531 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:19.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:19.531 INFO kablam! | Sep 17 21:02:19.531 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:19.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.531 INFO kablam! Sep 17 21:02:19.531 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.531 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:19.531 INFO kablam! | Sep 17 21:02:19.531 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:19.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.531 INFO kablam! | Sep 17 21:02:19.531 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.531 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.531 INFO kablam! Sep 17 21:02:19.532 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.532 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:19.532 INFO kablam! | Sep 17 21:02:19.532 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:19.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.532 INFO kablam! | Sep 17 21:02:19.532 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.532 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.532 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.532 INFO kablam! Sep 17 21:02:19.532 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.532 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:19.532 INFO kablam! | Sep 17 21:02:19.532 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:19.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.532 INFO kablam! | Sep 17 21:02:19.532 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.532 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.532 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.532 INFO kablam! Sep 17 21:02:19.539 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:19.539 INFO kablam! --> src/base/storage.rs:16:5 Sep 17 21:02:19.539 INFO kablam! | Sep 17 21:02:19.539 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:19.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.539 INFO kablam! | Sep 17 21:02:19.539 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:19.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.539 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.539 INFO kablam! Sep 17 21:02:19.539 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:19.539 INFO kablam! --> src/base/storage.rs:16:5 Sep 17 21:02:19.539 INFO kablam! | Sep 17 21:02:19.539 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:19.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.540 INFO kablam! Sep 17 21:02:19.540 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:19.540 INFO kablam! --> src/base/storage.rs:16:5 Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! = help: the following implementations were found: Sep 17 21:02:19.540 INFO kablam! > Sep 17 21:02:19.540 INFO kablam! > Sep 17 21:02:19.540 INFO kablam! > Sep 17 21:02:19.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.540 INFO kablam! Sep 17 21:02:19.540 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:19.540 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:19.540 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.540 INFO kablam! Sep 17 21:02:19.540 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:19.540 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:19.540 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.540 INFO kablam! Sep 17 21:02:19.540 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.540 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.540 INFO kablam! | Sep 17 21:02:19.540 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.540 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.540 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.541 INFO kablam! Sep 17 21:02:19.541 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.541 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:19.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.541 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.541 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.541 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.541 INFO kablam! Sep 17 21:02:19.541 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.541 INFO kablam! --> src/base/storage.rs:20:32 Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:19.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.541 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.541 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.541 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.541 INFO kablam! Sep 17 21:02:19.541 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:19.541 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:19.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:19.541 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.541 INFO kablam! Sep 17 21:02:19.541 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:19.541 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:19.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:19.541 INFO kablam! | Sep 17 21:02:19.541 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:19.541 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.542 INFO kablam! Sep 17 21:02:19.542 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.542 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.542 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:19.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.542 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.542 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.542 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.542 INFO kablam! Sep 17 21:02:19.542 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.542 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.542 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:19.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.542 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.542 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.542 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.542 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.542 INFO kablam! Sep 17 21:02:19.542 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.542 INFO kablam! --> src/base/storage.rs:24:5 Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.542 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:19.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.542 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.542 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.542 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.542 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.542 INFO kablam! Sep 17 21:02:19.542 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:19.542 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.542 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:19.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:19.542 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.543 INFO kablam! Sep 17 21:02:19.543 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:19.543 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:19.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.543 INFO kablam! Sep 17 21:02:19.543 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.543 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:19.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.543 INFO kablam! Sep 17 21:02:19.543 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.543 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:19.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.543 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.543 INFO kablam! Sep 17 21:02:19.543 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.543 INFO kablam! --> src/base/storage.rs:28:5 Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:19.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.543 INFO kablam! | Sep 17 21:02:19.543 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.543 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.543 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.544 INFO kablam! Sep 17 21:02:19.563 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:19.563 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:19.563 INFO kablam! | Sep 17 21:02:19.563 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:19.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:19.563 INFO kablam! | Sep 17 21:02:19.563 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:19.563 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.563 INFO kablam! Sep 17 21:02:19.563 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:19.563 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:19.563 INFO kablam! | Sep 17 21:02:19.563 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:19.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:19.563 INFO kablam! | Sep 17 21:02:19.563 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:19.563 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.563 INFO kablam! Sep 17 21:02:19.563 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.563 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:19.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.564 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.564 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.564 INFO kablam! Sep 17 21:02:19.564 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.564 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:19.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.564 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.564 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.564 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.564 INFO kablam! Sep 17 21:02:19.564 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.564 INFO kablam! --> src/base/alias.rs:18:30 Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! 18 | pub type MatrixNM = Matrix>; Sep 17 21:02:19.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.564 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.564 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.564 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.564 INFO kablam! Sep 17 21:02:19.564 INFO kablam! error: the trait bound `R: base::dimension::DimName` is not satisfied Sep 17 21:02:19.564 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:19.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `R` Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! = help: consider adding a `where R: base::dimension::DimName` bound Sep 17 21:02:19.564 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.564 INFO kablam! Sep 17 21:02:19.564 INFO kablam! error: the trait bound `C: base::dimension::DimName` is not satisfied Sep 17 21:02:19.564 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:19.564 INFO kablam! | Sep 17 21:02:19.564 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:19.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `C` Sep 17 21:02:19.565 INFO kablam! | Sep 17 21:02:19.565 INFO kablam! = help: consider adding a `where C: base::dimension::DimName` bound Sep 17 21:02:19.565 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.565 INFO kablam! Sep 17 21:02:19.565 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.565 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:19.565 INFO kablam! | Sep 17 21:02:19.565 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:19.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.565 INFO kablam! | Sep 17 21:02:19.565 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.565 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.565 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.565 INFO kablam! Sep 17 21:02:19.565 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.565 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:19.565 INFO kablam! | Sep 17 21:02:19.565 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:19.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.565 INFO kablam! | Sep 17 21:02:19.565 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.565 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.565 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.565 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.567 INFO kablam! Sep 17 21:02:19.567 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.567 INFO kablam! --> src/base/alias.rs:21:30 Sep 17 21:02:19.567 INFO kablam! | Sep 17 21:02:19.567 INFO kablam! 21 | pub type MatrixMN = Matrix>; Sep 17 21:02:19.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.567 INFO kablam! | Sep 17 21:02:19.567 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.567 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.567 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.567 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.567 INFO kablam! Sep 17 21:02:19.567 INFO kablam! error: the trait bound `D: base::dimension::DimName` is not satisfied Sep 17 21:02:19.567 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:19.567 INFO kablam! | Sep 17 21:02:19.567 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:19.567 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D` Sep 17 21:02:19.567 INFO kablam! | Sep 17 21:02:19.567 INFO kablam! = help: consider adding a `where D: base::dimension::DimName` bound Sep 17 21:02:19.567 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.568 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.568 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.568 INFO kablam! Sep 17 21:02:19.568 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.568 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:19.568 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.568 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.568 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.568 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.568 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.568 INFO kablam! Sep 17 21:02:19.568 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.568 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:19.568 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.568 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.568 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.568 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.568 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.568 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.568 INFO kablam! Sep 17 21:02:19.568 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.568 INFO kablam! --> src/base/alias.rs:24:26 Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! 24 | pub type MatrixN = MatrixMN; Sep 17 21:02:19.568 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.568 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.568 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.568 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.568 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.568 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.568 INFO kablam! Sep 17 21:02:19.568 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:19.568 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:19.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.568 INFO kablam! | Sep 17 21:02:19.568 INFO kablam! = help: consider adding a `where base::default_allocator::DefaultAllocator: base::allocator::Allocator` bound Sep 17 21:02:19.568 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.568 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.568 INFO kablam! Sep 17 21:02:19.568 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.569 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:19.569 INFO kablam! | Sep 17 21:02:19.569 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:19.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.569 INFO kablam! | Sep 17 21:02:19.569 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.569 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.569 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.569 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.569 INFO kablam! Sep 17 21:02:19.569 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.569 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:19.569 INFO kablam! | Sep 17 21:02:19.569 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:19.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.569 INFO kablam! | Sep 17 21:02:19.569 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.569 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.569 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.569 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.569 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.569 INFO kablam! Sep 17 21:02:19.569 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.569 INFO kablam! --> src/base/alias.rs:28:23 Sep 17 21:02:19.569 INFO kablam! | Sep 17 21:02:19.569 INFO kablam! 28 | pub type DMatrix = MatrixN; Sep 17 21:02:19.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.569 INFO kablam! | Sep 17 21:02:19.569 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.569 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.569 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.569 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.569 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.569 INFO kablam! Sep 17 21:02:19.569 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.569 INFO kablam! --> src/base/alias.rs:31:23 Sep 17 21:02:19.569 INFO kablam! | Sep 17 21:02:19.569 INFO kablam! 31 | pub type Matrix1 = MatrixN; Sep 17 21:02:19.569 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.579 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:19.579 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:19.579 INFO kablam! | Sep 17 21:02:19.579 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:19.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.579 INFO kablam! | Sep 17 21:02:19.579 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:19.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.579 INFO kablam! Sep 17 21:02:19.579 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:19.579 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:19.579 INFO kablam! | Sep 17 21:02:19.579 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:19.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.579 INFO kablam! | Sep 17 21:02:19.579 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:19.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.579 INFO kablam! Sep 17 21:02:19.579 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:19.579 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:19.579 INFO kablam! | Sep 17 21:02:19.579 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:19.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.579 INFO kablam! | Sep 17 21:02:19.579 INFO kablam! = help: the following implementations were found: Sep 17 21:02:19.579 INFO kablam! > Sep 17 21:02:19.579 INFO kablam! > Sep 17 21:02:19.580 INFO kablam! > Sep 17 21:02:19.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.580 INFO kablam! Sep 17 21:02:19.580 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.580 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:19.580 INFO kablam! | Sep 17 21:02:19.580 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:19.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.580 INFO kablam! | Sep 17 21:02:19.580 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.580 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.580 INFO kablam! Sep 17 21:02:19.580 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.580 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:19.580 INFO kablam! | Sep 17 21:02:19.580 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:19.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.580 INFO kablam! | Sep 17 21:02:19.580 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.580 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.580 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.580 INFO kablam! Sep 17 21:02:19.580 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.580 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:19.580 INFO kablam! | Sep 17 21:02:19.580 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:19.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.580 INFO kablam! | Sep 17 21:02:19.580 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.580 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.580 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.580 INFO kablam! Sep 17 21:02:19.583 INFO kablam! | Sep 17 21:02:19.583 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.583 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.583 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.583 INFO kablam! Sep 17 21:02:19.583 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.583 INFO kablam! --> src/base/alias.rs:31:23 Sep 17 21:02:19.583 INFO kablam! | Sep 17 21:02:19.583 INFO kablam! 31 | pub type Matrix1 = MatrixN; Sep 17 21:02:19.583 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.583 INFO kablam! | Sep 17 21:02:19.583 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.583 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.583 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.583 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.583 INFO kablam! Sep 17 21:02:19.587 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.587 INFO kablam! --> src/base/alias.rs:31:23 Sep 17 21:02:19.587 INFO kablam! | Sep 17 21:02:19.587 INFO kablam! 31 | pub type Matrix1 = MatrixN; Sep 17 21:02:19.587 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.587 INFO kablam! | Sep 17 21:02:19.587 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.587 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.587 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.587 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.587 INFO kablam! Sep 17 21:02:19.587 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.587 INFO kablam! --> src/base/alias.rs:33:23 Sep 17 21:02:19.587 INFO kablam! | Sep 17 21:02:19.587 INFO kablam! 33 | pub type Matrix2 = MatrixN; Sep 17 21:02:19.587 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.587 INFO kablam! | Sep 17 21:02:19.587 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.587 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.587 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.587 INFO kablam! Sep 17 21:02:19.587 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.587 INFO kablam! --> src/base/alias.rs:33:23 Sep 17 21:02:19.587 INFO kablam! | Sep 17 21:02:19.587 INFO kablam! 33 | pub type Matrix2 = MatrixN; Sep 17 21:02:19.587 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.587 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.588 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.588 INFO kablam! Sep 17 21:02:19.588 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.588 INFO kablam! --> src/base/alias.rs:33:23 Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! 33 | pub type Matrix2 = MatrixN; Sep 17 21:02:19.588 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.588 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.588 INFO kablam! Sep 17 21:02:19.588 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.588 INFO kablam! --> src/base/alias.rs:35:23 Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! 35 | pub type Matrix3 = MatrixN; Sep 17 21:02:19.588 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.588 INFO kablam! Sep 17 21:02:19.588 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.588 INFO kablam! --> src/base/alias.rs:35:23 Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! 35 | pub type Matrix3 = MatrixN; Sep 17 21:02:19.588 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.588 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.588 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.588 INFO kablam! Sep 17 21:02:19.588 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.588 INFO kablam! --> src/base/alias.rs:35:23 Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! 35 | pub type Matrix3 = MatrixN; Sep 17 21:02:19.588 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.588 INFO kablam! | Sep 17 21:02:19.588 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.588 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.589 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.589 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.589 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.589 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.589 INFO kablam! Sep 17 21:02:19.591 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.591 INFO kablam! --> src/base/alias.rs:37:23 Sep 17 21:02:19.591 INFO kablam! | Sep 17 21:02:19.591 INFO kablam! 37 | pub type Matrix4 = MatrixN; Sep 17 21:02:19.591 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.591 INFO kablam! | Sep 17 21:02:19.591 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.591 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.591 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.591 INFO kablam! Sep 17 21:02:19.591 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.591 INFO kablam! --> src/base/alias.rs:37:23 Sep 17 21:02:19.591 INFO kablam! | Sep 17 21:02:19.591 INFO kablam! 37 | pub type Matrix4 = MatrixN; Sep 17 21:02:19.591 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.591 INFO kablam! | Sep 17 21:02:19.591 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.591 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.591 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.591 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.591 INFO kablam! Sep 17 21:02:19.591 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.591 INFO kablam! --> src/base/alias.rs:37:23 Sep 17 21:02:19.591 INFO kablam! | Sep 17 21:02:19.591 INFO kablam! 37 | pub type Matrix4 = MatrixN; Sep 17 21:02:19.591 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.591 INFO kablam! | Sep 17 21:02:19.591 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.591 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.591 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.591 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.591 INFO kablam! Sep 17 21:02:19.603 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.603 INFO kablam! --> src/base/alias.rs:39:23 Sep 17 21:02:19.603 INFO kablam! | Sep 17 21:02:19.603 INFO kablam! 39 | pub type Matrix5 = MatrixN; Sep 17 21:02:19.603 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.603 INFO kablam! | Sep 17 21:02:19.603 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.603 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.603 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.603 INFO kablam! Sep 17 21:02:19.603 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.603 INFO kablam! --> src/base/alias.rs:39:23 Sep 17 21:02:19.603 INFO kablam! | Sep 17 21:02:19.603 INFO kablam! 39 | pub type Matrix5 = MatrixN; Sep 17 21:02:19.603 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.603 INFO kablam! | Sep 17 21:02:19.603 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.603 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.603 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.603 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.603 INFO kablam! Sep 17 21:02:19.603 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.603 INFO kablam! --> src/base/alias.rs:39:23 Sep 17 21:02:19.603 INFO kablam! | Sep 17 21:02:19.603 INFO kablam! 39 | pub type Matrix5 = MatrixN; Sep 17 21:02:19.603 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.603 INFO kablam! | Sep 17 21:02:19.603 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.604 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.604 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.604 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.604 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.604 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.604 INFO kablam! Sep 17 21:02:19.607 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.607 INFO kablam! --> src/base/alias.rs:41:23 Sep 17 21:02:19.607 INFO kablam! | Sep 17 21:02:19.607 INFO kablam! 41 | pub type Matrix6 = MatrixN; Sep 17 21:02:19.607 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.607 INFO kablam! | Sep 17 21:02:19.607 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.607 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.607 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.607 INFO kablam! Sep 17 21:02:19.615 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.615 INFO kablam! --> src/base/alias.rs:41:23 Sep 17 21:02:19.615 INFO kablam! | Sep 17 21:02:19.615 INFO kablam! 41 | pub type Matrix6 = MatrixN; Sep 17 21:02:19.615 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.615 INFO kablam! | Sep 17 21:02:19.615 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.615 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.615 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.615 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.615 INFO kablam! Sep 17 21:02:19.615 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.615 INFO kablam! --> src/base/alias.rs:41:23 Sep 17 21:02:19.615 INFO kablam! | Sep 17 21:02:19.615 INFO kablam! 41 | pub type Matrix6 = MatrixN; Sep 17 21:02:19.615 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.615 INFO kablam! | Sep 17 21:02:19.615 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.615 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.615 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.615 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.615 INFO kablam! Sep 17 21:02:19.615 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.616 INFO kablam! --> src/base/alias.rs:44:25 Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! 44 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:19.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.616 INFO kablam! Sep 17 21:02:19.616 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.616 INFO kablam! --> src/base/alias.rs:44:25 Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! 44 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:19.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.616 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.616 INFO kablam! Sep 17 21:02:19.616 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.616 INFO kablam! --> src/base/alias.rs:44:25 Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! 44 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:19.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.616 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.616 INFO kablam! Sep 17 21:02:19.616 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.616 INFO kablam! --> src/base/alias.rs:46:25 Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! 46 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:19.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.616 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.616 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.616 INFO kablam! Sep 17 21:02:19.616 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.616 INFO kablam! --> src/base/alias.rs:46:25 Sep 17 21:02:19.616 INFO kablam! | Sep 17 21:02:19.617 INFO kablam! 46 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:19.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.617 INFO kablam! | Sep 17 21:02:19.617 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.617 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.617 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.617 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.617 INFO kablam! Sep 17 21:02:19.617 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.617 INFO kablam! --> src/base/alias.rs:46:25 Sep 17 21:02:19.617 INFO kablam! | Sep 17 21:02:19.617 INFO kablam! 46 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:19.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.617 INFO kablam! | Sep 17 21:02:19.617 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.617 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.617 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.617 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.617 INFO kablam! Sep 17 21:02:19.631 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.631 INFO kablam! --> src/base/alias.rs:48:25 Sep 17 21:02:19.631 INFO kablam! | Sep 17 21:02:19.631 INFO kablam! 48 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:19.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.631 INFO kablam! | Sep 17 21:02:19.631 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.631 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.631 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.631 INFO kablam! Sep 17 21:02:19.631 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.631 INFO kablam! --> src/base/alias.rs:48:25 Sep 17 21:02:19.631 INFO kablam! | Sep 17 21:02:19.631 INFO kablam! 48 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:19.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.632 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.632 INFO kablam! Sep 17 21:02:19.632 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.632 INFO kablam! --> src/base/alias.rs:48:25 Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! 48 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:19.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.632 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.632 INFO kablam! Sep 17 21:02:19.632 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.632 INFO kablam! --> src/base/alias.rs:50:25 Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! 50 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:19.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.632 INFO kablam! Sep 17 21:02:19.632 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.632 INFO kablam! --> src/base/alias.rs:50:25 Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! 50 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:19.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.632 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.632 INFO kablam! Sep 17 21:02:19.632 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.632 INFO kablam! --> src/base/alias.rs:50:25 Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! 50 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:19.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.632 INFO kablam! | Sep 17 21:02:19.632 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.632 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.632 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.633 INFO kablam! Sep 17 21:02:19.633 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.633 INFO kablam! --> src/base/alias.rs:52:25 Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! 52 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:19.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.633 INFO kablam! Sep 17 21:02:19.633 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.633 INFO kablam! --> src/base/alias.rs:52:25 Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! 52 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:19.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.633 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.633 INFO kablam! Sep 17 21:02:19.633 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.633 INFO kablam! --> src/base/alias.rs:52:25 Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! 52 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:19.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.633 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.633 INFO kablam! Sep 17 21:02:19.633 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.633 INFO kablam! --> src/base/alias.rs:55:25 Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! 55 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:19.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.633 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.633 INFO kablam! Sep 17 21:02:19.633 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.633 INFO kablam! --> src/base/alias.rs:55:25 Sep 17 21:02:19.633 INFO kablam! | Sep 17 21:02:19.633 INFO kablam! 55 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:19.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.634 INFO kablam! | Sep 17 21:02:19.635 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.635 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.635 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.635 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.635 INFO kablam! Sep 17 21:02:19.635 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.635 INFO kablam! --> src/base/alias.rs:55:25 Sep 17 21:02:19.635 INFO kablam! | Sep 17 21:02:19.635 INFO kablam! 55 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:19.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.635 INFO kablam! | Sep 17 21:02:19.635 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.635 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.635 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.635 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.635 INFO kablam! Sep 17 21:02:19.635 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.635 INFO kablam! --> src/base/alias.rs:57:25 Sep 17 21:02:19.635 INFO kablam! | Sep 17 21:02:19.635 INFO kablam! 57 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:19.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.635 INFO kablam! | Sep 17 21:02:19.635 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.635 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.635 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.635 INFO kablam! Sep 17 21:02:19.635 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.635 INFO kablam! --> src/base/alias.rs:57:25 Sep 17 21:02:19.635 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! 57 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:19.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.636 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.636 INFO kablam! Sep 17 21:02:19.636 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.636 INFO kablam! --> src/base/alias.rs:57:25 Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! 57 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:19.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.636 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.636 INFO kablam! Sep 17 21:02:19.636 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.636 INFO kablam! --> src/base/alias.rs:59:25 Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! 59 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:19.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.636 INFO kablam! Sep 17 21:02:19.636 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.636 INFO kablam! --> src/base/alias.rs:59:25 Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! 59 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:19.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.636 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.636 INFO kablam! Sep 17 21:02:19.636 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.636 INFO kablam! --> src/base/alias.rs:59:25 Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! 59 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:19.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.636 INFO kablam! | Sep 17 21:02:19.636 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.636 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.636 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.636 INFO kablam! Sep 17 21:02:19.651 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.651 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:19.651 INFO kablam! | Sep 17 21:02:19.651 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:19.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.651 INFO kablam! | Sep 17 21:02:19.651 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.652 INFO kablam! Sep 17 21:02:19.652 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.652 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:19.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.652 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.652 INFO kablam! Sep 17 21:02:19.652 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.652 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:19.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.652 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.652 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.652 INFO kablam! Sep 17 21:02:19.652 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.652 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:19.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.652 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.652 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.652 INFO kablam! Sep 17 21:02:19.652 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.652 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:19.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.652 INFO kablam! Sep 17 21:02:19.652 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.652 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:19.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.652 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.652 INFO kablam! Sep 17 21:02:19.652 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.652 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:19.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.652 INFO kablam! | Sep 17 21:02:19.652 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.652 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.652 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.653 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.653 INFO kablam! Sep 17 21:02:19.653 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.653 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:19.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.653 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.653 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.653 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.653 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.653 INFO kablam! Sep 17 21:02:19.653 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.653 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:19.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.653 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.653 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.653 INFO kablam! Sep 17 21:02:19.653 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.653 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:19.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.653 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.653 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.653 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.653 INFO kablam! Sep 17 21:02:19.653 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.653 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:19.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.653 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.653 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.653 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.653 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.653 INFO kablam! Sep 17 21:02:19.653 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.653 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:19.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.653 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.653 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.653 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.653 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.653 INFO kablam! Sep 17 21:02:19.653 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:19.653 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.653 INFO kablam! | Sep 17 21:02:19.653 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:19.653 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.654 INFO kablam! Sep 17 21:02:19.654 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:19.654 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:19.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.654 INFO kablam! Sep 17 21:02:19.654 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:19.654 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! = help: the following implementations were found: Sep 17 21:02:19.654 INFO kablam! > Sep 17 21:02:19.654 INFO kablam! > Sep 17 21:02:19.654 INFO kablam! > Sep 17 21:02:19.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.654 INFO kablam! Sep 17 21:02:19.654 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.654 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.654 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.654 INFO kablam! Sep 17 21:02:19.654 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.654 INFO kablam! --> src/base/alias.rs:61:25 Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! 61 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:19.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.654 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.654 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.654 INFO kablam! Sep 17 21:02:19.654 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.654 INFO kablam! --> src/base/alias.rs:61:25 Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! 61 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:19.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.654 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.654 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.654 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.654 INFO kablam! Sep 17 21:02:19.654 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.654 INFO kablam! --> src/base/alias.rs:61:25 Sep 17 21:02:19.654 INFO kablam! | Sep 17 21:02:19.654 INFO kablam! 61 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:19.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.655 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.655 INFO kablam! Sep 17 21:02:19.655 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.655 INFO kablam! --> src/base/alias.rs:64:25 Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! 64 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:19.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.655 INFO kablam! Sep 17 21:02:19.655 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.655 INFO kablam! --> src/base/alias.rs:64:25 Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! 64 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:19.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.655 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.655 INFO kablam! Sep 17 21:02:19.655 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.655 INFO kablam! --> src/base/alias.rs:64:25 Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! 64 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:19.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.655 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.655 INFO kablam! Sep 17 21:02:19.655 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.655 INFO kablam! --> src/base/alias.rs:66:25 Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! 66 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:19.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.655 INFO kablam! | Sep 17 21:02:19.655 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.655 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.655 INFO kablam! Sep 17 21:02:19.655 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.656 INFO kablam! --> src/base/alias.rs:66:25 Sep 17 21:02:19.656 INFO kablam! | Sep 17 21:02:19.656 INFO kablam! 66 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:19.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.656 INFO kablam! | Sep 17 21:02:19.656 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.656 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.656 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.656 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:19.656 INFO kablam! | Sep 17 21:02:19.656 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.656 INFO kablam! | Sep 17 21:02:19.656 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.656 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.656 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.656 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.656 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.656 INFO kablam! Sep 17 21:02:19.656 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.656 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:19.656 INFO kablam! | Sep 17 21:02:19.656 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.656 INFO kablam! | Sep 17 21:02:19.656 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.656 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.656 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.656 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.656 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.656 INFO kablam! Sep 17 21:02:19.657 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:19.657 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:19.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:19.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.657 INFO kablam! Sep 17 21:02:19.657 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:19.657 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:19.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! = help: the following implementations were found: Sep 17 21:02:19.657 INFO kablam! > Sep 17 21:02:19.657 INFO kablam! > Sep 17 21:02:19.657 INFO kablam! > Sep 17 21:02:19.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.657 INFO kablam! Sep 17 21:02:19.657 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.657 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:19.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.657 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.657 INFO kablam! Sep 17 21:02:19.657 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.657 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:19.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.657 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.657 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.657 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.657 INFO kablam! Sep 17 21:02:19.657 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.657 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:19.657 INFO kablam! | Sep 17 21:02:19.658 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:19.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.658 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.658 INFO kablam! | Sep 17 21:02:19.658 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.658 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.658 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.658 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.658 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.658 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.658 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.658 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.658 INFO kablam! Sep 17 21:02:19.658 INFO kablam! Sep 17 21:02:19.658 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.658 INFO kablam! --> src/base/alias.rs:66:25 Sep 17 21:02:19.658 INFO kablam! | Sep 17 21:02:19.658 INFO kablam! 66 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:19.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.658 INFO kablam! | Sep 17 21:02:19.658 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.658 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.658 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.658 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.658 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.658 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.658 INFO kablam! Sep 17 21:02:19.658 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:19.658 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:19.658 INFO kablam! | Sep 17 21:02:19.658 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.675 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.675 INFO kablam! --> src/base/alias.rs:68:25 Sep 17 21:02:19.675 INFO kablam! | Sep 17 21:02:19.675 INFO kablam! 68 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:19.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.675 INFO kablam! | Sep 17 21:02:19.675 INFO kablam! | Sep 17 21:02:19.675 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:19.675 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.675 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.675 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.675 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.675 INFO kablam! Sep 17 21:02:19.675 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.675 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.675 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.675 INFO kablam! Sep 17 21:02:19.675 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:19.675 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:19.675 INFO kablam! | Sep 17 21:02:19.675 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:19.675 INFO kablam! | Sep 17 21:02:19.675 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:19.675 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.675 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.675 INFO kablam! Sep 17 21:02:19.675 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.675 INFO kablam! --> src/base/alias.rs:68:25 Sep 17 21:02:19.675 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! 68 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.676 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.676 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.676 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.676 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:19.676 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.676 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.676 INFO kablam! Sep 17 21:02:19.676 INFO kablam! = help: the following implementations were found: Sep 17 21:02:19.676 INFO kablam! > Sep 17 21:02:19.676 INFO kablam! > Sep 17 21:02:19.676 INFO kablam! > Sep 17 21:02:19.676 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.676 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.676 INFO kablam! Sep 17 21:02:19.676 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.676 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.676 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.676 INFO kablam! --> src/base/alias.rs:68:25 Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.676 INFO kablam! 68 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.676 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.676 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.676 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.676 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.676 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.676 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.676 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.676 INFO kablam! Sep 17 21:02:19.676 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.676 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.676 INFO kablam! Sep 17 21:02:19.676 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.676 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.676 INFO kablam! | Sep 17 21:02:19.676 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.677 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.677 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.677 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.677 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.677 INFO kablam! Sep 17 21:02:19.677 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.677 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:19.677 INFO kablam! | Sep 17 21:02:19.677 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:19.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.677 INFO kablam! | Sep 17 21:02:19.677 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.677 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.677 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.677 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.677 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.677 INFO kablam! Sep 17 21:02:19.691 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.691 INFO kablam! --> src/base/alias.rs:71:25 Sep 17 21:02:19.691 INFO kablam! | Sep 17 21:02:19.691 INFO kablam! 71 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:19.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.691 INFO kablam! | Sep 17 21:02:19.691 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.691 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.691 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.691 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.691 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.691 INFO kablam! Sep 17 21:02:19.691 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.691 INFO kablam! --> src/base/alias.rs:71:25 Sep 17 21:02:19.691 INFO kablam! | Sep 17 21:02:19.691 INFO kablam! 71 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:19.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.691 INFO kablam! | Sep 17 21:02:19.691 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.691 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.691 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.691 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.692 INFO kablam! Sep 17 21:02:19.692 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.692 INFO kablam! --> src/base/alias.rs:71:25 Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! 71 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:19.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.692 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.692 INFO kablam! Sep 17 21:02:19.692 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.692 INFO kablam! --> src/base/alias.rs:73:25 Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! 73 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:19.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.692 INFO kablam! Sep 17 21:02:19.692 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.692 INFO kablam! --> src/base/alias.rs:73:25 Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! 73 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:19.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.692 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.692 INFO kablam! Sep 17 21:02:19.692 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.692 INFO kablam! --> src/base/alias.rs:73:25 Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! 73 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:19.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.692 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.692 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.692 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.692 INFO kablam! Sep 17 21:02:19.692 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.692 INFO kablam! --> src/base/alias.rs:76:25 Sep 17 21:02:19.692 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! 76 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:19.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.693 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.693 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.693 INFO kablam! Sep 17 21:02:19.693 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.693 INFO kablam! --> src/base/alias.rs:76:25 Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! 76 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:19.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.693 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.693 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.693 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.693 INFO kablam! Sep 17 21:02:19.693 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.693 INFO kablam! --> src/base/alias.rs:76:25 Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! 76 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:19.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.693 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.693 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.693 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.693 INFO kablam! Sep 17 21:02:19.693 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.693 INFO kablam! --> src/base/alias.rs:79:25 Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! 79 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:19.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.693 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.693 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.693 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.693 INFO kablam! Sep 17 21:02:19.693 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.693 INFO kablam! --> src/base/alias.rs:79:25 Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! 79 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:19.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.693 INFO kablam! | Sep 17 21:02:19.693 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.693 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.694 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.694 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.694 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.694 INFO kablam! Sep 17 21:02:19.694 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.694 INFO kablam! --> src/base/alias.rs:79:25 Sep 17 21:02:19.694 INFO kablam! | Sep 17 21:02:19.694 INFO kablam! 79 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:19.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.694 INFO kablam! | Sep 17 21:02:19.694 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.694 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.694 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.694 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.694 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.694 INFO kablam! Sep 17 21:02:19.703 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.703 INFO kablam! --> src/base/alias.rs:81:25 Sep 17 21:02:19.703 INFO kablam! | Sep 17 21:02:19.703 INFO kablam! 81 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:19.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.703 INFO kablam! | Sep 17 21:02:19.703 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.703 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.703 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.703 INFO kablam! Sep 17 21:02:19.703 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.703 INFO kablam! --> src/base/alias.rs:81:25 Sep 17 21:02:19.703 INFO kablam! | Sep 17 21:02:19.703 INFO kablam! 81 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:19.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.703 INFO kablam! | Sep 17 21:02:19.703 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.703 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.703 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.703 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.703 INFO kablam! Sep 17 21:02:19.703 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.703 INFO kablam! --> src/base/alias.rs:81:25 Sep 17 21:02:19.703 INFO kablam! | Sep 17 21:02:19.703 INFO kablam! 81 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:19.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.703 INFO kablam! | Sep 17 21:02:19.703 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.703 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.703 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.703 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.703 INFO kablam! Sep 17 21:02:19.719 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.719 INFO kablam! --> src/base/alias.rs:83:25 Sep 17 21:02:19.719 INFO kablam! | Sep 17 21:02:19.719 INFO kablam! 83 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:19.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.719 INFO kablam! | Sep 17 21:02:19.719 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.719 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.719 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.719 INFO kablam! Sep 17 21:02:19.719 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.719 INFO kablam! --> src/base/alias.rs:83:25 Sep 17 21:02:19.719 INFO kablam! | Sep 17 21:02:19.719 INFO kablam! 83 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:19.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.719 INFO kablam! | Sep 17 21:02:19.719 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.719 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.719 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.719 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.719 INFO kablam! Sep 17 21:02:19.719 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.719 INFO kablam! --> src/base/alias.rs:83:25 Sep 17 21:02:19.719 INFO kablam! | Sep 17 21:02:19.719 INFO kablam! 83 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:19.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.719 INFO kablam! | Sep 17 21:02:19.720 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.720 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.720 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.720 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.720 INFO kablam! Sep 17 21:02:19.720 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.720 INFO kablam! --> src/base/alias.rs:85:25 Sep 17 21:02:19.720 INFO kablam! | Sep 17 21:02:19.720 INFO kablam! 85 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:19.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.720 INFO kablam! | Sep 17 21:02:19.720 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.720 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.720 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.720 INFO kablam! Sep 17 21:02:19.720 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.720 INFO kablam! --> src/base/alias.rs:85:25 Sep 17 21:02:19.720 INFO kablam! | Sep 17 21:02:19.720 INFO kablam! 85 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:19.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.720 INFO kablam! | Sep 17 21:02:19.720 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.720 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.720 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.720 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.720 INFO kablam! Sep 17 21:02:19.720 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.720 INFO kablam! --> src/base/alias.rs:85:25 Sep 17 21:02:19.720 INFO kablam! | Sep 17 21:02:19.720 INFO kablam! 85 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:19.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.720 INFO kablam! | Sep 17 21:02:19.720 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.720 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.720 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.720 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.720 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.720 INFO kablam! Sep 17 21:02:19.731 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.731 INFO kablam! --> src/base/alias.rs:87:25 Sep 17 21:02:19.731 INFO kablam! | Sep 17 21:02:19.731 INFO kablam! 87 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:19.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.731 INFO kablam! | Sep 17 21:02:19.731 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.731 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.731 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.731 INFO kablam! Sep 17 21:02:19.731 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.731 INFO kablam! --> src/base/alias.rs:87:25 Sep 17 21:02:19.731 INFO kablam! | Sep 17 21:02:19.731 INFO kablam! 87 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:19.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.731 INFO kablam! | Sep 17 21:02:19.731 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.731 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.731 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.731 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.731 INFO kablam! Sep 17 21:02:19.731 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.731 INFO kablam! --> src/base/alias.rs:87:25 Sep 17 21:02:19.731 INFO kablam! | Sep 17 21:02:19.731 INFO kablam! 87 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:19.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.731 INFO kablam! | Sep 17 21:02:19.731 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.731 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.731 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.732 INFO kablam! Sep 17 21:02:19.732 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.732 INFO kablam! --> src/base/alias.rs:90:25 Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! 90 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:19.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.732 INFO kablam! Sep 17 21:02:19.732 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.732 INFO kablam! --> src/base/alias.rs:90:25 Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! 90 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:19.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.732 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.732 INFO kablam! Sep 17 21:02:19.732 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.732 INFO kablam! --> src/base/alias.rs:90:25 Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! 90 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:19.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.732 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.732 INFO kablam! Sep 17 21:02:19.732 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.732 INFO kablam! --> src/base/alias.rs:92:25 Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! 92 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:19.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.732 INFO kablam! Sep 17 21:02:19.732 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.732 INFO kablam! --> src/base/alias.rs:92:25 Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! 92 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:19.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.732 INFO kablam! | Sep 17 21:02:19.732 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.732 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.732 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.732 INFO kablam! Sep 17 21:02:19.733 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.733 INFO kablam! --> src/base/alias.rs:92:25 Sep 17 21:02:19.733 INFO kablam! | Sep 17 21:02:19.733 INFO kablam! 92 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:19.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.747 INFO kablam! | Sep 17 21:02:19.747 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.747 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.747 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.747 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.747 INFO kablam! Sep 17 21:02:19.747 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.747 INFO kablam! --> src/base/alias.rs:94:25 Sep 17 21:02:19.747 INFO kablam! | Sep 17 21:02:19.747 INFO kablam! 94 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:19.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.747 INFO kablam! | Sep 17 21:02:19.747 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.747 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.747 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.747 INFO kablam! Sep 17 21:02:19.747 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.747 INFO kablam! --> src/base/alias.rs:94:25 Sep 17 21:02:19.747 INFO kablam! | Sep 17 21:02:19.747 INFO kablam! 94 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:19.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.747 INFO kablam! | Sep 17 21:02:19.747 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.748 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.748 INFO kablam! Sep 17 21:02:19.748 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.748 INFO kablam! --> src/base/alias.rs:94:25 Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! 94 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:19.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.748 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.748 INFO kablam! Sep 17 21:02:19.748 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.748 INFO kablam! --> src/base/alias.rs:96:25 Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! 96 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:19.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.748 INFO kablam! Sep 17 21:02:19.748 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.748 INFO kablam! --> src/base/alias.rs:96:25 Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! 96 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:19.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.748 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.748 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.748 INFO kablam! Sep 17 21:02:19.748 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.748 INFO kablam! --> src/base/alias.rs:96:25 Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! 96 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:19.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.748 INFO kablam! | Sep 17 21:02:19.748 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.749 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.749 INFO kablam! Sep 17 21:02:19.749 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.749 INFO kablam! --> src/base/alias.rs:99:25 Sep 17 21:02:19.749 INFO kablam! | Sep 17 21:02:19.749 INFO kablam! 99 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:19.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.749 INFO kablam! | Sep 17 21:02:19.749 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.749 INFO kablam! Sep 17 21:02:19.749 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.749 INFO kablam! --> src/base/alias.rs:99:25 Sep 17 21:02:19.749 INFO kablam! | Sep 17 21:02:19.749 INFO kablam! 99 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:19.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.749 INFO kablam! | Sep 17 21:02:19.749 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.749 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.749 INFO kablam! Sep 17 21:02:19.749 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.749 INFO kablam! --> src/base/alias.rs:99:25 Sep 17 21:02:19.749 INFO kablam! | Sep 17 21:02:19.749 INFO kablam! 99 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:19.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.749 INFO kablam! | Sep 17 21:02:19.749 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.749 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.749 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.749 INFO kablam! Sep 17 21:02:19.763 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.763 INFO kablam! --> src/base/alias.rs:101:25 Sep 17 21:02:19.763 INFO kablam! | Sep 17 21:02:19.763 INFO kablam! 101 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:19.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.763 INFO kablam! | Sep 17 21:02:19.763 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.763 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.763 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.763 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.763 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.763 INFO kablam! Sep 17 21:02:19.763 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.763 INFO kablam! --> src/base/alias.rs:101:25 Sep 17 21:02:19.763 INFO kablam! | Sep 17 21:02:19.763 INFO kablam! 101 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:19.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.763 INFO kablam! | Sep 17 21:02:19.763 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.763 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.763 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.763 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.763 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.763 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.763 INFO kablam! Sep 17 21:02:19.763 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.763 INFO kablam! --> src/base/alias.rs:101:25 Sep 17 21:02:19.763 INFO kablam! | Sep 17 21:02:19.763 INFO kablam! 101 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:19.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.764 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.764 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.764 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.764 INFO kablam! Sep 17 21:02:19.764 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.764 INFO kablam! --> src/base/alias.rs:103:25 Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! 103 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:19.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.764 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.764 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.764 INFO kablam! Sep 17 21:02:19.764 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.764 INFO kablam! --> src/base/alias.rs:103:25 Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! 103 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:19.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.764 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.764 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.764 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.764 INFO kablam! Sep 17 21:02:19.764 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.764 INFO kablam! --> src/base/alias.rs:103:25 Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! 103 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:19.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.764 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.764 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.764 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.764 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.764 INFO kablam! Sep 17 21:02:19.764 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.764 INFO kablam! --> src/base/alias.rs:106:25 Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.764 INFO kablam! 106 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:19.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.764 INFO kablam! | Sep 17 21:02:19.765 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.765 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.765 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.765 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.765 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.765 INFO kablam! Sep 17 21:02:19.765 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.765 INFO kablam! --> src/base/alias.rs:106:25 Sep 17 21:02:19.765 INFO kablam! | Sep 17 21:02:19.765 INFO kablam! 106 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:19.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.765 INFO kablam! | Sep 17 21:02:19.765 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.765 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.765 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.765 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.765 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.765 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.765 INFO kablam! Sep 17 21:02:19.765 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.765 INFO kablam! --> src/base/alias.rs:106:25 Sep 17 21:02:19.765 INFO kablam! | Sep 17 21:02:19.765 INFO kablam! 106 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:19.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.765 INFO kablam! | Sep 17 21:02:19.765 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.765 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.765 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.765 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.765 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.765 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.765 INFO kablam! Sep 17 21:02:19.771 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.771 INFO kablam! --> src/base/alias.rs:108:25 Sep 17 21:02:19.771 INFO kablam! | Sep 17 21:02:19.771 INFO kablam! 108 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:19.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.771 INFO kablam! | Sep 17 21:02:19.771 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.771 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.771 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.771 INFO kablam! Sep 17 21:02:19.771 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.771 INFO kablam! --> src/base/alias.rs:108:25 Sep 17 21:02:19.771 INFO kablam! | Sep 17 21:02:19.771 INFO kablam! 108 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:19.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.771 INFO kablam! | Sep 17 21:02:19.771 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.771 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.771 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.771 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.771 INFO kablam! Sep 17 21:02:19.771 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.771 INFO kablam! --> src/base/alias.rs:108:25 Sep 17 21:02:19.771 INFO kablam! | Sep 17 21:02:19.771 INFO kablam! 108 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:19.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.771 INFO kablam! | Sep 17 21:02:19.771 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.771 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.771 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.771 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.771 INFO kablam! Sep 17 21:02:19.787 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.787 INFO kablam! --> src/base/alias.rs:111:25 Sep 17 21:02:19.787 INFO kablam! | Sep 17 21:02:19.787 INFO kablam! 111 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:19.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.787 INFO kablam! | Sep 17 21:02:19.787 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.787 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.787 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.787 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.787 INFO kablam! Sep 17 21:02:19.787 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.787 INFO kablam! --> src/base/alias.rs:111:25 Sep 17 21:02:19.787 INFO kablam! | Sep 17 21:02:19.787 INFO kablam! 111 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:19.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.787 INFO kablam! | Sep 17 21:02:19.787 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.787 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.787 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.787 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.787 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.787 INFO kablam! Sep 17 21:02:19.787 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.787 INFO kablam! --> src/base/alias.rs:111:25 Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! 111 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:19.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.788 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.788 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.788 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.788 INFO kablam! Sep 17 21:02:19.788 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.788 INFO kablam! --> src/base/alias.rs:122:23 Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! 122 | pub type DVector = Matrix>; Sep 17 21:02:19.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.788 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.788 INFO kablam! Sep 17 21:02:19.788 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.788 INFO kablam! --> src/base/alias.rs:122:23 Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! 122 | pub type DVector = Matrix>; Sep 17 21:02:19.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.788 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.788 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.788 INFO kablam! Sep 17 21:02:19.788 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.788 INFO kablam! --> src/base/alias.rs:122:23 Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! 122 | pub type DVector = Matrix>; Sep 17 21:02:19.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.788 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.788 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.788 INFO kablam! Sep 17 21:02:19.788 INFO kablam! error: the trait bound `D: base::dimension::DimName` is not satisfied Sep 17 21:02:19.788 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:19.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D` Sep 17 21:02:19.788 INFO kablam! | Sep 17 21:02:19.788 INFO kablam! = help: consider adding a `where D: base::dimension::DimName` bound Sep 17 21:02:19.788 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.789 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.789 INFO kablam! Sep 17 21:02:19.789 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.789 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:19.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.789 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.789 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.789 INFO kablam! Sep 17 21:02:19.789 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.789 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:19.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.789 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.789 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.789 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.789 INFO kablam! Sep 17 21:02:19.789 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.789 INFO kablam! --> src/base/alias.rs:125:26 Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! 125 | pub type VectorN = MatrixMN; Sep 17 21:02:19.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.789 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.789 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.789 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.789 INFO kablam! Sep 17 21:02:19.789 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.789 INFO kablam! --> src/base/alias.rs:128:23 Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! 128 | pub type Vector1 = VectorN; Sep 17 21:02:19.789 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.789 INFO kablam! | Sep 17 21:02:19.789 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.789 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.789 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.790 INFO kablam! Sep 17 21:02:19.790 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.790 INFO kablam! --> src/base/alias.rs:128:23 Sep 17 21:02:19.790 INFO kablam! | Sep 17 21:02:19.790 INFO kablam! 128 | pub type Vector1 = VectorN; Sep 17 21:02:19.790 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.790 INFO kablam! | Sep 17 21:02:19.790 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.790 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.790 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.790 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.790 INFO kablam! Sep 17 21:02:19.790 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.790 INFO kablam! --> src/base/alias.rs:128:23 Sep 17 21:02:19.790 INFO kablam! | Sep 17 21:02:19.790 INFO kablam! 128 | pub type Vector1 = VectorN; Sep 17 21:02:19.790 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.790 INFO kablam! | Sep 17 21:02:19.790 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.790 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.790 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.790 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.790 INFO kablam! Sep 17 21:02:19.799 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.799 INFO kablam! --> src/base/alias.rs:130:23 Sep 17 21:02:19.799 INFO kablam! | Sep 17 21:02:19.799 INFO kablam! 130 | pub type Vector2 = VectorN; Sep 17 21:02:19.799 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.799 INFO kablam! | Sep 17 21:02:19.799 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.799 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.799 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.799 INFO kablam! Sep 17 21:02:19.799 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.799 INFO kablam! --> src/base/alias.rs:130:23 Sep 17 21:02:19.799 INFO kablam! | Sep 17 21:02:19.799 INFO kablam! 130 | pub type Vector2 = VectorN; Sep 17 21:02:19.799 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.799 INFO kablam! | Sep 17 21:02:19.799 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.799 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.799 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.799 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.799 INFO kablam! Sep 17 21:02:19.799 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.799 INFO kablam! --> src/base/alias.rs:130:23 Sep 17 21:02:19.799 INFO kablam! | Sep 17 21:02:19.799 INFO kablam! 130 | pub type Vector2 = VectorN; Sep 17 21:02:19.799 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.799 INFO kablam! | Sep 17 21:02:19.799 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.799 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.799 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.799 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.799 INFO kablam! Sep 17 21:02:19.799 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.799 INFO kablam! --> src/base/alias.rs:132:23 Sep 17 21:02:19.799 INFO kablam! | Sep 17 21:02:19.799 INFO kablam! 132 | pub type Vector3 = VectorN; Sep 17 21:02:19.800 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.800 INFO kablam! Sep 17 21:02:19.800 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.800 INFO kablam! --> src/base/alias.rs:132:23 Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! 132 | pub type Vector3 = VectorN; Sep 17 21:02:19.800 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.800 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.800 INFO kablam! Sep 17 21:02:19.800 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.800 INFO kablam! --> src/base/alias.rs:132:23 Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! 132 | pub type Vector3 = VectorN; Sep 17 21:02:19.800 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.800 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.800 INFO kablam! Sep 17 21:02:19.800 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.800 INFO kablam! --> src/base/alias.rs:134:23 Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! 134 | pub type Vector4 = VectorN; Sep 17 21:02:19.800 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.800 INFO kablam! Sep 17 21:02:19.800 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.800 INFO kablam! --> src/base/alias.rs:134:23 Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! 134 | pub type Vector4 = VectorN; Sep 17 21:02:19.800 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.800 INFO kablam! | Sep 17 21:02:19.800 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.800 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.800 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.801 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.801 INFO kablam! Sep 17 21:02:19.801 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.801 INFO kablam! --> src/base/alias.rs:134:23 Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! 134 | pub type Vector4 = VectorN; Sep 17 21:02:19.801 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.801 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.801 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.801 INFO kablam! Sep 17 21:02:19.801 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.801 INFO kablam! --> src/base/alias.rs:136:23 Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! 136 | pub type Vector5 = VectorN; Sep 17 21:02:19.801 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.801 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.801 INFO kablam! Sep 17 21:02:19.801 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.801 INFO kablam! --> src/base/alias.rs:136:23 Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! 136 | pub type Vector5 = VectorN; Sep 17 21:02:19.801 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.801 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.801 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.801 INFO kablam! Sep 17 21:02:19.801 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.801 INFO kablam! --> src/base/alias.rs:136:23 Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! 136 | pub type Vector5 = VectorN; Sep 17 21:02:19.801 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.801 INFO kablam! | Sep 17 21:02:19.801 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.801 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.801 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.802 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.802 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.802 INFO kablam! Sep 17 21:02:19.802 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.802 INFO kablam! --> src/base/alias.rs:138:23 Sep 17 21:02:19.802 INFO kablam! | Sep 17 21:02:19.802 INFO kablam! 138 | pub type Vector6 = VectorN; Sep 17 21:02:19.802 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.819 INFO kablam! | Sep 17 21:02:19.819 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.819 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.819 INFO kablam! Sep 17 21:02:19.819 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.819 INFO kablam! --> src/base/alias.rs:138:23 Sep 17 21:02:19.819 INFO kablam! | Sep 17 21:02:19.819 INFO kablam! 138 | pub type Vector6 = VectorN; Sep 17 21:02:19.819 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.819 INFO kablam! | Sep 17 21:02:19.819 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.819 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.819 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.819 INFO kablam! Sep 17 21:02:19.819 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.819 INFO kablam! --> src/base/alias.rs:138:23 Sep 17 21:02:19.819 INFO kablam! | Sep 17 21:02:19.819 INFO kablam! 138 | pub type Vector6 = VectorN; Sep 17 21:02:19.819 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.819 INFO kablam! | Sep 17 21:02:19.819 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.819 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.819 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.819 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.819 INFO kablam! Sep 17 21:02:19.819 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.819 INFO kablam! --> src/base/alias.rs:149:26 Sep 17 21:02:19.819 INFO kablam! | Sep 17 21:02:19.820 INFO kablam! 149 | pub type RowDVector = Matrix>; Sep 17 21:02:19.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.820 INFO kablam! | Sep 17 21:02:19.820 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.820 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.820 INFO kablam! Sep 17 21:02:19.820 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.820 INFO kablam! --> src/base/alias.rs:149:26 Sep 17 21:02:19.820 INFO kablam! | Sep 17 21:02:19.820 INFO kablam! 149 | pub type RowDVector = Matrix>; Sep 17 21:02:19.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.820 INFO kablam! | Sep 17 21:02:19.820 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.820 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.820 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.820 INFO kablam! Sep 17 21:02:19.820 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.820 INFO kablam! --> src/base/alias.rs:149:26 Sep 17 21:02:19.820 INFO kablam! | Sep 17 21:02:19.820 INFO kablam! 149 | pub type RowDVector = Matrix>; Sep 17 21:02:19.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.820 INFO kablam! | Sep 17 21:02:19.820 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.820 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.820 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.820 INFO kablam! Sep 17 21:02:19.823 INFO kablam! error: the trait bound `D: base::dimension::DimName` is not satisfied Sep 17 21:02:19.823 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:19.823 INFO kablam! | Sep 17 21:02:19.823 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:19.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D` Sep 17 21:02:19.823 INFO kablam! | Sep 17 21:02:19.823 INFO kablam! = help: consider adding a `where D: base::dimension::DimName` bound Sep 17 21:02:19.823 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.823 INFO kablam! Sep 17 21:02:19.823 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.823 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:19.823 INFO kablam! | Sep 17 21:02:19.823 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:19.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.823 INFO kablam! | Sep 17 21:02:19.823 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.823 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.823 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.824 INFO kablam! Sep 17 21:02:19.824 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.824 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:19.824 INFO kablam! | Sep 17 21:02:19.824 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:19.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.824 INFO kablam! | Sep 17 21:02:19.824 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.824 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.824 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.824 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.824 INFO kablam! Sep 17 21:02:19.824 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.824 INFO kablam! --> src/base/alias.rs:152:29 Sep 17 21:02:19.824 INFO kablam! | Sep 17 21:02:19.824 INFO kablam! 152 | pub type RowVectorN = MatrixMN; Sep 17 21:02:19.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.824 INFO kablam! | Sep 17 21:02:19.824 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.824 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.824 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.824 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.824 INFO kablam! Sep 17 21:02:19.835 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.835 INFO kablam! --> src/base/alias.rs:155:26 Sep 17 21:02:19.835 INFO kablam! | Sep 17 21:02:19.835 INFO kablam! 155 | pub type RowVector1 = RowVectorN; Sep 17 21:02:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.835 INFO kablam! | Sep 17 21:02:19.835 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.835 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.835 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.835 INFO kablam! Sep 17 21:02:19.835 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.835 INFO kablam! --> src/base/alias.rs:155:26 Sep 17 21:02:19.835 INFO kablam! | Sep 17 21:02:19.835 INFO kablam! 155 | pub type RowVector1 = RowVectorN; Sep 17 21:02:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.835 INFO kablam! | Sep 17 21:02:19.835 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.835 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.835 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.835 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.835 INFO kablam! Sep 17 21:02:19.835 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.835 INFO kablam! --> src/base/alias.rs:155:26 Sep 17 21:02:19.835 INFO kablam! | Sep 17 21:02:19.835 INFO kablam! 155 | pub type RowVector1 = RowVectorN; Sep 17 21:02:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.835 INFO kablam! | Sep 17 21:02:19.835 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.835 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.835 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.835 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.836 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.836 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.836 INFO kablam! Sep 17 21:02:19.847 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.847 INFO kablam! --> src/base/alias.rs:157:26 Sep 17 21:02:19.847 INFO kablam! | Sep 17 21:02:19.847 INFO kablam! 157 | pub type RowVector2 = RowVectorN; Sep 17 21:02:19.847 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.847 INFO kablam! | Sep 17 21:02:19.847 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.847 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.847 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.847 INFO kablam! Sep 17 21:02:19.847 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.847 INFO kablam! --> src/base/alias.rs:157:26 Sep 17 21:02:19.847 INFO kablam! | Sep 17 21:02:19.847 INFO kablam! 157 | pub type RowVector2 = RowVectorN; Sep 17 21:02:19.847 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.847 INFO kablam! | Sep 17 21:02:19.847 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.847 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.847 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.847 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.848 INFO kablam! Sep 17 21:02:19.848 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.848 INFO kablam! --> src/base/alias.rs:157:26 Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! 157 | pub type RowVector2 = RowVectorN; Sep 17 21:02:19.848 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.848 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.848 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.848 INFO kablam! Sep 17 21:02:19.848 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.848 INFO kablam! --> src/base/alias.rs:159:26 Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! 159 | pub type RowVector3 = RowVectorN; Sep 17 21:02:19.848 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.848 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.848 INFO kablam! Sep 17 21:02:19.848 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.848 INFO kablam! --> src/base/alias.rs:159:26 Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! 159 | pub type RowVector3 = RowVectorN; Sep 17 21:02:19.848 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.848 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.848 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.848 INFO kablam! Sep 17 21:02:19.848 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.848 INFO kablam! --> src/base/alias.rs:159:26 Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! 159 | pub type RowVector3 = RowVectorN; Sep 17 21:02:19.848 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.848 INFO kablam! | Sep 17 21:02:19.848 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.848 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.848 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.848 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.849 INFO kablam! Sep 17 21:02:19.859 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.859 INFO kablam! --> src/base/alias.rs:161:26 Sep 17 21:02:19.859 INFO kablam! | Sep 17 21:02:19.859 INFO kablam! 161 | pub type RowVector4 = RowVectorN; Sep 17 21:02:19.859 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.859 INFO kablam! | Sep 17 21:02:19.859 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.859 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.859 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.859 INFO kablam! Sep 17 21:02:19.859 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.859 INFO kablam! --> src/base/alias.rs:161:26 Sep 17 21:02:19.859 INFO kablam! | Sep 17 21:02:19.859 INFO kablam! 161 | pub type RowVector4 = RowVectorN; Sep 17 21:02:19.859 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.859 INFO kablam! | Sep 17 21:02:19.859 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.859 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.859 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.859 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.859 INFO kablam! Sep 17 21:02:19.859 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.859 INFO kablam! --> src/base/alias.rs:161:26 Sep 17 21:02:19.859 INFO kablam! | Sep 17 21:02:19.859 INFO kablam! 161 | pub type RowVector4 = RowVectorN; Sep 17 21:02:19.859 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.859 INFO kablam! | Sep 17 21:02:19.859 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.860 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.860 INFO kablam! Sep 17 21:02:19.860 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.860 INFO kablam! --> src/base/alias.rs:163:26 Sep 17 21:02:19.860 INFO kablam! | Sep 17 21:02:19.860 INFO kablam! 163 | pub type RowVector5 = RowVectorN; Sep 17 21:02:19.860 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.860 INFO kablam! | Sep 17 21:02:19.860 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.860 INFO kablam! Sep 17 21:02:19.860 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.860 INFO kablam! --> src/base/alias.rs:163:26 Sep 17 21:02:19.860 INFO kablam! | Sep 17 21:02:19.860 INFO kablam! 163 | pub type RowVector5 = RowVectorN; Sep 17 21:02:19.860 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.860 INFO kablam! | Sep 17 21:02:19.860 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.860 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.860 INFO kablam! Sep 17 21:02:19.860 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.860 INFO kablam! --> src/base/alias.rs:163:26 Sep 17 21:02:19.860 INFO kablam! | Sep 17 21:02:19.860 INFO kablam! 163 | pub type RowVector5 = RowVectorN; Sep 17 21:02:19.860 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.860 INFO kablam! | Sep 17 21:02:19.860 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.860 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.860 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.860 INFO kablam! Sep 17 21:02:19.860 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.860 INFO kablam! --> src/base/alias.rs:165:26 Sep 17 21:02:19.860 INFO kablam! | Sep 17 21:02:19.860 INFO kablam! 165 | pub type RowVector6 = RowVectorN; Sep 17 21:02:19.861 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.861 INFO kablam! | Sep 17 21:02:19.861 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.861 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.861 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.861 INFO kablam! Sep 17 21:02:19.861 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.861 INFO kablam! --> src/base/alias.rs:165:26 Sep 17 21:02:19.861 INFO kablam! | Sep 17 21:02:19.861 INFO kablam! 165 | pub type RowVector6 = RowVectorN; Sep 17 21:02:19.861 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.862 INFO kablam! | Sep 17 21:02:19.862 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.862 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.862 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.862 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.862 INFO kablam! Sep 17 21:02:19.862 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.862 INFO kablam! --> src/base/alias.rs:165:26 Sep 17 21:02:19.862 INFO kablam! | Sep 17 21:02:19.862 INFO kablam! 165 | pub type RowVector6 = RowVectorN; Sep 17 21:02:19.862 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.862 INFO kablam! | Sep 17 21:02:19.862 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.862 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.862 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.862 INFO kablam! = note: required because of the requirements on the impl of `base::allocator::Allocator` for `base::default_allocator::DefaultAllocator` Sep 17 21:02:19.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.862 INFO kablam! Sep 17 21:02:19.870 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:19.870 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.870 INFO kablam! | Sep 17 21:02:19.870 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:19.870 INFO kablam! | Sep 17 21:02:19.870 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:19.870 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.870 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.870 INFO kablam! Sep 17 21:02:19.870 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:19.870 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.870 INFO kablam! | Sep 17 21:02:19.870 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:19.870 INFO kablam! | Sep 17 21:02:19.870 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:19.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.871 INFO kablam! Sep 17 21:02:19.871 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.871 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.871 INFO kablam! Sep 17 21:02:19.871 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.871 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.871 INFO kablam! Sep 17 21:02:19.871 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.871 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.871 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.871 INFO kablam! Sep 17 21:02:19.871 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.871 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.871 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.871 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.871 INFO kablam! Sep 17 21:02:19.871 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.871 INFO kablam! --> src/base/alias_slice.rs:14:5 Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! 14 | Matrix>; Sep 17 21:02:19.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.871 INFO kablam! | Sep 17 21:02:19.871 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.871 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.871 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.872 INFO kablam! Sep 17 21:02:19.872 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:19.872 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:19.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.872 INFO kablam! Sep 17 21:02:19.872 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.872 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.872 INFO kablam! Sep 17 21:02:19.872 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.872 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.872 INFO kablam! Sep 17 21:02:19.872 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.872 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.872 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.872 INFO kablam! Sep 17 21:02:19.872 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.872 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.872 INFO kablam! | Sep 17 21:02:19.872 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.872 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.872 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.873 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.873 INFO kablam! Sep 17 21:02:19.873 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.873 INFO kablam! --> src/base/alias_slice.rs:18:5 Sep 17 21:02:19.873 INFO kablam! | Sep 17 21:02:19.873 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.873 INFO kablam! | Sep 17 21:02:19.873 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.873 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.873 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.873 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.873 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.873 INFO kablam! Sep 17 21:02:19.886 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.886 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.886 INFO kablam! | Sep 17 21:02:19.886 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.886 INFO kablam! | Sep 17 21:02:19.886 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.886 INFO kablam! Sep 17 21:02:19.886 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.886 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.886 INFO kablam! | Sep 17 21:02:19.886 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.886 INFO kablam! | Sep 17 21:02:19.886 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.886 INFO kablam! Sep 17 21:02:19.886 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.886 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.886 INFO kablam! | Sep 17 21:02:19.886 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.886 INFO kablam! | Sep 17 21:02:19.886 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.886 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.886 INFO kablam! Sep 17 21:02:19.886 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.886 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.886 INFO kablam! | Sep 17 21:02:19.886 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.887 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.887 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.887 INFO kablam! Sep 17 21:02:19.887 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.887 INFO kablam! --> src/base/alias_slice.rs:22:5 Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:19.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.887 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.887 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.887 INFO kablam! Sep 17 21:02:19.887 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.887 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.887 INFO kablam! Sep 17 21:02:19.887 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.887 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.887 INFO kablam! Sep 17 21:02:19.887 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.887 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.887 INFO kablam! | Sep 17 21:02:19.887 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.887 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.887 INFO kablam! Sep 17 21:02:19.887 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.887 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.888 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.888 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.888 INFO kablam! Sep 17 21:02:19.888 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.888 INFO kablam! --> src/base/alias_slice.rs:26:5 Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:19.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.888 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.888 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.888 INFO kablam! Sep 17 21:02:19.888 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.888 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.888 INFO kablam! Sep 17 21:02:19.888 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.888 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.888 INFO kablam! Sep 17 21:02:19.888 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.888 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.888 INFO kablam! | Sep 17 21:02:19.888 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.888 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.888 INFO kablam! Sep 17 21:02:19.888 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.888 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.889 INFO kablam! | Sep 17 21:02:19.889 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.889 INFO kablam! | Sep 17 21:02:19.889 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.889 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.889 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.889 INFO kablam! Sep 17 21:02:19.903 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.903 INFO kablam! --> src/base/alias_slice.rs:29:5 Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:19.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.903 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.903 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.903 INFO kablam! Sep 17 21:02:19.903 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.903 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.903 INFO kablam! Sep 17 21:02:19.903 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.903 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.903 INFO kablam! Sep 17 21:02:19.903 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.903 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.903 INFO kablam! | Sep 17 21:02:19.903 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.904 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.904 INFO kablam! Sep 17 21:02:19.904 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.904 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.904 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.904 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.904 INFO kablam! Sep 17 21:02:19.904 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.904 INFO kablam! --> src/base/alias_slice.rs:32:5 Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:19.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.904 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.904 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.904 INFO kablam! Sep 17 21:02:19.904 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.904 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.904 INFO kablam! Sep 17 21:02:19.904 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.904 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.904 INFO kablam! Sep 17 21:02:19.904 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.904 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.904 INFO kablam! | Sep 17 21:02:19.904 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.905 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.905 INFO kablam! Sep 17 21:02:19.905 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.905 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.905 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.905 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.905 INFO kablam! Sep 17 21:02:19.905 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.905 INFO kablam! --> src/base/alias_slice.rs:35:5 Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:19.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.905 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.905 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.905 INFO kablam! Sep 17 21:02:19.905 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.905 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.905 INFO kablam! Sep 17 21:02:19.905 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.905 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.905 INFO kablam! Sep 17 21:02:19.905 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.905 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.905 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.905 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.906 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.906 INFO kablam! Sep 17 21:02:19.906 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.906 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.906 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.906 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.906 INFO kablam! Sep 17 21:02:19.906 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.906 INFO kablam! --> src/base/alias_slice.rs:38:5 Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:19.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.906 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.906 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.906 INFO kablam! Sep 17 21:02:19.906 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.906 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.906 INFO kablam! Sep 17 21:02:19.906 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.906 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.906 INFO kablam! | Sep 17 21:02:19.906 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.906 INFO kablam! Sep 17 21:02:19.906 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.906 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.907 INFO kablam! | Sep 17 21:02:19.907 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.907 INFO kablam! | Sep 17 21:02:19.907 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.907 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.907 INFO kablam! Sep 17 21:02:19.907 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.907 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.907 INFO kablam! | Sep 17 21:02:19.907 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.907 INFO kablam! | Sep 17 21:02:19.907 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.907 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.907 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.907 INFO kablam! Sep 17 21:02:19.907 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.907 INFO kablam! --> src/base/alias_slice.rs:41:5 Sep 17 21:02:19.907 INFO kablam! | Sep 17 21:02:19.907 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:19.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.907 INFO kablam! | Sep 17 21:02:19.907 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.907 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.907 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.907 INFO kablam! Sep 17 21:02:19.923 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.923 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.923 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.923 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.923 INFO kablam! Sep 17 21:02:19.923 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.923 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.923 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.923 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.923 INFO kablam! Sep 17 21:02:19.923 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.923 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.923 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.923 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.923 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.923 INFO kablam! Sep 17 21:02:19.923 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.923 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.923 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.923 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.924 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.924 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.924 INFO kablam! Sep 17 21:02:19.924 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.924 INFO kablam! --> src/base/alias_slice.rs:45:5 Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:19.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.924 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.924 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.924 INFO kablam! Sep 17 21:02:19.924 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.924 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.924 INFO kablam! Sep 17 21:02:19.924 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.924 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.924 INFO kablam! Sep 17 21:02:19.924 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.924 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.924 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.924 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.924 INFO kablam! Sep 17 21:02:19.924 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.924 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.924 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.925 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.925 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.925 INFO kablam! Sep 17 21:02:19.925 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.925 INFO kablam! --> src/base/alias_slice.rs:48:5 Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.925 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.925 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.925 INFO kablam! Sep 17 21:02:19.925 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.925 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.925 INFO kablam! Sep 17 21:02:19.925 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.925 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.925 INFO kablam! Sep 17 21:02:19.925 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.925 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.925 INFO kablam! | Sep 17 21:02:19.925 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.925 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.925 INFO kablam! Sep 17 21:02:19.925 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.926 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.926 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.926 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.926 INFO kablam! Sep 17 21:02:19.926 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.926 INFO kablam! --> src/base/alias_slice.rs:51:5 Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:19.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.926 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.926 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.926 INFO kablam! Sep 17 21:02:19.926 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.926 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.926 INFO kablam! Sep 17 21:02:19.926 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.926 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.926 INFO kablam! Sep 17 21:02:19.926 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.926 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.926 INFO kablam! | Sep 17 21:02:19.926 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.927 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.927 INFO kablam! Sep 17 21:02:19.927 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.927 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.927 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.927 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.927 INFO kablam! Sep 17 21:02:19.927 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.927 INFO kablam! --> src/base/alias_slice.rs:54:5 Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.927 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.927 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.927 INFO kablam! Sep 17 21:02:19.927 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.927 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.927 INFO kablam! Sep 17 21:02:19.927 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.927 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.927 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.927 INFO kablam! Sep 17 21:02:19.927 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.927 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.927 INFO kablam! | Sep 17 21:02:19.928 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.928 INFO kablam! | Sep 17 21:02:19.928 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.928 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.928 INFO kablam! Sep 17 21:02:19.931 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.931 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.931 INFO kablam! | Sep 17 21:02:19.931 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.931 INFO kablam! | Sep 17 21:02:19.931 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.931 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.931 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.931 INFO kablam! Sep 17 21:02:19.931 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.931 INFO kablam! --> src/base/alias_slice.rs:57:5 Sep 17 21:02:19.931 INFO kablam! | Sep 17 21:02:19.931 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:19.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.932 INFO kablam! | Sep 17 21:02:19.932 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.932 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.932 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.933 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.933 INFO kablam! Sep 17 21:02:19.933 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.933 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.933 INFO kablam! | Sep 17 21:02:19.933 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.934 INFO kablam! | Sep 17 21:02:19.934 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.934 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.934 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.934 INFO kablam! Sep 17 21:02:19.934 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.935 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.935 INFO kablam! | Sep 17 21:02:19.935 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.935 INFO kablam! | Sep 17 21:02:19.936 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.936 INFO kablam! Sep 17 21:02:19.936 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.936 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.936 INFO kablam! | Sep 17 21:02:19.937 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.937 INFO kablam! | Sep 17 21:02:19.937 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.937 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.937 INFO kablam! Sep 17 21:02:19.937 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.938 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.938 INFO kablam! | Sep 17 21:02:19.938 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.938 INFO kablam! | Sep 17 21:02:19.938 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.938 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.939 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.939 INFO kablam! Sep 17 21:02:19.939 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.939 INFO kablam! --> src/base/alias_slice.rs:61:5 Sep 17 21:02:19.939 INFO kablam! | Sep 17 21:02:19.939 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:19.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.940 INFO kablam! | Sep 17 21:02:19.940 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.940 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.940 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.940 INFO kablam! Sep 17 21:02:19.940 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.941 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.941 INFO kablam! | Sep 17 21:02:19.941 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.941 INFO kablam! | Sep 17 21:02:19.941 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.942 INFO kablam! Sep 17 21:02:19.942 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.942 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.942 INFO kablam! | Sep 17 21:02:19.942 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.942 INFO kablam! | Sep 17 21:02:19.942 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.943 INFO kablam! Sep 17 21:02:19.943 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.943 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.943 INFO kablam! | Sep 17 21:02:19.943 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.943 INFO kablam! | Sep 17 21:02:19.944 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.944 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.944 INFO kablam! Sep 17 21:02:19.944 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.944 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.944 INFO kablam! | Sep 17 21:02:19.944 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.945 INFO kablam! | Sep 17 21:02:19.945 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.945 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.945 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.945 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.945 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.945 INFO kablam! Sep 17 21:02:19.946 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.946 INFO kablam! --> src/base/alias_slice.rs:64:5 Sep 17 21:02:19.946 INFO kablam! | Sep 17 21:02:19.946 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:19.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.946 INFO kablam! | Sep 17 21:02:19.947 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.947 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.947 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.947 INFO kablam! Sep 17 21:02:19.947 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.947 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:19.948 INFO kablam! | Sep 17 21:02:19.948 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:19.948 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.948 INFO kablam! | Sep 17 21:02:19.948 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.948 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.949 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.949 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.949 INFO kablam! Sep 17 21:02:19.949 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.949 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:19.949 INFO kablam! | Sep 17 21:02:19.949 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:19.949 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.950 INFO kablam! | Sep 17 21:02:19.950 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.950 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.950 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.950 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.950 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.950 INFO kablam! Sep 17 21:02:19.951 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.951 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:19.951 INFO kablam! | Sep 17 21:02:19.951 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:19.951 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.951 INFO kablam! | Sep 17 21:02:19.951 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.952 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.952 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.952 INFO kablam! Sep 17 21:02:19.953 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.953 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:19.953 INFO kablam! | Sep 17 21:02:19.953 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:19.953 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.953 INFO kablam! | Sep 17 21:02:19.954 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.954 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.954 INFO kablam! Sep 17 21:02:19.954 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.954 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:19.955 INFO kablam! | Sep 17 21:02:19.955 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:19.955 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.955 INFO kablam! | Sep 17 21:02:19.955 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.956 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.956 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.956 INFO kablam! Sep 17 21:02:19.956 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.957 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:19.957 INFO kablam! | Sep 17 21:02:19.957 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:19.957 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.957 INFO kablam! | Sep 17 21:02:19.957 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.958 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.958 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.958 INFO kablam! Sep 17 21:02:19.959 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.959 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:19.959 INFO kablam! | Sep 17 21:02:19.959 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:19.959 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.959 INFO kablam! | Sep 17 21:02:19.960 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.960 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.960 INFO kablam! Sep 17 21:02:19.960 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.961 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:19.961 INFO kablam! | Sep 17 21:02:19.961 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:19.961 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.961 INFO kablam! | Sep 17 21:02:19.962 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.962 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.962 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.962 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.962 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.962 INFO kablam! Sep 17 21:02:19.963 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.963 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:19.963 INFO kablam! | Sep 17 21:02:19.963 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:19.963 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.963 INFO kablam! | Sep 17 21:02:19.963 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.964 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.964 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.964 INFO kablam! Sep 17 21:02:19.964 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.964 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:19.965 INFO kablam! | Sep 17 21:02:19.965 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:19.965 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.965 INFO kablam! | Sep 17 21:02:19.965 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.965 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.966 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.966 INFO kablam! Sep 17 21:02:19.966 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.966 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:19.966 INFO kablam! | Sep 17 21:02:19.966 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:19.967 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.967 INFO kablam! | Sep 17 21:02:19.967 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.967 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.967 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.967 INFO kablam! Sep 17 21:02:19.968 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.968 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:19.968 INFO kablam! | Sep 17 21:02:19.968 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:19.968 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.968 INFO kablam! | Sep 17 21:02:19.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.968 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.969 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.969 INFO kablam! Sep 17 21:02:19.969 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.969 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:19.969 INFO kablam! | Sep 17 21:02:19.969 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:19.970 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.970 INFO kablam! | Sep 17 21:02:19.970 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.970 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.970 INFO kablam! Sep 17 21:02:19.970 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.970 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:19.972 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.972 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.972 INFO kablam! Sep 17 21:02:19.972 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.972 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:19.972 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.972 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.972 INFO kablam! Sep 17 21:02:19.972 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.972 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:19.972 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.972 INFO kablam! Sep 17 21:02:19.972 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.972 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:19.972 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.972 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.972 INFO kablam! Sep 17 21:02:19.972 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.972 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:19.972 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.972 INFO kablam! | Sep 17 21:02:19.972 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.972 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.973 INFO kablam! Sep 17 21:02:19.973 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.973 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.973 INFO kablam! Sep 17 21:02:19.973 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.973 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.973 INFO kablam! Sep 17 21:02:19.973 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.973 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.973 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.973 INFO kablam! Sep 17 21:02:19.973 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.973 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.973 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.973 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.973 INFO kablam! Sep 17 21:02:19.973 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.973 INFO kablam! --> src/base/alias_slice.rs:67:5 Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.973 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.973 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.973 INFO kablam! Sep 17 21:02:19.973 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.973 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.973 INFO kablam! | Sep 17 21:02:19.973 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.974 INFO kablam! Sep 17 21:02:19.974 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.974 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.974 INFO kablam! Sep 17 21:02:19.974 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.974 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.974 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.974 INFO kablam! Sep 17 21:02:19.974 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.974 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.974 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.974 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.974 INFO kablam! Sep 17 21:02:19.974 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.974 INFO kablam! --> src/base/alias_slice.rs:70:5 Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.974 INFO kablam! | Sep 17 21:02:19.974 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.974 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.974 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.974 INFO kablam! Sep 17 21:02:19.980 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.980 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.980 INFO kablam! Sep 17 21:02:19.980 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.980 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.980 INFO kablam! Sep 17 21:02:19.980 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.980 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.980 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.980 INFO kablam! Sep 17 21:02:19.980 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.980 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.980 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.980 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.980 INFO kablam! Sep 17 21:02:19.980 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.980 INFO kablam! --> src/base/alias_slice.rs:73:5 Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:19.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.980 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.980 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.980 INFO kablam! Sep 17 21:02:19.980 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.980 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.980 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.980 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.981 INFO kablam! Sep 17 21:02:19.981 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.981 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.981 INFO kablam! Sep 17 21:02:19.981 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.981 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.981 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.981 INFO kablam! Sep 17 21:02:19.981 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.981 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.981 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.981 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.981 INFO kablam! Sep 17 21:02:19.981 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.981 INFO kablam! --> src/base/alias_slice.rs:77:5 Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:19.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.981 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.981 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.981 INFO kablam! Sep 17 21:02:19.981 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.981 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.981 INFO kablam! | Sep 17 21:02:19.981 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.981 INFO kablam! Sep 17 21:02:19.981 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.982 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:19.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.982 INFO kablam! Sep 17 21:02:19.982 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.982 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.982 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.982 INFO kablam! Sep 17 21:02:19.982 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.982 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.982 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.982 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.982 INFO kablam! Sep 17 21:02:19.982 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.982 INFO kablam! --> src/base/alias_slice.rs:80:5 Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:19.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.982 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.982 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:19.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.982 INFO kablam! Sep 17 21:02:19.982 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:19.982 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:19.982 INFO kablam! | Sep 17 21:02:19.982 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:19.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.983 INFO kablam! | Sep 17 21:02:19.983 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:19.983 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.984 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.984 INFO kablam! Sep 17 21:02:20.000 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.000 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.000 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.000 INFO kablam! Sep 17 21:02:20.000 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.000 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.000 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.000 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.000 INFO kablam! Sep 17 21:02:20.000 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.000 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.000 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.000 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.000 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.000 INFO kablam! Sep 17 21:02:20.000 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.000 INFO kablam! --> src/base/alias_slice.rs:83:5 Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.000 INFO kablam! | Sep 17 21:02:20.000 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.000 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.000 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.000 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.001 INFO kablam! Sep 17 21:02:20.001 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.001 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.001 INFO kablam! Sep 17 21:02:20.001 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.001 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.001 INFO kablam! Sep 17 21:02:20.001 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.001 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.001 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.001 INFO kablam! Sep 17 21:02:20.001 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.001 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.001 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.001 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.001 INFO kablam! Sep 17 21:02:20.001 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.001 INFO kablam! --> src/base/alias_slice.rs:86:5 Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.001 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.001 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.001 INFO kablam! Sep 17 21:02:20.001 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.001 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.001 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.001 INFO kablam! Sep 17 21:02:20.001 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.001 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:20.001 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.002 INFO kablam! Sep 17 21:02:20.002 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.002 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.002 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.002 INFO kablam! Sep 17 21:02:20.002 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.002 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.002 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.002 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.002 INFO kablam! Sep 17 21:02:20.002 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.002 INFO kablam! --> src/base/alias_slice.rs:89:5 Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.002 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.002 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.002 INFO kablam! Sep 17 21:02:20.002 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.002 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.002 INFO kablam! Sep 17 21:02:20.002 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.002 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.002 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.002 INFO kablam! Sep 17 21:02:20.002 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.002 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:20.002 INFO kablam! | Sep 17 21:02:20.003 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.003 INFO kablam! | Sep 17 21:02:20.003 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.003 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.003 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.003 INFO kablam! Sep 17 21:02:20.003 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.003 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:20.003 INFO kablam! | Sep 17 21:02:20.003 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.003 INFO kablam! | Sep 17 21:02:20.003 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.003 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.003 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.003 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.003 INFO kablam! Sep 17 21:02:20.016 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.016 INFO kablam! --> src/base/alias_slice.rs:93:5 Sep 17 21:02:20.016 INFO kablam! | Sep 17 21:02:20.016 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.016 INFO kablam! | Sep 17 21:02:20.016 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.016 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.016 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.016 INFO kablam! Sep 17 21:02:20.016 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.016 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:20.016 INFO kablam! | Sep 17 21:02:20.016 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.016 INFO kablam! | Sep 17 21:02:20.016 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.016 INFO kablam! Sep 17 21:02:20.016 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.016 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:20.017 INFO kablam! | Sep 17 21:02:20.017 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.017 INFO kablam! | Sep 17 21:02:20.017 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.017 INFO kablam! Sep 17 21:02:20.017 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.017 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:20.017 INFO kablam! | Sep 17 21:02:20.017 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.017 INFO kablam! | Sep 17 21:02:20.017 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.017 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.017 INFO kablam! Sep 17 21:02:20.017 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.017 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:20.017 INFO kablam! | Sep 17 21:02:20.018 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.018 INFO kablam! | Sep 17 21:02:20.018 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.018 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.018 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.018 INFO kablam! Sep 17 21:02:20.018 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.018 INFO kablam! --> src/base/alias_slice.rs:96:5 Sep 17 21:02:20.018 INFO kablam! | Sep 17 21:02:20.018 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.018 INFO kablam! | Sep 17 21:02:20.018 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.018 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.018 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.018 INFO kablam! Sep 17 21:02:20.019 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.019 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:20.019 INFO kablam! | Sep 17 21:02:20.019 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.019 INFO kablam! | Sep 17 21:02:20.019 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.019 INFO kablam! Sep 17 21:02:20.019 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.019 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:20.019 INFO kablam! | Sep 17 21:02:20.019 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.019 INFO kablam! | Sep 17 21:02:20.019 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.019 INFO kablam! Sep 17 21:02:20.019 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.019 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:20.019 INFO kablam! | Sep 17 21:02:20.019 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.019 INFO kablam! | Sep 17 21:02:20.019 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.020 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.020 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.020 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.020 INFO kablam! Sep 17 21:02:20.020 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.020 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:20.020 INFO kablam! | Sep 17 21:02:20.020 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.020 INFO kablam! | Sep 17 21:02:20.020 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.020 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.020 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.020 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.020 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.020 INFO kablam! Sep 17 21:02:20.021 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.021 INFO kablam! --> src/base/alias_slice.rs:99:5 Sep 17 21:02:20.021 INFO kablam! | Sep 17 21:02:20.021 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.021 INFO kablam! | Sep 17 21:02:20.021 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.021 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.021 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.021 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.021 INFO kablam! Sep 17 21:02:20.022 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.022 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:20.022 INFO kablam! | Sep 17 21:02:20.022 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.022 INFO kablam! | Sep 17 21:02:20.022 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.022 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.022 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.022 INFO kablam! Sep 17 21:02:20.022 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.022 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:20.022 INFO kablam! | Sep 17 21:02:20.022 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.022 INFO kablam! | Sep 17 21:02:20.022 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.022 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.022 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.022 INFO kablam! Sep 17 21:02:20.023 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.023 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:20.023 INFO kablam! | Sep 17 21:02:20.023 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.023 INFO kablam! | Sep 17 21:02:20.023 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.023 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.023 INFO kablam! Sep 17 21:02:20.023 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.023 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:20.023 INFO kablam! | Sep 17 21:02:20.023 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.023 INFO kablam! | Sep 17 21:02:20.023 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.023 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.023 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.023 INFO kablam! Sep 17 21:02:20.023 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.023 INFO kablam! --> src/base/alias_slice.rs:102:5 Sep 17 21:02:20.023 INFO kablam! | Sep 17 21:02:20.023 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.023 INFO kablam! | Sep 17 21:02:20.023 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.023 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.023 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.024 INFO kablam! Sep 17 21:02:20.024 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.024 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:20.024 INFO kablam! | Sep 17 21:02:20.024 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.024 INFO kablam! | Sep 17 21:02:20.024 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.024 INFO kablam! Sep 17 21:02:20.024 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.024 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:20.024 INFO kablam! | Sep 17 21:02:20.024 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.024 INFO kablam! | Sep 17 21:02:20.024 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.025 INFO kablam! Sep 17 21:02:20.025 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.025 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:20.025 INFO kablam! | Sep 17 21:02:20.025 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.025 INFO kablam! | Sep 17 21:02:20.025 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.025 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.025 INFO kablam! Sep 17 21:02:20.025 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.025 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:20.025 INFO kablam! | Sep 17 21:02:20.025 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.025 INFO kablam! | Sep 17 21:02:20.025 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.025 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.026 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.026 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.026 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.026 INFO kablam! Sep 17 21:02:20.026 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.026 INFO kablam! --> src/base/alias_slice.rs:105:5 Sep 17 21:02:20.026 INFO kablam! | Sep 17 21:02:20.026 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.026 INFO kablam! | Sep 17 21:02:20.026 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.026 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.026 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.027 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.027 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.027 INFO kablam! Sep 17 21:02:20.027 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.027 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:20.027 INFO kablam! | Sep 17 21:02:20.027 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.027 INFO kablam! | Sep 17 21:02:20.027 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.027 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.027 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.027 INFO kablam! Sep 17 21:02:20.027 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.027 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:20.027 INFO kablam! | Sep 17 21:02:20.027 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.027 INFO kablam! | Sep 17 21:02:20.027 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.027 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.027 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.028 INFO kablam! Sep 17 21:02:20.028 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.028 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:20.028 INFO kablam! | Sep 17 21:02:20.028 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.028 INFO kablam! | Sep 17 21:02:20.028 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.028 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.028 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.028 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.028 INFO kablam! Sep 17 21:02:20.028 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.028 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:20.028 INFO kablam! | Sep 17 21:02:20.028 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.028 INFO kablam! | Sep 17 21:02:20.028 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.028 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.029 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.029 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.029 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.029 INFO kablam! Sep 17 21:02:20.029 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.029 INFO kablam! --> src/base/alias_slice.rs:109:5 Sep 17 21:02:20.029 INFO kablam! | Sep 17 21:02:20.029 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.029 INFO kablam! | Sep 17 21:02:20.029 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.029 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.029 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.030 INFO kablam! Sep 17 21:02:20.030 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.030 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:20.030 INFO kablam! | Sep 17 21:02:20.030 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.030 INFO kablam! | Sep 17 21:02:20.030 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.030 INFO kablam! Sep 17 21:02:20.030 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.030 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:20.030 INFO kablam! | Sep 17 21:02:20.030 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.030 INFO kablam! | Sep 17 21:02:20.030 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.030 INFO kablam! Sep 17 21:02:20.031 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.031 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:20.031 INFO kablam! | Sep 17 21:02:20.031 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.031 INFO kablam! | Sep 17 21:02:20.031 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.031 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.031 INFO kablam! Sep 17 21:02:20.031 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.031 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:20.031 INFO kablam! | Sep 17 21:02:20.031 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.031 INFO kablam! | Sep 17 21:02:20.031 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.031 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.031 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.032 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.032 INFO kablam! Sep 17 21:02:20.032 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.032 INFO kablam! --> src/base/alias_slice.rs:112:5 Sep 17 21:02:20.032 INFO kablam! | Sep 17 21:02:20.032 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.032 INFO kablam! | Sep 17 21:02:20.032 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.032 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.032 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.033 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.033 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.033 INFO kablam! Sep 17 21:02:20.033 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.033 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:20.033 INFO kablam! | Sep 17 21:02:20.033 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.034 INFO kablam! | Sep 17 21:02:20.034 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.034 INFO kablam! Sep 17 21:02:20.034 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.034 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:20.034 INFO kablam! | Sep 17 21:02:20.034 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.034 INFO kablam! | Sep 17 21:02:20.035 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.035 INFO kablam! Sep 17 21:02:20.035 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.035 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:20.035 INFO kablam! | Sep 17 21:02:20.035 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.035 INFO kablam! | Sep 17 21:02:20.036 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.036 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.036 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.036 INFO kablam! Sep 17 21:02:20.036 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.037 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:20.037 INFO kablam! | Sep 17 21:02:20.037 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.037 INFO kablam! | Sep 17 21:02:20.037 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.037 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.037 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.037 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.037 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.037 INFO kablam! Sep 17 21:02:20.037 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.038 INFO kablam! --> src/base/alias_slice.rs:115:5 Sep 17 21:02:20.038 INFO kablam! | Sep 17 21:02:20.038 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.038 INFO kablam! | Sep 17 21:02:20.038 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.038 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.038 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.038 INFO kablam! Sep 17 21:02:20.039 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.039 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:20.039 INFO kablam! | Sep 17 21:02:20.039 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.039 INFO kablam! | Sep 17 21:02:20.039 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.039 INFO kablam! Sep 17 21:02:20.039 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.039 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:20.039 INFO kablam! | Sep 17 21:02:20.039 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.039 INFO kablam! | Sep 17 21:02:20.040 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.040 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.040 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.040 INFO kablam! Sep 17 21:02:20.040 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.040 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:20.040 INFO kablam! | Sep 17 21:02:20.040 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.040 INFO kablam! | Sep 17 21:02:20.041 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.041 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.041 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.041 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.041 INFO kablam! Sep 17 21:02:20.042 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.042 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:20.042 INFO kablam! | Sep 17 21:02:20.042 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.042 INFO kablam! | Sep 17 21:02:20.042 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.042 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.042 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.042 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.042 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.042 INFO kablam! Sep 17 21:02:20.042 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.042 INFO kablam! --> src/base/alias_slice.rs:118:5 Sep 17 21:02:20.042 INFO kablam! | Sep 17 21:02:20.042 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.043 INFO kablam! | Sep 17 21:02:20.043 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.043 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.043 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.044 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.044 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.044 INFO kablam! Sep 17 21:02:20.045 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.045 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:20.045 INFO kablam! | Sep 17 21:02:20.045 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.045 INFO kablam! | Sep 17 21:02:20.045 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.045 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.045 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.045 INFO kablam! Sep 17 21:02:20.045 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.045 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:20.045 INFO kablam! | Sep 17 21:02:20.045 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.046 INFO kablam! | Sep 17 21:02:20.046 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.046 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.046 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.046 INFO kablam! Sep 17 21:02:20.047 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.047 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:20.047 INFO kablam! | Sep 17 21:02:20.047 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.047 INFO kablam! | Sep 17 21:02:20.047 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.048 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.048 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.048 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.048 INFO kablam! Sep 17 21:02:20.049 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.049 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:20.049 INFO kablam! | Sep 17 21:02:20.049 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.049 INFO kablam! | Sep 17 21:02:20.049 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.049 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.049 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.049 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.049 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.049 INFO kablam! Sep 17 21:02:20.050 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.050 INFO kablam! --> src/base/alias_slice.rs:121:5 Sep 17 21:02:20.050 INFO kablam! | Sep 17 21:02:20.050 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.050 INFO kablam! | Sep 17 21:02:20.050 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.050 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.050 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.050 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.050 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.050 INFO kablam! Sep 17 21:02:20.050 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.050 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:20.050 INFO kablam! | Sep 17 21:02:20.050 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.050 INFO kablam! | Sep 17 21:02:20.050 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.050 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.051 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.051 INFO kablam! Sep 17 21:02:20.051 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.051 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:20.051 INFO kablam! | Sep 17 21:02:20.051 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.051 INFO kablam! | Sep 17 21:02:20.051 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.051 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.051 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.052 INFO kablam! Sep 17 21:02:20.052 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.052 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:20.052 INFO kablam! | Sep 17 21:02:20.052 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.052 INFO kablam! | Sep 17 21:02:20.053 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.053 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.053 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.053 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.053 INFO kablam! Sep 17 21:02:20.053 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.053 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:20.053 INFO kablam! | Sep 17 21:02:20.053 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.053 INFO kablam! | Sep 17 21:02:20.053 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.053 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.053 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.053 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.053 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.053 INFO kablam! Sep 17 21:02:20.054 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.054 INFO kablam! --> src/base/alias_slice.rs:125:5 Sep 17 21:02:20.054 INFO kablam! | Sep 17 21:02:20.054 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.054 INFO kablam! | Sep 17 21:02:20.054 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.054 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.054 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.054 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.054 INFO kablam! Sep 17 21:02:20.054 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.054 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:20.054 INFO kablam! | Sep 17 21:02:20.054 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.054 INFO kablam! | Sep 17 21:02:20.054 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.055 INFO kablam! Sep 17 21:02:20.055 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.055 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:20.055 INFO kablam! | Sep 17 21:02:20.055 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.055 INFO kablam! | Sep 17 21:02:20.055 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.055 INFO kablam! Sep 17 21:02:20.055 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.055 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:20.055 INFO kablam! | Sep 17 21:02:20.056 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.056 INFO kablam! | Sep 17 21:02:20.056 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.056 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.056 INFO kablam! Sep 17 21:02:20.056 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.056 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:20.056 INFO kablam! | Sep 17 21:02:20.056 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.056 INFO kablam! | Sep 17 21:02:20.056 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.057 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.057 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.058 INFO kablam! Sep 17 21:02:20.058 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.059 INFO kablam! --> src/base/alias_slice.rs:128:5 Sep 17 21:02:20.059 INFO kablam! | Sep 17 21:02:20.059 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.059 INFO kablam! | Sep 17 21:02:20.059 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.059 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.059 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.059 INFO kablam! Sep 17 21:02:20.059 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.059 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:20.059 INFO kablam! | Sep 17 21:02:20.059 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.059 INFO kablam! | Sep 17 21:02:20.059 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.059 INFO kablam! Sep 17 21:02:20.059 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.059 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:20.059 INFO kablam! | Sep 17 21:02:20.060 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.060 INFO kablam! | Sep 17 21:02:20.060 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.060 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.060 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.060 INFO kablam! Sep 17 21:02:20.060 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.060 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:20.060 INFO kablam! | Sep 17 21:02:20.060 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.060 INFO kablam! | Sep 17 21:02:20.060 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.060 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.060 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.060 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.060 INFO kablam! Sep 17 21:02:20.061 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.061 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:20.061 INFO kablam! | Sep 17 21:02:20.061 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.061 INFO kablam! | Sep 17 21:02:20.061 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.061 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.061 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.061 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.061 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.061 INFO kablam! Sep 17 21:02:20.062 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.062 INFO kablam! --> src/base/alias_slice.rs:131:5 Sep 17 21:02:20.062 INFO kablam! | Sep 17 21:02:20.062 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.062 INFO kablam! | Sep 17 21:02:20.062 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.062 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.062 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.062 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.062 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.062 INFO kablam! Sep 17 21:02:20.062 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.062 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:20.062 INFO kablam! | Sep 17 21:02:20.062 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.062 INFO kablam! | Sep 17 21:02:20.063 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.063 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.063 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.063 INFO kablam! Sep 17 21:02:20.063 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.063 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:20.063 INFO kablam! | Sep 17 21:02:20.063 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.063 INFO kablam! | Sep 17 21:02:20.063 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.063 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.063 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.063 INFO kablam! Sep 17 21:02:20.063 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.063 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:20.064 INFO kablam! | Sep 17 21:02:20.064 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.064 INFO kablam! | Sep 17 21:02:20.064 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.064 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.065 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.065 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.065 INFO kablam! Sep 17 21:02:20.066 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.066 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:20.066 INFO kablam! | Sep 17 21:02:20.066 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.066 INFO kablam! | Sep 17 21:02:20.066 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.066 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.066 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.066 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.066 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.066 INFO kablam! Sep 17 21:02:20.066 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.066 INFO kablam! --> src/base/alias_slice.rs:134:5 Sep 17 21:02:20.066 INFO kablam! | Sep 17 21:02:20.066 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.066 INFO kablam! | Sep 17 21:02:20.067 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.067 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.067 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.067 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.067 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.067 INFO kablam! Sep 17 21:02:20.067 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.068 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:20.068 INFO kablam! | Sep 17 21:02:20.068 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:20.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.068 INFO kablam! | Sep 17 21:02:20.068 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.068 INFO kablam! Sep 17 21:02:20.068 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.068 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:20.068 INFO kablam! | Sep 17 21:02:20.068 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:20.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.068 INFO kablam! | Sep 17 21:02:20.068 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.068 INFO kablam! Sep 17 21:02:20.068 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.068 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:20.068 INFO kablam! | Sep 17 21:02:20.068 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:20.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.069 INFO kablam! | Sep 17 21:02:20.069 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.069 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.070 INFO kablam! Sep 17 21:02:20.071 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.071 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:20.071 INFO kablam! | Sep 17 21:02:20.071 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:20.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.071 INFO kablam! | Sep 17 21:02:20.071 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.071 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.071 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.071 INFO kablam! Sep 17 21:02:20.071 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.071 INFO kablam! --> src/base/alias_slice.rs:137:5 Sep 17 21:02:20.071 INFO kablam! | Sep 17 21:02:20.071 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:20.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.071 INFO kablam! | Sep 17 21:02:20.071 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.071 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.071 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.071 INFO kablam! Sep 17 21:02:20.072 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.072 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:20.072 INFO kablam! | Sep 17 21:02:20.072 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.072 INFO kablam! | Sep 17 21:02:20.072 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.072 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.072 INFO kablam! Sep 17 21:02:20.072 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.072 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:20.072 INFO kablam! | Sep 17 21:02:20.072 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.073 INFO kablam! | Sep 17 21:02:20.073 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.073 INFO kablam! Sep 17 21:02:20.074 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.074 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:20.074 INFO kablam! | Sep 17 21:02:20.074 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.075 INFO kablam! | Sep 17 21:02:20.075 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.075 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.075 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.075 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.075 INFO kablam! Sep 17 21:02:20.075 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.075 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:20.075 INFO kablam! | Sep 17 21:02:20.075 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.075 INFO kablam! | Sep 17 21:02:20.075 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.075 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.075 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.075 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.075 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.075 INFO kablam! Sep 17 21:02:20.075 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.075 INFO kablam! --> src/base/alias_slice.rs:141:5 Sep 17 21:02:20.076 INFO kablam! | Sep 17 21:02:20.076 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.076 INFO kablam! | Sep 17 21:02:20.076 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.076 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.076 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.076 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.076 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.076 INFO kablam! Sep 17 21:02:20.076 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.077 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:20.077 INFO kablam! | Sep 17 21:02:20.077 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.077 INFO kablam! | Sep 17 21:02:20.077 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.077 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.077 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.077 INFO kablam! Sep 17 21:02:20.077 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.077 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:20.077 INFO kablam! | Sep 17 21:02:20.077 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.077 INFO kablam! | Sep 17 21:02:20.077 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.078 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.078 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.078 INFO kablam! Sep 17 21:02:20.078 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.078 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:20.078 INFO kablam! | Sep 17 21:02:20.078 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.078 INFO kablam! | Sep 17 21:02:20.078 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.078 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.078 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.078 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.078 INFO kablam! Sep 17 21:02:20.078 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.078 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:20.078 INFO kablam! | Sep 17 21:02:20.078 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.078 INFO kablam! | Sep 17 21:02:20.078 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.078 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.078 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.078 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.079 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.079 INFO kablam! Sep 17 21:02:20.079 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.079 INFO kablam! --> src/base/alias_slice.rs:144:5 Sep 17 21:02:20.079 INFO kablam! | Sep 17 21:02:20.079 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.080 INFO kablam! | Sep 17 21:02:20.080 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.080 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.080 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.080 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.080 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.080 INFO kablam! Sep 17 21:02:20.080 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.080 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:20.080 INFO kablam! | Sep 17 21:02:20.080 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.080 INFO kablam! | Sep 17 21:02:20.080 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.080 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.080 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.080 INFO kablam! Sep 17 21:02:20.080 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.080 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:20.080 INFO kablam! | Sep 17 21:02:20.080 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:20.080 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.080 INFO kablam! | Sep 17 21:02:20.081 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.081 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.081 INFO kablam! Sep 17 21:02:20.081 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.081 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:20.081 INFO kablam! | Sep 17 21:02:20.081 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:20.081 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.081 INFO kablam! | Sep 17 21:02:20.081 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.081 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.081 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.081 INFO kablam! Sep 17 21:02:20.081 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.081 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:20.081 INFO kablam! | Sep 17 21:02:20.081 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:20.081 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.081 INFO kablam! | Sep 17 21:02:20.081 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.081 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.081 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.081 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:20.081 INFO kablam! | Sep 17 21:02:20.081 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.081 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.081 INFO kablam! Sep 17 21:02:20.081 INFO kablam! | Sep 17 21:02:20.081 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.082 INFO kablam! Sep 17 21:02:20.082 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.082 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:20.082 INFO kablam! | Sep 17 21:02:20.082 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.082 INFO kablam! | Sep 17 21:02:20.082 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.082 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.083 INFO kablam! Sep 17 21:02:20.083 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.083 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:20.083 INFO kablam! | Sep 17 21:02:20.083 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:20.083 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.083 INFO kablam! | Sep 17 21:02:20.083 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.083 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.083 INFO kablam! Sep 17 21:02:20.083 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.083 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:20.083 INFO kablam! | Sep 17 21:02:20.083 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:20.083 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.083 INFO kablam! | Sep 17 21:02:20.083 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.083 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.084 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.084 INFO kablam! Sep 17 21:02:20.084 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.084 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:20.084 INFO kablam! | Sep 17 21:02:20.084 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:20.084 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.084 INFO kablam! | Sep 17 21:02:20.084 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.084 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.084 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.084 INFO kablam! Sep 17 21:02:20.084 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.084 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:20.084 INFO kablam! | Sep 17 21:02:20.084 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.084 INFO kablam! | Sep 17 21:02:20.084 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.085 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.085 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.085 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.085 INFO kablam! Sep 17 21:02:20.086 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.086 INFO kablam! --> src/base/alias_slice.rs:147:5 Sep 17 21:02:20.086 INFO kablam! | Sep 17 21:02:20.086 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.086 INFO kablam! | Sep 17 21:02:20.086 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.086 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.087 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.087 INFO kablam! Sep 17 21:02:20.088 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.088 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:20.088 INFO kablam! | Sep 17 21:02:20.088 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.088 INFO kablam! | Sep 17 21:02:20.088 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.088 INFO kablam! Sep 17 21:02:20.088 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.088 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:20.088 INFO kablam! | Sep 17 21:02:20.088 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.088 INFO kablam! | Sep 17 21:02:20.089 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.089 INFO kablam! Sep 17 21:02:20.089 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.089 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:20.089 INFO kablam! | Sep 17 21:02:20.089 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.089 INFO kablam! | Sep 17 21:02:20.089 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.090 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.090 INFO kablam! Sep 17 21:02:20.090 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.090 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:20.090 INFO kablam! | Sep 17 21:02:20.090 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.090 INFO kablam! | Sep 17 21:02:20.090 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.091 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.091 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.091 INFO kablam! Sep 17 21:02:20.091 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.091 INFO kablam! --> src/base/alias_slice.rs:150:5 Sep 17 21:02:20.091 INFO kablam! | Sep 17 21:02:20.091 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.091 INFO kablam! | Sep 17 21:02:20.091 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.091 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.091 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.092 INFO kablam! Sep 17 21:02:20.092 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.092 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:20.092 INFO kablam! | Sep 17 21:02:20.092 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.092 INFO kablam! | Sep 17 21:02:20.092 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.093 INFO kablam! Sep 17 21:02:20.093 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.093 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:20.093 INFO kablam! | Sep 17 21:02:20.093 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.093 INFO kablam! | Sep 17 21:02:20.093 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.093 INFO kablam! Sep 17 21:02:20.093 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.093 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:20.093 INFO kablam! | Sep 17 21:02:20.093 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.093 INFO kablam! | Sep 17 21:02:20.093 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.093 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.093 INFO kablam! Sep 17 21:02:20.094 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.094 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:20.094 INFO kablam! | Sep 17 21:02:20.094 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.094 INFO kablam! | Sep 17 21:02:20.094 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.094 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.094 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.094 INFO kablam! Sep 17 21:02:20.094 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.094 INFO kablam! --> src/base/alias_slice.rs:153:5 Sep 17 21:02:20.094 INFO kablam! | Sep 17 21:02:20.094 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.094 INFO kablam! | Sep 17 21:02:20.095 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.095 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.095 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.095 INFO kablam! Sep 17 21:02:20.095 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.095 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:20.095 INFO kablam! | Sep 17 21:02:20.095 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.095 INFO kablam! | Sep 17 21:02:20.096 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.096 INFO kablam! Sep 17 21:02:20.096 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.096 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:20.096 INFO kablam! | Sep 17 21:02:20.096 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.096 INFO kablam! | Sep 17 21:02:20.096 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.096 INFO kablam! Sep 17 21:02:20.096 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.096 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:20.096 INFO kablam! | Sep 17 21:02:20.096 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.096 INFO kablam! | Sep 17 21:02:20.096 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.096 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.097 INFO kablam! Sep 17 21:02:20.097 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.097 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:20.097 INFO kablam! | Sep 17 21:02:20.097 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.097 INFO kablam! | Sep 17 21:02:20.097 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.097 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.097 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.097 INFO kablam! Sep 17 21:02:20.097 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.097 INFO kablam! --> src/base/alias_slice.rs:156:5 Sep 17 21:02:20.097 INFO kablam! | Sep 17 21:02:20.097 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.097 INFO kablam! | Sep 17 21:02:20.097 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.097 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.098 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.098 INFO kablam! Sep 17 21:02:20.098 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.098 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:20.098 INFO kablam! | Sep 17 21:02:20.098 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.098 INFO kablam! | Sep 17 21:02:20.098 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.098 INFO kablam! Sep 17 21:02:20.099 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.099 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:20.099 INFO kablam! | Sep 17 21:02:20.099 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.099 INFO kablam! | Sep 17 21:02:20.099 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.099 INFO kablam! Sep 17 21:02:20.099 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.099 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:20.099 INFO kablam! | Sep 17 21:02:20.099 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.099 INFO kablam! | Sep 17 21:02:20.099 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.099 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.099 INFO kablam! Sep 17 21:02:20.099 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.099 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:20.099 INFO kablam! | Sep 17 21:02:20.099 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.099 INFO kablam! | Sep 17 21:02:20.099 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.099 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.099 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.100 INFO kablam! Sep 17 21:02:20.100 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.100 INFO kablam! --> src/base/alias_slice.rs:160:5 Sep 17 21:02:20.100 INFO kablam! | Sep 17 21:02:20.100 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.100 INFO kablam! | Sep 17 21:02:20.100 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.100 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.100 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.100 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.100 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.100 INFO kablam! Sep 17 21:02:20.101 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.101 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:20.101 INFO kablam! | Sep 17 21:02:20.101 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.101 INFO kablam! | Sep 17 21:02:20.101 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.101 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.101 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.101 INFO kablam! Sep 17 21:02:20.101 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.101 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:20.101 INFO kablam! | Sep 17 21:02:20.101 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.101 INFO kablam! | Sep 17 21:02:20.101 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.101 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.101 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.101 INFO kablam! Sep 17 21:02:20.101 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.101 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:20.101 INFO kablam! | Sep 17 21:02:20.102 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.102 INFO kablam! | Sep 17 21:02:20.102 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.102 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.102 INFO kablam! Sep 17 21:02:20.102 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.102 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:20.102 INFO kablam! | Sep 17 21:02:20.102 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.102 INFO kablam! | Sep 17 21:02:20.102 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.102 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.102 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.102 INFO kablam! Sep 17 21:02:20.102 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.102 INFO kablam! --> src/base/alias_slice.rs:163:5 Sep 17 21:02:20.102 INFO kablam! | Sep 17 21:02:20.102 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.102 INFO kablam! | Sep 17 21:02:20.102 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.102 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.102 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.103 INFO kablam! Sep 17 21:02:20.103 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.103 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:20.103 INFO kablam! | Sep 17 21:02:20.103 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.103 INFO kablam! | Sep 17 21:02:20.103 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.103 INFO kablam! Sep 17 21:02:20.103 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.103 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:20.104 INFO kablam! | Sep 17 21:02:20.104 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.104 INFO kablam! | Sep 17 21:02:20.104 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.104 INFO kablam! Sep 17 21:02:20.104 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.104 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:20.104 INFO kablam! | Sep 17 21:02:20.104 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.104 INFO kablam! | Sep 17 21:02:20.104 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.104 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.104 INFO kablam! Sep 17 21:02:20.104 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.104 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:20.104 INFO kablam! | Sep 17 21:02:20.104 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.104 INFO kablam! | Sep 17 21:02:20.104 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.104 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.104 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.104 INFO kablam! Sep 17 21:02:20.105 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.105 INFO kablam! --> src/base/alias_slice.rs:166:5 Sep 17 21:02:20.105 INFO kablam! | Sep 17 21:02:20.105 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.105 INFO kablam! | Sep 17 21:02:20.105 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.105 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.105 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.105 INFO kablam! Sep 17 21:02:20.105 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.105 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:20.105 INFO kablam! | Sep 17 21:02:20.105 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.105 INFO kablam! | Sep 17 21:02:20.105 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.106 INFO kablam! Sep 17 21:02:20.106 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.106 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:20.106 INFO kablam! | Sep 17 21:02:20.106 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.106 INFO kablam! | Sep 17 21:02:20.106 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.106 INFO kablam! Sep 17 21:02:20.106 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.106 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:20.106 INFO kablam! | Sep 17 21:02:20.106 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.106 INFO kablam! | Sep 17 21:02:20.106 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.106 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.106 INFO kablam! Sep 17 21:02:20.107 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.107 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:20.107 INFO kablam! | Sep 17 21:02:20.107 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.107 INFO kablam! | Sep 17 21:02:20.107 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.107 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.107 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.107 INFO kablam! Sep 17 21:02:20.107 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.107 INFO kablam! --> src/base/alias_slice.rs:169:5 Sep 17 21:02:20.107 INFO kablam! | Sep 17 21:02:20.107 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.107 INFO kablam! | Sep 17 21:02:20.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.107 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.107 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.107 INFO kablam! Sep 17 21:02:20.108 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.108 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:20.108 INFO kablam! | Sep 17 21:02:20.108 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.108 INFO kablam! | Sep 17 21:02:20.108 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.108 INFO kablam! Sep 17 21:02:20.108 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.108 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:20.108 INFO kablam! | Sep 17 21:02:20.108 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.108 INFO kablam! | Sep 17 21:02:20.108 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.108 INFO kablam! Sep 17 21:02:20.108 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.108 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:20.108 INFO kablam! | Sep 17 21:02:20.108 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.108 INFO kablam! | Sep 17 21:02:20.108 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.108 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.109 INFO kablam! Sep 17 21:02:20.109 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.109 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:20.109 INFO kablam! | Sep 17 21:02:20.109 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.109 INFO kablam! | Sep 17 21:02:20.109 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.109 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.109 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.109 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:20.109 INFO kablam! --> src/geometry/quaternion.rs:346:30 Sep 17 21:02:20.109 INFO kablam! | Sep 17 21:02:20.109 INFO kablam! 346 | pub type UnitQuaternion = Unit>; Sep 17 21:02:20.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:20.109 INFO kablam! | Sep 17 21:02:20.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.109 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:20.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.109 INFO kablam! Sep 17 21:02:20.109 INFO kablam! Sep 17 21:02:20.110 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.110 INFO kablam! --> src/base/alias_slice.rs:172:5 Sep 17 21:02:20.110 INFO kablam! | Sep 17 21:02:20.110 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.110 INFO kablam! | Sep 17 21:02:20.110 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.110 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.110 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.110 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.110 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.110 INFO kablam! Sep 17 21:02:20.110 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.110 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:20.110 INFO kablam! | Sep 17 21:02:20.110 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.110 INFO kablam! | Sep 17 21:02:20.110 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.110 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.110 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.110 INFO kablam! Sep 17 21:02:20.110 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.110 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:20.110 INFO kablam! | Sep 17 21:02:20.110 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.110 INFO kablam! | Sep 17 21:02:20.110 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.110 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.110 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.110 INFO kablam! Sep 17 21:02:20.111 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.111 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:20.111 INFO kablam! | Sep 17 21:02:20.111 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.111 INFO kablam! | Sep 17 21:02:20.111 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.111 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.111 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.111 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.111 INFO kablam! Sep 17 21:02:20.111 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.111 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:20.111 INFO kablam! | Sep 17 21:02:20.111 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.111 INFO kablam! | Sep 17 21:02:20.111 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.111 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.111 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.111 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.111 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.111 INFO kablam! Sep 17 21:02:20.112 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.112 INFO kablam! --> src/base/alias_slice.rs:175:5 Sep 17 21:02:20.112 INFO kablam! | Sep 17 21:02:20.112 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.112 INFO kablam! | Sep 17 21:02:20.112 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.112 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.112 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.112 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.112 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.112 INFO kablam! Sep 17 21:02:20.112 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:20.112 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:20.112 INFO kablam! | Sep 17 21:02:20.112 INFO kablam! 179 | Matrix>; Sep 17 21:02:20.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:20.112 INFO kablam! | Sep 17 21:02:20.112 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:20.112 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.113 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.113 INFO kablam! Sep 17 21:02:20.113 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.113 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:20.113 INFO kablam! | Sep 17 21:02:20.113 INFO kablam! 179 | Matrix>; Sep 17 21:02:20.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.113 INFO kablam! | Sep 17 21:02:20.113 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.113 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.113 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.113 INFO kablam! Sep 17 21:02:20.113 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.113 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:20.113 INFO kablam! | Sep 17 21:02:20.113 INFO kablam! 179 | Matrix>; Sep 17 21:02:20.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.113 INFO kablam! | Sep 17 21:02:20.113 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.113 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.113 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.113 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.113 INFO kablam! Sep 17 21:02:20.113 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.113 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:20.113 INFO kablam! | Sep 17 21:02:20.113 INFO kablam! 179 | Matrix>; Sep 17 21:02:20.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.114 INFO kablam! | Sep 17 21:02:20.114 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.114 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.114 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.114 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.114 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.114 INFO kablam! Sep 17 21:02:20.114 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.114 INFO kablam! --> src/base/alias_slice.rs:179:5 Sep 17 21:02:20.114 INFO kablam! | Sep 17 21:02:20.114 INFO kablam! 179 | Matrix>; Sep 17 21:02:20.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.114 INFO kablam! | Sep 17 21:02:20.114 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.114 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.114 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.114 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.114 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.115 INFO kablam! Sep 17 21:02:20.115 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.115 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:20.115 INFO kablam! | Sep 17 21:02:20.115 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.115 INFO kablam! | Sep 17 21:02:20.115 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.115 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.115 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.115 INFO kablam! Sep 17 21:02:20.115 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.115 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:20.115 INFO kablam! | Sep 17 21:02:20.115 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.115 INFO kablam! | Sep 17 21:02:20.115 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.115 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.115 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.115 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.115 INFO kablam! Sep 17 21:02:20.116 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.116 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:20.116 INFO kablam! | Sep 17 21:02:20.116 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.116 INFO kablam! | Sep 17 21:02:20.116 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.116 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.116 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.116 INFO kablam! Sep 17 21:02:20.116 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.116 INFO kablam! --> src/base/alias_slice.rs:182:45 Sep 17 21:02:20.116 INFO kablam! | Sep 17 21:02:20.116 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.116 INFO kablam! | Sep 17 21:02:20.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.116 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.116 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.116 INFO kablam! Sep 17 21:02:20.117 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.117 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:20.117 INFO kablam! | Sep 17 21:02:20.117 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:20.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.117 INFO kablam! | Sep 17 21:02:20.117 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.117 INFO kablam! Sep 17 21:02:20.117 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.117 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:20.117 INFO kablam! | Sep 17 21:02:20.117 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:20.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.117 INFO kablam! | Sep 17 21:02:20.117 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.117 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.117 INFO kablam! Sep 17 21:02:20.117 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.117 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:20.117 INFO kablam! | Sep 17 21:02:20.117 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:20.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.117 INFO kablam! | Sep 17 21:02:20.117 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.117 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.118 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.118 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.118 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.118 INFO kablam! Sep 17 21:02:20.118 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.118 INFO kablam! --> src/base/alias_slice.rs:185:45 Sep 17 21:02:20.118 INFO kablam! | Sep 17 21:02:20.118 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:20.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.118 INFO kablam! | Sep 17 21:02:20.118 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.118 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.118 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.118 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.118 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.118 INFO kablam! Sep 17 21:02:20.118 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.118 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:20.118 INFO kablam! | Sep 17 21:02:20.119 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:20.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.119 INFO kablam! | Sep 17 21:02:20.119 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.119 INFO kablam! Sep 17 21:02:20.119 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.119 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:20.119 INFO kablam! | Sep 17 21:02:20.119 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:20.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.119 INFO kablam! | Sep 17 21:02:20.119 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.119 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.119 INFO kablam! Sep 17 21:02:20.119 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.119 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:20.119 INFO kablam! | Sep 17 21:02:20.119 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:20.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.119 INFO kablam! | Sep 17 21:02:20.119 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.119 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.119 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.119 INFO kablam! Sep 17 21:02:20.120 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.120 INFO kablam! --> src/base/alias_slice.rs:187:45 Sep 17 21:02:20.120 INFO kablam! | Sep 17 21:02:20.120 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:20.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.120 INFO kablam! | Sep 17 21:02:20.120 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.120 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.120 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.120 INFO kablam! Sep 17 21:02:20.120 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.120 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:20.120 INFO kablam! | Sep 17 21:02:20.120 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:20.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.120 INFO kablam! | Sep 17 21:02:20.120 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.120 INFO kablam! Sep 17 21:02:20.120 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.121 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:20.121 INFO kablam! | Sep 17 21:02:20.121 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:20.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.121 INFO kablam! | Sep 17 21:02:20.121 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.121 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.121 INFO kablam! Sep 17 21:02:20.121 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.121 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:20.121 INFO kablam! | Sep 17 21:02:20.121 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:20.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.121 INFO kablam! | Sep 17 21:02:20.121 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.121 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.121 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.121 INFO kablam! Sep 17 21:02:20.122 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.122 INFO kablam! --> src/base/alias_slice.rs:189:45 Sep 17 21:02:20.122 INFO kablam! | Sep 17 21:02:20.122 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:20.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.122 INFO kablam! | Sep 17 21:02:20.122 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.122 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.122 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.122 INFO kablam! Sep 17 21:02:20.122 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.122 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:20.122 INFO kablam! | Sep 17 21:02:20.122 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:20.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.122 INFO kablam! | Sep 17 21:02:20.122 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.122 INFO kablam! Sep 17 21:02:20.122 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.122 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:20.122 INFO kablam! | Sep 17 21:02:20.122 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:20.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.123 INFO kablam! | Sep 17 21:02:20.123 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.123 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.123 INFO kablam! Sep 17 21:02:20.123 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.123 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:20.123 INFO kablam! | Sep 17 21:02:20.123 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:20.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.123 INFO kablam! | Sep 17 21:02:20.123 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.123 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.123 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.123 INFO kablam! Sep 17 21:02:20.124 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.124 INFO kablam! --> src/base/alias_slice.rs:191:45 Sep 17 21:02:20.124 INFO kablam! | Sep 17 21:02:20.124 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:20.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.124 INFO kablam! | Sep 17 21:02:20.124 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.124 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.124 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.124 INFO kablam! Sep 17 21:02:20.124 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.124 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:20.124 INFO kablam! | Sep 17 21:02:20.124 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:20.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.124 INFO kablam! | Sep 17 21:02:20.124 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.124 INFO kablam! Sep 17 21:02:20.124 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.124 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:20.124 INFO kablam! | Sep 17 21:02:20.124 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:20.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.124 INFO kablam! | Sep 17 21:02:20.124 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.124 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.125 INFO kablam! Sep 17 21:02:20.125 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.125 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:20.125 INFO kablam! | Sep 17 21:02:20.125 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:20.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.125 INFO kablam! | Sep 17 21:02:20.125 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.125 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.125 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.125 INFO kablam! Sep 17 21:02:20.126 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.126 INFO kablam! --> src/base/alias_slice.rs:193:45 Sep 17 21:02:20.126 INFO kablam! | Sep 17 21:02:20.126 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:20.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.126 INFO kablam! | Sep 17 21:02:20.126 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.126 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.126 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.126 INFO kablam! Sep 17 21:02:20.126 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.126 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:20.126 INFO kablam! | Sep 17 21:02:20.126 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:20.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.126 INFO kablam! | Sep 17 21:02:20.126 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.126 INFO kablam! Sep 17 21:02:20.126 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.126 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:20.126 INFO kablam! | Sep 17 21:02:20.126 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:20.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.126 INFO kablam! | Sep 17 21:02:20.126 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.126 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.126 INFO kablam! Sep 17 21:02:20.127 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.127 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:20.127 INFO kablam! | Sep 17 21:02:20.127 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:20.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.127 INFO kablam! | Sep 17 21:02:20.127 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.127 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.127 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.127 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.127 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.127 INFO kablam! Sep 17 21:02:20.128 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.128 INFO kablam! --> src/base/alias_slice.rs:195:45 Sep 17 21:02:20.128 INFO kablam! | Sep 17 21:02:20.128 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:20.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.128 INFO kablam! | Sep 17 21:02:20.128 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.128 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.128 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.128 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.128 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.128 INFO kablam! Sep 17 21:02:20.128 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:20.128 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:20.128 INFO kablam! | Sep 17 21:02:20.128 INFO kablam! 206 | Matrix>; Sep 17 21:02:20.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:20.128 INFO kablam! | Sep 17 21:02:20.128 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:20.128 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.128 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.128 INFO kablam! Sep 17 21:02:20.128 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:20.128 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:20.128 INFO kablam! | Sep 17 21:02:20.128 INFO kablam! 206 | Matrix>; Sep 17 21:02:20.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:20.128 INFO kablam! | Sep 17 21:02:20.128 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:20.128 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.128 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.128 INFO kablam! Sep 17 21:02:20.129 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.129 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:20.129 INFO kablam! | Sep 17 21:02:20.129 INFO kablam! 206 | Matrix>; Sep 17 21:02:20.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.129 INFO kablam! | Sep 17 21:02:20.129 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.129 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.129 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.129 INFO kablam! Sep 17 21:02:20.129 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.129 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:20.129 INFO kablam! | Sep 17 21:02:20.129 INFO kablam! 206 | Matrix>; Sep 17 21:02:20.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.129 INFO kablam! | Sep 17 21:02:20.129 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.129 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.129 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.129 INFO kablam! Sep 17 21:02:20.129 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.129 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:20.129 INFO kablam! | Sep 17 21:02:20.129 INFO kablam! 206 | Matrix>; Sep 17 21:02:20.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.129 INFO kablam! | Sep 17 21:02:20.129 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.129 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.129 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.130 INFO kablam! Sep 17 21:02:20.130 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.130 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:20.130 INFO kablam! | Sep 17 21:02:20.130 INFO kablam! 206 | Matrix>; Sep 17 21:02:20.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.130 INFO kablam! | Sep 17 21:02:20.130 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.130 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.130 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.130 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.130 INFO kablam! Sep 17 21:02:20.130 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.130 INFO kablam! --> src/base/alias_slice.rs:206:5 Sep 17 21:02:20.130 INFO kablam! | Sep 17 21:02:20.130 INFO kablam! 206 | Matrix>; Sep 17 21:02:20.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.131 INFO kablam! | Sep 17 21:02:20.131 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.131 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.131 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.131 INFO kablam! Sep 17 21:02:20.131 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:20.131 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:20.131 INFO kablam! | Sep 17 21:02:20.131 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:20.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:20.131 INFO kablam! | Sep 17 21:02:20.131 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:20.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.131 INFO kablam! Sep 17 21:02:20.131 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.131 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:20.131 INFO kablam! | Sep 17 21:02:20.131 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:20.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.131 INFO kablam! | Sep 17 21:02:20.131 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.132 INFO kablam! Sep 17 21:02:20.132 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.132 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:20.132 INFO kablam! | Sep 17 21:02:20.132 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:20.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.132 INFO kablam! | Sep 17 21:02:20.132 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.132 INFO kablam! Sep 17 21:02:20.132 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.132 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:20.132 INFO kablam! | Sep 17 21:02:20.132 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:20.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.132 INFO kablam! | Sep 17 21:02:20.132 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.132 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.132 INFO kablam! Sep 17 21:02:20.132 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.132 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:20.132 INFO kablam! | Sep 17 21:02:20.133 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:20.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.133 INFO kablam! | Sep 17 21:02:20.133 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.133 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.133 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.133 INFO kablam! Sep 17 21:02:20.133 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.133 INFO kablam! --> src/base/alias_slice.rs:210:5 Sep 17 21:02:20.133 INFO kablam! | Sep 17 21:02:20.133 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:20.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.133 INFO kablam! | Sep 17 21:02:20.133 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.133 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.133 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.133 INFO kablam! Sep 17 21:02:20.134 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.134 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:20.134 INFO kablam! | Sep 17 21:02:20.134 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:20.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.134 INFO kablam! | Sep 17 21:02:20.134 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.134 INFO kablam! Sep 17 21:02:20.134 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.134 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:20.135 INFO kablam! | Sep 17 21:02:20.135 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:20.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.135 INFO kablam! | Sep 17 21:02:20.135 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.135 INFO kablam! Sep 17 21:02:20.135 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.135 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:20.135 INFO kablam! | Sep 17 21:02:20.135 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:20.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.135 INFO kablam! | Sep 17 21:02:20.135 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.135 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.135 INFO kablam! Sep 17 21:02:20.136 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.136 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:20.136 INFO kablam! | Sep 17 21:02:20.136 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:20.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.136 INFO kablam! | Sep 17 21:02:20.136 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.136 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.136 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.136 INFO kablam! Sep 17 21:02:20.136 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.136 INFO kablam! --> src/base/alias_slice.rs:214:5 Sep 17 21:02:20.136 INFO kablam! | Sep 17 21:02:20.136 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:20.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.136 INFO kablam! | Sep 17 21:02:20.136 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.136 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.137 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.137 INFO kablam! Sep 17 21:02:20.137 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.137 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:20.137 INFO kablam! | Sep 17 21:02:20.137 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:20.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.137 INFO kablam! | Sep 17 21:02:20.138 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.138 INFO kablam! Sep 17 21:02:20.138 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.138 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:20.138 INFO kablam! | Sep 17 21:02:20.138 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:20.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.138 INFO kablam! | Sep 17 21:02:20.138 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.138 INFO kablam! Sep 17 21:02:20.139 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.139 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:20.139 INFO kablam! | Sep 17 21:02:20.139 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:20.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.139 INFO kablam! | Sep 17 21:02:20.139 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.139 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.139 INFO kablam! Sep 17 21:02:20.139 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.139 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:20.139 INFO kablam! | Sep 17 21:02:20.139 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:20.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.139 INFO kablam! | Sep 17 21:02:20.139 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.139 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.139 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.140 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.140 INFO kablam! Sep 17 21:02:20.140 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.140 INFO kablam! --> src/base/alias_slice.rs:218:5 Sep 17 21:02:20.140 INFO kablam! | Sep 17 21:02:20.140 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:20.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.140 INFO kablam! | Sep 17 21:02:20.141 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.141 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.141 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.141 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.141 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.141 INFO kablam! Sep 17 21:02:20.142 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.142 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:20.142 INFO kablam! | Sep 17 21:02:20.142 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:20.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.142 INFO kablam! | Sep 17 21:02:20.142 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.142 INFO kablam! Sep 17 21:02:20.142 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.142 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:20.142 INFO kablam! | Sep 17 21:02:20.142 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:20.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.142 INFO kablam! | Sep 17 21:02:20.143 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.143 INFO kablam! Sep 17 21:02:20.143 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.143 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:20.143 INFO kablam! | Sep 17 21:02:20.143 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:20.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.143 INFO kablam! | Sep 17 21:02:20.144 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.144 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.144 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.144 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.144 INFO kablam! Sep 17 21:02:20.145 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.145 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:20.145 INFO kablam! | Sep 17 21:02:20.145 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:20.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.145 INFO kablam! | Sep 17 21:02:20.145 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.145 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.145 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.145 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.146 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.146 INFO kablam! Sep 17 21:02:20.146 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.146 INFO kablam! --> src/base/alias_slice.rs:221:5 Sep 17 21:02:20.146 INFO kablam! | Sep 17 21:02:20.146 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:20.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.146 INFO kablam! | Sep 17 21:02:20.146 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.147 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.147 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.147 INFO kablam! Sep 17 21:02:20.148 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.148 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:20.148 INFO kablam! | Sep 17 21:02:20.149 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:20.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.149 INFO kablam! | Sep 17 21:02:20.149 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.149 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.150 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.150 INFO kablam! Sep 17 21:02:20.150 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.150 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:20.150 INFO kablam! | Sep 17 21:02:20.151 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:20.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.151 INFO kablam! | Sep 17 21:02:20.151 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.151 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.151 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.151 INFO kablam! Sep 17 21:02:20.152 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.152 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:20.152 INFO kablam! | Sep 17 21:02:20.152 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:20.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.152 INFO kablam! | Sep 17 21:02:20.153 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.153 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.153 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.153 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.153 INFO kablam! Sep 17 21:02:20.153 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.154 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:20.154 INFO kablam! | Sep 17 21:02:20.154 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:20.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.154 INFO kablam! | Sep 17 21:02:20.154 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.154 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.155 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.155 INFO kablam! Sep 17 21:02:20.155 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.155 INFO kablam! --> src/base/alias_slice.rs:224:5 Sep 17 21:02:20.155 INFO kablam! | Sep 17 21:02:20.155 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:20.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.155 INFO kablam! | Sep 17 21:02:20.155 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.155 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.156 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.156 INFO kablam! Sep 17 21:02:20.157 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.157 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:20.157 INFO kablam! | Sep 17 21:02:20.157 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:20.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.157 INFO kablam! | Sep 17 21:02:20.157 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.157 INFO kablam! Sep 17 21:02:20.157 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.157 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:20.157 INFO kablam! | Sep 17 21:02:20.157 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:20.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.157 INFO kablam! | Sep 17 21:02:20.158 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.158 INFO kablam! Sep 17 21:02:20.158 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.158 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:20.158 INFO kablam! | Sep 17 21:02:20.158 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:20.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.158 INFO kablam! | Sep 17 21:02:20.158 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.158 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.159 INFO kablam! Sep 17 21:02:20.159 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.159 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:20.159 INFO kablam! | Sep 17 21:02:20.159 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.159 INFO kablam! | Sep 17 21:02:20.159 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.159 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.159 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.160 INFO kablam! Sep 17 21:02:20.160 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.160 INFO kablam! --> src/base/alias_slice.rs:227:5 Sep 17 21:02:20.160 INFO kablam! | Sep 17 21:02:20.160 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:20.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.160 INFO kablam! | Sep 17 21:02:20.160 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.160 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.160 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.161 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.161 INFO kablam! Sep 17 21:02:20.161 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.161 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:20.161 INFO kablam! | Sep 17 21:02:20.161 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:20.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.161 INFO kablam! | Sep 17 21:02:20.161 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.161 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.161 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.161 INFO kablam! Sep 17 21:02:20.161 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.161 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:20.161 INFO kablam! | Sep 17 21:02:20.161 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:20.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.161 INFO kablam! | Sep 17 21:02:20.162 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.162 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.162 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.162 INFO kablam! Sep 17 21:02:20.162 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.162 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:20.162 INFO kablam! | Sep 17 21:02:20.162 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:20.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.162 INFO kablam! | Sep 17 21:02:20.162 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.162 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.162 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.162 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.162 INFO kablam! Sep 17 21:02:20.163 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.163 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:20.163 INFO kablam! | Sep 17 21:02:20.163 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:20.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.163 INFO kablam! | Sep 17 21:02:20.163 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.163 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.163 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.163 INFO kablam! Sep 17 21:02:20.163 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.163 INFO kablam! --> src/base/alias_slice.rs:230:5 Sep 17 21:02:20.163 INFO kablam! | Sep 17 21:02:20.163 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:20.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.163 INFO kablam! | Sep 17 21:02:20.163 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.163 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.163 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.164 INFO kablam! Sep 17 21:02:20.164 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.164 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:20.164 INFO kablam! | Sep 17 21:02:20.164 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:20.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.164 INFO kablam! | Sep 17 21:02:20.164 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.164 INFO kablam! Sep 17 21:02:20.165 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.165 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:20.165 INFO kablam! | Sep 17 21:02:20.165 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:20.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.165 INFO kablam! | Sep 17 21:02:20.165 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.165 INFO kablam! Sep 17 21:02:20.165 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.165 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:20.165 INFO kablam! | Sep 17 21:02:20.165 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:20.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.165 INFO kablam! | Sep 17 21:02:20.165 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.165 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.165 INFO kablam! Sep 17 21:02:20.166 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.166 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:20.166 INFO kablam! | Sep 17 21:02:20.166 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:20.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.166 INFO kablam! | Sep 17 21:02:20.166 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.166 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.166 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.166 INFO kablam! Sep 17 21:02:20.166 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.166 INFO kablam! --> src/base/alias_slice.rs:233:5 Sep 17 21:02:20.166 INFO kablam! | Sep 17 21:02:20.166 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:20.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.166 INFO kablam! | Sep 17 21:02:20.166 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.166 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.166 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.167 INFO kablam! Sep 17 21:02:20.167 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.167 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:20.167 INFO kablam! | Sep 17 21:02:20.167 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:20.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.167 INFO kablam! | Sep 17 21:02:20.167 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.167 INFO kablam! Sep 17 21:02:20.168 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.168 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:20.168 INFO kablam! | Sep 17 21:02:20.168 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:20.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.168 INFO kablam! | Sep 17 21:02:20.168 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.168 INFO kablam! Sep 17 21:02:20.168 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.168 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:20.168 INFO kablam! | Sep 17 21:02:20.168 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:20.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.168 INFO kablam! | Sep 17 21:02:20.168 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.168 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.168 INFO kablam! Sep 17 21:02:20.169 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.169 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:20.169 INFO kablam! | Sep 17 21:02:20.169 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:20.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.169 INFO kablam! | Sep 17 21:02:20.169 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.169 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.169 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.169 INFO kablam! Sep 17 21:02:20.169 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.169 INFO kablam! --> src/base/alias_slice.rs:237:5 Sep 17 21:02:20.169 INFO kablam! | Sep 17 21:02:20.169 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:20.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.169 INFO kablam! | Sep 17 21:02:20.169 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.169 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.169 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.170 INFO kablam! Sep 17 21:02:20.170 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.170 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:20.170 INFO kablam! | Sep 17 21:02:20.170 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:20.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.170 INFO kablam! | Sep 17 21:02:20.170 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.170 INFO kablam! Sep 17 21:02:20.171 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.171 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:20.171 INFO kablam! | Sep 17 21:02:20.171 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:20.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.171 INFO kablam! | Sep 17 21:02:20.171 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.171 INFO kablam! Sep 17 21:02:20.171 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.171 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:20.171 INFO kablam! | Sep 17 21:02:20.171 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:20.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.171 INFO kablam! | Sep 17 21:02:20.171 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.171 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.171 INFO kablam! Sep 17 21:02:20.172 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.172 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:20.172 INFO kablam! | Sep 17 21:02:20.172 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:20.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.172 INFO kablam! | Sep 17 21:02:20.172 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.172 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.172 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.172 INFO kablam! Sep 17 21:02:20.172 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.172 INFO kablam! --> src/base/alias_slice.rs:240:5 Sep 17 21:02:20.172 INFO kablam! | Sep 17 21:02:20.172 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:20.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.172 INFO kablam! | Sep 17 21:02:20.172 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.172 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.172 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.173 INFO kablam! Sep 17 21:02:20.173 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.173 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:20.173 INFO kablam! | Sep 17 21:02:20.173 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:20.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.173 INFO kablam! | Sep 17 21:02:20.173 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.173 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.173 INFO kablam! Sep 17 21:02:20.174 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.174 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:20.174 INFO kablam! | Sep 17 21:02:20.174 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:20.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.174 INFO kablam! | Sep 17 21:02:20.174 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.174 INFO kablam! Sep 17 21:02:20.174 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.174 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:20.174 INFO kablam! | Sep 17 21:02:20.174 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:20.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.174 INFO kablam! | Sep 17 21:02:20.174 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.174 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.174 INFO kablam! Sep 17 21:02:20.175 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.175 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:20.175 INFO kablam! | Sep 17 21:02:20.175 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:20.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.175 INFO kablam! | Sep 17 21:02:20.175 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.175 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.175 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.175 INFO kablam! Sep 17 21:02:20.175 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.175 INFO kablam! --> src/base/alias_slice.rs:243:5 Sep 17 21:02:20.175 INFO kablam! | Sep 17 21:02:20.175 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:20.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.176 INFO kablam! | Sep 17 21:02:20.176 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.176 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.176 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.177 INFO kablam! Sep 17 21:02:20.177 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.177 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:20.177 INFO kablam! | Sep 17 21:02:20.177 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:20.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.177 INFO kablam! | Sep 17 21:02:20.177 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.177 INFO kablam! Sep 17 21:02:20.177 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.177 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:20.177 INFO kablam! | Sep 17 21:02:20.177 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:20.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.177 INFO kablam! | Sep 17 21:02:20.178 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.178 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.178 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.178 INFO kablam! Sep 17 21:02:20.178 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.178 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:20.178 INFO kablam! | Sep 17 21:02:20.178 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:20.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.178 INFO kablam! | Sep 17 21:02:20.179 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.179 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.179 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.179 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.179 INFO kablam! Sep 17 21:02:20.179 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.179 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:20.179 INFO kablam! | Sep 17 21:02:20.180 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:20.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.180 INFO kablam! | Sep 17 21:02:20.180 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.180 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.180 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.180 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.181 INFO kablam! Sep 17 21:02:20.181 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.181 INFO kablam! --> src/base/alias_slice.rs:246:5 Sep 17 21:02:20.181 INFO kablam! | Sep 17 21:02:20.181 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:20.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.181 INFO kablam! | Sep 17 21:02:20.181 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.181 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.181 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.181 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.182 INFO kablam! Sep 17 21:02:20.182 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.182 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:20.182 INFO kablam! | Sep 17 21:02:20.182 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:20.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.183 INFO kablam! | Sep 17 21:02:20.183 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.183 INFO kablam! Sep 17 21:02:20.184 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.184 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:20.184 INFO kablam! | Sep 17 21:02:20.184 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:20.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.184 INFO kablam! | Sep 17 21:02:20.184 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.184 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.184 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.185 INFO kablam! Sep 17 21:02:20.185 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.185 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:20.185 INFO kablam! | Sep 17 21:02:20.185 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:20.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.185 INFO kablam! | Sep 17 21:02:20.185 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.185 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.186 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.186 INFO kablam! Sep 17 21:02:20.186 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.186 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:20.186 INFO kablam! | Sep 17 21:02:20.186 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:20.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.186 INFO kablam! | Sep 17 21:02:20.186 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.186 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.187 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.187 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.187 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.187 INFO kablam! Sep 17 21:02:20.187 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.188 INFO kablam! --> src/base/alias_slice.rs:249:5 Sep 17 21:02:20.188 INFO kablam! | Sep 17 21:02:20.188 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:20.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.188 INFO kablam! | Sep 17 21:02:20.188 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.188 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.188 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.188 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.189 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.189 INFO kablam! Sep 17 21:02:20.189 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.189 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:20.189 INFO kablam! | Sep 17 21:02:20.189 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:20.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.189 INFO kablam! | Sep 17 21:02:20.190 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.190 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.190 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.190 INFO kablam! Sep 17 21:02:20.190 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.190 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:20.191 INFO kablam! | Sep 17 21:02:20.191 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:20.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.191 INFO kablam! | Sep 17 21:02:20.191 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.191 INFO kablam! Sep 17 21:02:20.192 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.192 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:20.192 INFO kablam! | Sep 17 21:02:20.192 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:20.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.192 INFO kablam! | Sep 17 21:02:20.192 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.192 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.192 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.192 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.193 INFO kablam! Sep 17 21:02:20.193 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.193 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:20.193 INFO kablam! | Sep 17 21:02:20.193 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:20.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.193 INFO kablam! | Sep 17 21:02:20.193 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.193 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.194 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.194 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.194 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.194 INFO kablam! Sep 17 21:02:20.195 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.195 INFO kablam! --> src/base/alias_slice.rs:253:5 Sep 17 21:02:20.195 INFO kablam! | Sep 17 21:02:20.195 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:20.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.195 INFO kablam! | Sep 17 21:02:20.195 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.195 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.195 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.196 INFO kablam! Sep 17 21:02:20.196 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.196 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:20.196 INFO kablam! | Sep 17 21:02:20.196 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:20.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.197 INFO kablam! | Sep 17 21:02:20.197 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.197 INFO kablam! Sep 17 21:02:20.198 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.198 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:20.198 INFO kablam! | Sep 17 21:02:20.198 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:20.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.198 INFO kablam! | Sep 17 21:02:20.199 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.199 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.199 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.199 INFO kablam! Sep 17 21:02:20.200 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.200 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:20.200 INFO kablam! | Sep 17 21:02:20.200 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:20.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.200 INFO kablam! | Sep 17 21:02:20.200 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.201 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.201 INFO kablam! Sep 17 21:02:20.202 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.202 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:20.202 INFO kablam! | Sep 17 21:02:20.202 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:20.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.202 INFO kablam! | Sep 17 21:02:20.203 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.203 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.203 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.203 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.204 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.204 INFO kablam! Sep 17 21:02:20.204 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.204 INFO kablam! --> src/base/alias_slice.rs:256:5 Sep 17 21:02:20.204 INFO kablam! | Sep 17 21:02:20.205 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:20.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.205 INFO kablam! | Sep 17 21:02:20.205 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.206 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.206 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.206 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.206 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.206 INFO kablam! Sep 17 21:02:20.207 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.207 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:20.208 INFO kablam! | Sep 17 21:02:20.208 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:20.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.208 INFO kablam! | Sep 17 21:02:20.208 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.209 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.209 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.209 INFO kablam! Sep 17 21:02:20.209 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.209 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:20.209 INFO kablam! | Sep 17 21:02:20.210 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:20.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.210 INFO kablam! | Sep 17 21:02:20.210 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.211 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.211 INFO kablam! Sep 17 21:02:20.211 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.211 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:20.211 INFO kablam! | Sep 17 21:02:20.212 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:20.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.212 INFO kablam! | Sep 17 21:02:20.212 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.212 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.212 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.213 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.213 INFO kablam! Sep 17 21:02:20.213 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.213 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:20.213 INFO kablam! | Sep 17 21:02:20.213 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:20.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.214 INFO kablam! | Sep 17 21:02:20.214 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.214 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.214 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.214 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.214 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.215 INFO kablam! Sep 17 21:02:20.215 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.215 INFO kablam! --> src/base/alias_slice.rs:259:5 Sep 17 21:02:20.215 INFO kablam! | Sep 17 21:02:20.215 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:20.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.216 INFO kablam! | Sep 17 21:02:20.216 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.216 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.216 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.217 INFO kablam! Sep 17 21:02:20.217 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.217 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:20.217 INFO kablam! | Sep 17 21:02:20.218 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:20.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.218 INFO kablam! | Sep 17 21:02:20.218 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.219 INFO kablam! Sep 17 21:02:20.219 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.219 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:20.219 INFO kablam! | Sep 17 21:02:20.219 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:20.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.220 INFO kablam! | Sep 17 21:02:20.220 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.220 INFO kablam! Sep 17 21:02:20.220 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.221 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:20.221 INFO kablam! | Sep 17 21:02:20.221 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:20.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.221 INFO kablam! | Sep 17 21:02:20.221 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.222 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.222 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.222 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.222 INFO kablam! Sep 17 21:02:20.223 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.223 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:20.223 INFO kablam! | Sep 17 21:02:20.223 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:20.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.223 INFO kablam! | Sep 17 21:02:20.224 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.224 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.224 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.225 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.225 INFO kablam! Sep 17 21:02:20.225 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.225 INFO kablam! --> src/base/alias_slice.rs:262:5 Sep 17 21:02:20.225 INFO kablam! | Sep 17 21:02:20.226 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:20.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.226 INFO kablam! | Sep 17 21:02:20.226 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.226 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.227 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.227 INFO kablam! Sep 17 21:02:20.228 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.228 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:20.228 INFO kablam! | Sep 17 21:02:20.229 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:20.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.229 INFO kablam! | Sep 17 21:02:20.229 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.230 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.230 INFO kablam! Sep 17 21:02:20.230 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.230 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:20.230 INFO kablam! | Sep 17 21:02:20.231 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:20.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.231 INFO kablam! | Sep 17 21:02:20.231 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.231 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.232 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.232 INFO kablam! Sep 17 21:02:20.232 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.232 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:20.232 INFO kablam! | Sep 17 21:02:20.232 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:20.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.233 INFO kablam! | Sep 17 21:02:20.233 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.233 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.234 INFO kablam! Sep 17 21:02:20.234 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.234 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:20.234 INFO kablam! | Sep 17 21:02:20.235 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:20.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.235 INFO kablam! | Sep 17 21:02:20.235 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.235 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.236 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.236 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.236 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.236 INFO kablam! Sep 17 21:02:20.237 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.237 INFO kablam! --> src/base/alias_slice.rs:265:5 Sep 17 21:02:20.237 INFO kablam! | Sep 17 21:02:20.237 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:20.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.237 INFO kablam! | Sep 17 21:02:20.238 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.238 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.238 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.238 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.238 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.239 INFO kablam! Sep 17 21:02:20.239 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.239 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:20.240 INFO kablam! | Sep 17 21:02:20.240 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:20.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.240 INFO kablam! | Sep 17 21:02:20.240 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.241 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.241 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.241 INFO kablam! Sep 17 21:02:20.241 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.241 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:20.241 INFO kablam! | Sep 17 21:02:20.242 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:20.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.242 INFO kablam! | Sep 17 21:02:20.242 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.242 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.243 INFO kablam! Sep 17 21:02:20.243 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.243 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:20.243 INFO kablam! | Sep 17 21:02:20.243 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:20.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.243 INFO kablam! | Sep 17 21:02:20.243 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.243 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.243 INFO kablam! Sep 17 21:02:20.251 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.251 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:20.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.251 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.251 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.251 INFO kablam! Sep 17 21:02:20.251 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.251 INFO kablam! --> src/base/alias_slice.rs:269:5 Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:20.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.251 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.251 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.251 INFO kablam! Sep 17 21:02:20.251 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.251 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:20.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.251 INFO kablam! Sep 17 21:02:20.251 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.251 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:20.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.251 INFO kablam! Sep 17 21:02:20.251 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.251 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:20.251 INFO kablam! | Sep 17 21:02:20.251 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:20.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.252 INFO kablam! Sep 17 21:02:20.252 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.252 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:20.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.252 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.252 INFO kablam! Sep 17 21:02:20.252 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.252 INFO kablam! --> src/base/alias_slice.rs:272:5 Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:20.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.252 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.252 INFO kablam! Sep 17 21:02:20.252 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.252 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.252 INFO kablam! Sep 17 21:02:20.252 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.252 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.252 INFO kablam! Sep 17 21:02:20.252 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.252 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.252 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.252 INFO kablam! Sep 17 21:02:20.252 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.252 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.252 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.252 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.253 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.253 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.253 INFO kablam! Sep 17 21:02:20.253 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.253 INFO kablam! --> src/base/alias_slice.rs:275:5 Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:20.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.253 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.253 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.253 INFO kablam! Sep 17 21:02:20.253 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.253 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.253 INFO kablam! Sep 17 21:02:20.253 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.253 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.253 INFO kablam! Sep 17 21:02:20.253 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.253 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.253 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.253 INFO kablam! Sep 17 21:02:20.253 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.253 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:20.253 INFO kablam! | Sep 17 21:02:20.253 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.254 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.254 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.254 INFO kablam! Sep 17 21:02:20.254 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.254 INFO kablam! --> src/base/alias_slice.rs:278:5 Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:20.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.254 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.254 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.254 INFO kablam! Sep 17 21:02:20.254 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.254 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.254 INFO kablam! Sep 17 21:02:20.254 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.254 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.254 INFO kablam! Sep 17 21:02:20.254 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.254 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.254 INFO kablam! | Sep 17 21:02:20.254 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.254 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.255 INFO kablam! Sep 17 21:02:20.255 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.255 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.255 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.255 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.255 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.255 INFO kablam! Sep 17 21:02:20.255 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.255 INFO kablam! --> src/base/alias_slice.rs:281:5 Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:20.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.255 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.255 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.255 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.255 INFO kablam! Sep 17 21:02:20.255 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.255 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.255 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.255 INFO kablam! Sep 17 21:02:20.255 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.255 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.255 INFO kablam! | Sep 17 21:02:20.255 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.255 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.255 INFO kablam! Sep 17 21:02:20.256 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.256 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.256 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.256 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.256 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.256 INFO kablam! Sep 17 21:02:20.256 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.256 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.256 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.256 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.256 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.256 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.256 INFO kablam! Sep 17 21:02:20.256 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.256 INFO kablam! --> src/base/alias_slice.rs:285:5 Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:20.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.256 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.256 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.256 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.256 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.256 INFO kablam! Sep 17 21:02:20.256 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.256 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.256 INFO kablam! | Sep 17 21:02:20.256 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.256 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.256 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.256 INFO kablam! Sep 17 21:02:20.256 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.256 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.257 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.257 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.257 INFO kablam! Sep 17 21:02:20.257 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.257 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.257 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.257 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.257 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.257 INFO kablam! Sep 17 21:02:20.257 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.257 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.257 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.257 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.257 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.257 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.257 INFO kablam! Sep 17 21:02:20.257 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.257 INFO kablam! --> src/base/alias_slice.rs:288:5 Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:20.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.257 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.257 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.257 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.257 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.257 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.257 INFO kablam! Sep 17 21:02:20.257 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.257 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:20.257 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.258 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.258 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.258 INFO kablam! Sep 17 21:02:20.258 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.258 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.258 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.258 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.258 INFO kablam! Sep 17 21:02:20.258 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.258 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.258 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.258 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.258 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.258 INFO kablam! Sep 17 21:02:20.258 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.258 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.258 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.258 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.258 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.258 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.258 INFO kablam! Sep 17 21:02:20.258 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.258 INFO kablam! --> src/base/alias_slice.rs:291:5 Sep 17 21:02:20.258 INFO kablam! | Sep 17 21:02:20.258 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:20.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.259 INFO kablam! | Sep 17 21:02:20.259 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.259 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.259 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.259 INFO kablam! Sep 17 21:02:20.259 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.259 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:20.259 INFO kablam! | Sep 17 21:02:20.259 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.259 INFO kablam! | Sep 17 21:02:20.259 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.259 INFO kablam! Sep 17 21:02:20.259 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.259 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:20.259 INFO kablam! | Sep 17 21:02:20.259 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.259 INFO kablam! | Sep 17 21:02:20.259 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.259 INFO kablam! Sep 17 21:02:20.259 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.259 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:20.259 INFO kablam! | Sep 17 21:02:20.259 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.259 INFO kablam! | Sep 17 21:02:20.259 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.259 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.259 INFO kablam! Sep 17 21:02:20.259 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.259 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:20.261 INFO kablam! | Sep 17 21:02:20.261 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.261 INFO kablam! | Sep 17 21:02:20.261 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.261 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.261 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.261 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.261 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.261 INFO kablam! Sep 17 21:02:20.261 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.261 INFO kablam! --> src/base/alias_slice.rs:294:5 Sep 17 21:02:20.261 INFO kablam! | Sep 17 21:02:20.261 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:20.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.261 INFO kablam! | Sep 17 21:02:20.261 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.261 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.261 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.261 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.261 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.261 INFO kablam! Sep 17 21:02:20.261 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.261 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:20.261 INFO kablam! | Sep 17 21:02:20.261 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.261 INFO kablam! | Sep 17 21:02:20.261 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.261 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.261 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.262 INFO kablam! Sep 17 21:02:20.262 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.262 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.262 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.262 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.262 INFO kablam! Sep 17 21:02:20.262 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.262 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.262 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.262 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.262 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.262 INFO kablam! Sep 17 21:02:20.262 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.262 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.262 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.262 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.262 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.262 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.262 INFO kablam! Sep 17 21:02:20.262 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.262 INFO kablam! --> src/base/alias_slice.rs:297:5 Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:20.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.262 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.262 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.262 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.262 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.262 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.262 INFO kablam! Sep 17 21:02:20.262 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.262 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:20.262 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.263 INFO kablam! Sep 17 21:02:20.263 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.263 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.263 INFO kablam! Sep 17 21:02:20.263 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.263 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.263 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.263 INFO kablam! Sep 17 21:02:20.263 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.263 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.263 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.263 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.263 INFO kablam! Sep 17 21:02:20.263 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.263 INFO kablam! --> src/base/alias_slice.rs:301:5 Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:20.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.263 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.263 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.263 INFO kablam! Sep 17 21:02:20.263 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.263 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.263 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.263 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.264 INFO kablam! Sep 17 21:02:20.264 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.264 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.264 INFO kablam! Sep 17 21:02:20.264 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.264 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.264 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.264 INFO kablam! Sep 17 21:02:20.264 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.264 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.264 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.264 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.264 INFO kablam! Sep 17 21:02:20.264 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.264 INFO kablam! --> src/base/alias_slice.rs:304:5 Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:20.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.264 INFO kablam! | Sep 17 21:02:20.264 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.264 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.264 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.265 INFO kablam! Sep 17 21:02:20.265 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.265 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.265 INFO kablam! Sep 17 21:02:20.265 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.265 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.265 INFO kablam! Sep 17 21:02:20.265 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.265 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.265 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.265 INFO kablam! Sep 17 21:02:20.265 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.265 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.265 INFO kablam! | Sep 17 21:02:20.265 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.265 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.265 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.266 INFO kablam! Sep 17 21:02:20.266 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.266 INFO kablam! --> src/base/alias_slice.rs:307:5 Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:20.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.266 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.266 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.266 INFO kablam! Sep 17 21:02:20.266 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.266 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.266 INFO kablam! Sep 17 21:02:20.266 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.266 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.266 INFO kablam! Sep 17 21:02:20.266 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.266 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.266 INFO kablam! | Sep 17 21:02:20.266 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.266 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.266 INFO kablam! Sep 17 21:02:20.267 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.267 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.267 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.267 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.267 INFO kablam! Sep 17 21:02:20.267 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.267 INFO kablam! --> src/base/alias_slice.rs:310:5 Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:20.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.267 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.267 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.267 INFO kablam! Sep 17 21:02:20.267 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.267 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.267 INFO kablam! Sep 17 21:02:20.267 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.267 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.267 INFO kablam! | Sep 17 21:02:20.267 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.267 INFO kablam! Sep 17 21:02:20.268 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.268 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.268 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.268 INFO kablam! Sep 17 21:02:20.268 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.268 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.268 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.268 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.268 INFO kablam! Sep 17 21:02:20.268 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.268 INFO kablam! --> src/base/alias_slice.rs:313:5 Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:20.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.268 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.268 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.268 INFO kablam! Sep 17 21:02:20.268 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.268 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.268 INFO kablam! | Sep 17 21:02:20.268 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.268 INFO kablam! Sep 17 21:02:20.269 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.269 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.269 INFO kablam! Sep 17 21:02:20.269 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.269 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.269 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.269 INFO kablam! Sep 17 21:02:20.269 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.269 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.269 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.269 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.269 INFO kablam! Sep 17 21:02:20.269 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.269 INFO kablam! --> src/base/alias_slice.rs:317:5 Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:20.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.269 INFO kablam! | Sep 17 21:02:20.269 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.269 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.269 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.269 INFO kablam! Sep 17 21:02:20.269 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.270 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.270 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.270 INFO kablam! Sep 17 21:02:20.270 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.270 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.270 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.270 INFO kablam! Sep 17 21:02:20.270 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.270 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.270 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.270 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.270 INFO kablam! Sep 17 21:02:20.270 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.270 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.270 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.270 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.270 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.270 INFO kablam! Sep 17 21:02:20.270 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.270 INFO kablam! --> src/base/alias_slice.rs:320:5 Sep 17 21:02:20.270 INFO kablam! | Sep 17 21:02:20.270 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:20.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.271 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.271 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.271 INFO kablam! Sep 17 21:02:20.271 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.271 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.271 INFO kablam! Sep 17 21:02:20.271 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.271 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.271 INFO kablam! Sep 17 21:02:20.271 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.271 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.271 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.271 INFO kablam! Sep 17 21:02:20.271 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.271 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.271 INFO kablam! | Sep 17 21:02:20.271 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.271 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.272 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.272 INFO kablam! Sep 17 21:02:20.272 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.272 INFO kablam! --> src/base/alias_slice.rs:323:5 Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:20.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.272 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.272 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.272 INFO kablam! Sep 17 21:02:20.272 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.272 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.272 INFO kablam! Sep 17 21:02:20.272 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.272 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.272 INFO kablam! Sep 17 21:02:20.272 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.272 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.272 INFO kablam! | Sep 17 21:02:20.272 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.272 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.272 INFO kablam! Sep 17 21:02:20.273 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.273 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.273 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.273 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.273 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.273 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.273 INFO kablam! Sep 17 21:02:20.273 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.273 INFO kablam! --> src/base/alias_slice.rs:326:5 Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:20.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.273 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.273 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.273 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.273 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.273 INFO kablam! Sep 17 21:02:20.273 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.273 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:20.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.273 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.273 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.273 INFO kablam! Sep 17 21:02:20.273 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.273 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:20.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.273 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.273 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.273 INFO kablam! Sep 17 21:02:20.273 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.273 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:20.273 INFO kablam! | Sep 17 21:02:20.273 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:20.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.274 INFO kablam! | Sep 17 21:02:20.274 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.274 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.274 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.274 INFO kablam! Sep 17 21:02:20.274 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.274 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:20.274 INFO kablam! | Sep 17 21:02:20.274 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:20.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.274 INFO kablam! | Sep 17 21:02:20.274 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.274 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.274 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.274 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.274 INFO kablam! Sep 17 21:02:20.274 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.274 INFO kablam! --> src/base/alias_slice.rs:329:5 Sep 17 21:02:20.274 INFO kablam! | Sep 17 21:02:20.274 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:20.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.274 INFO kablam! | Sep 17 21:02:20.274 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.274 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.274 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.274 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.274 INFO kablam! Sep 17 21:02:20.274 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.274 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:20.274 INFO kablam! | Sep 17 21:02:20.274 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.274 INFO kablam! | Sep 17 21:02:20.274 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.274 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.274 INFO kablam! Sep 17 21:02:20.274 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.274 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:20.275 INFO kablam! | Sep 17 21:02:20.275 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.275 INFO kablam! | Sep 17 21:02:20.275 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.275 INFO kablam! Sep 17 21:02:20.275 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.275 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:20.275 INFO kablam! | Sep 17 21:02:20.275 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.275 INFO kablam! | Sep 17 21:02:20.275 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.275 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.275 INFO kablam! Sep 17 21:02:20.275 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.275 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:20.275 INFO kablam! | Sep 17 21:02:20.275 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.276 INFO kablam! | Sep 17 21:02:20.276 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.276 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.276 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.276 INFO kablam! Sep 17 21:02:20.276 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.276 INFO kablam! --> src/base/alias_slice.rs:333:5 Sep 17 21:02:20.276 INFO kablam! | Sep 17 21:02:20.276 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:20.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.276 INFO kablam! | Sep 17 21:02:20.276 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.276 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.276 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.276 INFO kablam! Sep 17 21:02:20.277 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.277 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:20.277 INFO kablam! | Sep 17 21:02:20.277 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.277 INFO kablam! | Sep 17 21:02:20.277 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.277 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.277 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.277 INFO kablam! Sep 17 21:02:20.277 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.277 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:20.277 INFO kablam! | Sep 17 21:02:20.277 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.277 INFO kablam! | Sep 17 21:02:20.277 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.277 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.277 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.277 INFO kablam! Sep 17 21:02:20.277 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.277 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:20.277 INFO kablam! | Sep 17 21:02:20.277 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.278 INFO kablam! | Sep 17 21:02:20.278 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.278 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.278 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.278 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.278 INFO kablam! Sep 17 21:02:20.278 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.278 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:20.278 INFO kablam! | Sep 17 21:02:20.278 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.278 INFO kablam! | Sep 17 21:02:20.278 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.278 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.278 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.278 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.278 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.278 INFO kablam! Sep 17 21:02:20.283 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.283 INFO kablam! --> src/base/alias_slice.rs:336:5 Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:20.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.283 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.283 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.283 INFO kablam! Sep 17 21:02:20.283 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.283 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.283 INFO kablam! Sep 17 21:02:20.283 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.283 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.283 INFO kablam! Sep 17 21:02:20.283 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.283 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.283 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.283 INFO kablam! Sep 17 21:02:20.283 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.283 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.283 INFO kablam! | Sep 17 21:02:20.283 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.283 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.283 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.283 INFO kablam! Sep 17 21:02:20.283 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.283 INFO kablam! --> src/base/alias_slice.rs:339:5 Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.284 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.284 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.284 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.284 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.284 INFO kablam! Sep 17 21:02:20.284 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.284 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.284 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.284 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.284 INFO kablam! Sep 17 21:02:20.284 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.284 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.284 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.284 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.284 INFO kablam! Sep 17 21:02:20.284 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.284 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.284 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.284 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.284 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.284 INFO kablam! Sep 17 21:02:20.284 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.284 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.284 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.284 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.284 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.284 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.284 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.284 INFO kablam! Sep 17 21:02:20.284 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.284 INFO kablam! --> src/base/alias_slice.rs:342:5 Sep 17 21:02:20.284 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:20.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.285 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.285 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.285 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.285 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.285 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.285 INFO kablam! Sep 17 21:02:20.285 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.285 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:20.285 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.285 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.285 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.285 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.285 INFO kablam! Sep 17 21:02:20.285 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.285 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:20.285 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.285 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.285 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.285 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.285 INFO kablam! Sep 17 21:02:20.285 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.285 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:20.285 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.285 INFO kablam! | Sep 17 21:02:20.285 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.285 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.285 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.285 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.285 INFO kablam! Sep 17 21:02:20.286 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.286 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:20.286 INFO kablam! | Sep 17 21:02:20.286 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.286 INFO kablam! | Sep 17 21:02:20.286 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.286 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.286 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.286 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.286 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.286 INFO kablam! Sep 17 21:02:20.286 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.286 INFO kablam! --> src/base/alias_slice.rs:345:5 Sep 17 21:02:20.286 INFO kablam! | Sep 17 21:02:20.286 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:20.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.286 INFO kablam! | Sep 17 21:02:20.286 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.286 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.286 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.286 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.286 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.286 INFO kablam! Sep 17 21:02:20.287 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.287 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:20.287 INFO kablam! | Sep 17 21:02:20.287 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.287 INFO kablam! | Sep 17 21:02:20.287 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.287 INFO kablam! Sep 17 21:02:20.287 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.287 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:20.287 INFO kablam! | Sep 17 21:02:20.287 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.287 INFO kablam! | Sep 17 21:02:20.287 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.287 INFO kablam! Sep 17 21:02:20.287 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.287 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:20.287 INFO kablam! | Sep 17 21:02:20.287 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.288 INFO kablam! | Sep 17 21:02:20.288 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.288 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.288 INFO kablam! Sep 17 21:02:20.288 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.288 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:20.288 INFO kablam! | Sep 17 21:02:20.288 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.288 INFO kablam! | Sep 17 21:02:20.288 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.288 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.288 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.288 INFO kablam! Sep 17 21:02:20.288 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.288 INFO kablam! --> src/base/alias_slice.rs:348:5 Sep 17 21:02:20.289 INFO kablam! | Sep 17 21:02:20.289 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:20.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.289 INFO kablam! | Sep 17 21:02:20.289 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.289 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.289 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.289 INFO kablam! Sep 17 21:02:20.289 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.289 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:20.289 INFO kablam! | Sep 17 21:02:20.289 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.289 INFO kablam! | Sep 17 21:02:20.289 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.289 INFO kablam! Sep 17 21:02:20.289 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.289 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:20.289 INFO kablam! | Sep 17 21:02:20.289 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.289 INFO kablam! | Sep 17 21:02:20.289 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.289 INFO kablam! Sep 17 21:02:20.289 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.289 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:20.289 INFO kablam! | Sep 17 21:02:20.290 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.290 INFO kablam! | Sep 17 21:02:20.290 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.290 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.290 INFO kablam! Sep 17 21:02:20.290 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.290 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:20.290 INFO kablam! | Sep 17 21:02:20.290 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.290 INFO kablam! | Sep 17 21:02:20.290 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.290 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.290 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.290 INFO kablam! Sep 17 21:02:20.290 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.290 INFO kablam! --> src/base/alias_slice.rs:352:5 Sep 17 21:02:20.290 INFO kablam! | Sep 17 21:02:20.290 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:20.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.290 INFO kablam! | Sep 17 21:02:20.291 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.291 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.291 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.291 INFO kablam! Sep 17 21:02:20.291 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.291 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:20.291 INFO kablam! | Sep 17 21:02:20.291 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.291 INFO kablam! | Sep 17 21:02:20.292 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.292 INFO kablam! Sep 17 21:02:20.292 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.292 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:20.292 INFO kablam! | Sep 17 21:02:20.292 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.292 INFO kablam! | Sep 17 21:02:20.293 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.293 INFO kablam! Sep 17 21:02:20.293 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.293 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:20.293 INFO kablam! | Sep 17 21:02:20.293 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.293 INFO kablam! | Sep 17 21:02:20.293 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.293 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.293 INFO kablam! Sep 17 21:02:20.293 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.293 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:20.293 INFO kablam! | Sep 17 21:02:20.293 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.293 INFO kablam! | Sep 17 21:02:20.293 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.293 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.293 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.293 INFO kablam! Sep 17 21:02:20.294 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.294 INFO kablam! --> src/base/alias_slice.rs:355:5 Sep 17 21:02:20.294 INFO kablam! | Sep 17 21:02:20.294 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:20.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.294 INFO kablam! | Sep 17 21:02:20.294 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.294 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.294 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.294 INFO kablam! Sep 17 21:02:20.294 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.294 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:20.294 INFO kablam! | Sep 17 21:02:20.294 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.294 INFO kablam! | Sep 17 21:02:20.294 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.295 INFO kablam! Sep 17 21:02:20.295 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.295 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:20.295 INFO kablam! | Sep 17 21:02:20.295 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.295 INFO kablam! | Sep 17 21:02:20.295 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.295 INFO kablam! Sep 17 21:02:20.295 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.295 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:20.295 INFO kablam! | Sep 17 21:02:20.295 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.295 INFO kablam! | Sep 17 21:02:20.296 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.296 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.296 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.296 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.296 INFO kablam! Sep 17 21:02:20.296 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.296 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:20.296 INFO kablam! | Sep 17 21:02:20.296 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.296 INFO kablam! | Sep 17 21:02:20.296 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.296 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.296 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.296 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.296 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.296 INFO kablam! Sep 17 21:02:20.296 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.297 INFO kablam! --> src/base/alias_slice.rs:358:5 Sep 17 21:02:20.297 INFO kablam! | Sep 17 21:02:20.297 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:20.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.297 INFO kablam! | Sep 17 21:02:20.297 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.297 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.297 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.297 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.297 INFO kablam! Sep 17 21:02:20.298 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.298 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:20.298 INFO kablam! | Sep 17 21:02:20.298 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.298 INFO kablam! | Sep 17 21:02:20.298 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.298 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.298 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.298 INFO kablam! Sep 17 21:02:20.298 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.298 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:20.298 INFO kablam! | Sep 17 21:02:20.298 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.298 INFO kablam! | Sep 17 21:02:20.298 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.298 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.298 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.298 INFO kablam! Sep 17 21:02:20.298 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.298 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:20.299 INFO kablam! | Sep 17 21:02:20.299 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.299 INFO kablam! | Sep 17 21:02:20.299 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.299 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.299 INFO kablam! Sep 17 21:02:20.299 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.299 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:20.299 INFO kablam! | Sep 17 21:02:20.299 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.299 INFO kablam! | Sep 17 21:02:20.300 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.300 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.300 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.300 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.300 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.301 INFO kablam! Sep 17 21:02:20.301 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.301 INFO kablam! --> src/base/alias_slice.rs:361:5 Sep 17 21:02:20.301 INFO kablam! | Sep 17 21:02:20.301 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:20.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.302 INFO kablam! | Sep 17 21:02:20.302 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.302 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.302 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.302 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.302 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.302 INFO kablam! Sep 17 21:02:20.302 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.302 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:20.302 INFO kablam! | Sep 17 21:02:20.302 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.302 INFO kablam! | Sep 17 21:02:20.302 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.303 INFO kablam! Sep 17 21:02:20.303 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.303 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:20.303 INFO kablam! | Sep 17 21:02:20.303 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.303 INFO kablam! | Sep 17 21:02:20.303 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.303 INFO kablam! Sep 17 21:02:20.304 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.304 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:20.304 INFO kablam! | Sep 17 21:02:20.304 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.304 INFO kablam! | Sep 17 21:02:20.304 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.304 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.304 INFO kablam! Sep 17 21:02:20.305 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.305 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:20.305 INFO kablam! | Sep 17 21:02:20.305 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.305 INFO kablam! | Sep 17 21:02:20.305 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.305 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.305 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.305 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.305 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.305 INFO kablam! Sep 17 21:02:20.305 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.305 INFO kablam! --> src/base/alias_slice.rs:364:5 Sep 17 21:02:20.305 INFO kablam! | Sep 17 21:02:20.305 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:20.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.306 INFO kablam! | Sep 17 21:02:20.306 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.306 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.306 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.306 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.306 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.306 INFO kablam! Sep 17 21:02:20.306 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.306 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:20.306 INFO kablam! | Sep 17 21:02:20.306 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:20.306 INFO kablam! | Sep 17 21:02:20.306 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:20.306 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.306 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.306 INFO kablam! Sep 17 21:02:20.307 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.307 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:20.307 INFO kablam! | Sep 17 21:02:20.307 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:20.307 INFO kablam! | Sep 17 21:02:20.307 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:20.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.307 INFO kablam! Sep 17 21:02:20.308 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.308 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:20.308 INFO kablam! | Sep 17 21:02:20.308 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.308 INFO kablam! | Sep 17 21:02:20.308 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.308 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.308 INFO kablam! Sep 17 21:02:20.308 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.308 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:20.308 INFO kablam! | Sep 17 21:02:20.308 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.308 INFO kablam! | Sep 17 21:02:20.308 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.308 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.308 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.308 INFO kablam! Sep 17 21:02:20.309 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.309 INFO kablam! --> src/base/alias_slice.rs:367:5 Sep 17 21:02:20.309 INFO kablam! | Sep 17 21:02:20.309 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:20.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.309 INFO kablam! | Sep 17 21:02:20.309 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.310 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.310 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.310 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.310 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.310 INFO kablam! Sep 17 21:02:20.311 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:20.311 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:20.311 INFO kablam! | Sep 17 21:02:20.311 INFO kablam! 371 | Matrix>; Sep 17 21:02:20.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:20.311 INFO kablam! | Sep 17 21:02:20.311 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:20.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.311 INFO kablam! Sep 17 21:02:20.312 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.312 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:20.312 INFO kablam! | Sep 17 21:02:20.312 INFO kablam! 371 | Matrix>; Sep 17 21:02:20.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.312 INFO kablam! | Sep 17 21:02:20.312 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.312 INFO kablam! Sep 17 21:02:20.312 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.312 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:20.312 INFO kablam! | Sep 17 21:02:20.312 INFO kablam! 371 | Matrix>; Sep 17 21:02:20.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.313 INFO kablam! | Sep 17 21:02:20.313 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.313 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.313 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.313 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.313 INFO kablam! Sep 17 21:02:20.313 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.313 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:20.313 INFO kablam! | Sep 17 21:02:20.313 INFO kablam! 371 | Matrix>; Sep 17 21:02:20.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.313 INFO kablam! | Sep 17 21:02:20.313 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.313 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.313 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.313 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.313 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.313 INFO kablam! Sep 17 21:02:20.313 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.313 INFO kablam! --> src/base/alias_slice.rs:371:5 Sep 17 21:02:20.313 INFO kablam! | Sep 17 21:02:20.314 INFO kablam! 371 | Matrix>; Sep 17 21:02:20.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.314 INFO kablam! | Sep 17 21:02:20.314 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.314 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.315 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.315 INFO kablam! Sep 17 21:02:20.315 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.315 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:20.316 INFO kablam! | Sep 17 21:02:20.316 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.316 INFO kablam! | Sep 17 21:02:20.316 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.316 INFO kablam! Sep 17 21:02:20.316 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.316 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:20.316 INFO kablam! | Sep 17 21:02:20.316 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.316 INFO kablam! | Sep 17 21:02:20.316 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.316 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.316 INFO kablam! Sep 17 21:02:20.317 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.317 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:20.317 INFO kablam! | Sep 17 21:02:20.317 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.317 INFO kablam! | Sep 17 21:02:20.317 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.317 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.317 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.317 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.317 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.317 INFO kablam! Sep 17 21:02:20.317 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.317 INFO kablam! --> src/base/alias_slice.rs:374:48 Sep 17 21:02:20.317 INFO kablam! | Sep 17 21:02:20.317 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:20.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.318 INFO kablam! | Sep 17 21:02:20.318 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.318 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.318 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.318 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.318 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.318 INFO kablam! Sep 17 21:02:20.318 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.318 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:20.318 INFO kablam! | Sep 17 21:02:20.318 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:20.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.318 INFO kablam! | Sep 17 21:02:20.318 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.318 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.318 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.318 INFO kablam! Sep 17 21:02:20.318 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.318 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:20.319 INFO kablam! | Sep 17 21:02:20.319 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:20.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.319 INFO kablam! | Sep 17 21:02:20.319 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.319 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.319 INFO kablam! Sep 17 21:02:20.319 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.319 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:20.319 INFO kablam! | Sep 17 21:02:20.319 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:20.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.319 INFO kablam! | Sep 17 21:02:20.320 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.320 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.320 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.320 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.320 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.320 INFO kablam! Sep 17 21:02:20.320 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.320 INFO kablam! --> src/base/alias_slice.rs:377:48 Sep 17 21:02:20.320 INFO kablam! | Sep 17 21:02:20.320 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:20.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.320 INFO kablam! | Sep 17 21:02:20.320 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.320 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.320 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.320 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.321 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.321 INFO kablam! Sep 17 21:02:20.321 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.321 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:20.321 INFO kablam! | Sep 17 21:02:20.322 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:20.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.322 INFO kablam! | Sep 17 21:02:20.322 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.322 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.322 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.322 INFO kablam! Sep 17 21:02:20.322 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.322 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:20.322 INFO kablam! | Sep 17 21:02:20.322 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:20.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.322 INFO kablam! | Sep 17 21:02:20.322 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.322 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.322 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.322 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.322 INFO kablam! Sep 17 21:02:20.322 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.322 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:20.322 INFO kablam! | Sep 17 21:02:20.322 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:20.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.323 INFO kablam! | Sep 17 21:02:20.323 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.323 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.323 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.323 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.323 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.323 INFO kablam! Sep 17 21:02:20.323 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.323 INFO kablam! --> src/base/alias_slice.rs:379:48 Sep 17 21:02:20.323 INFO kablam! | Sep 17 21:02:20.323 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:20.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.323 INFO kablam! | Sep 17 21:02:20.323 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.323 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.323 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.323 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.323 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.323 INFO kablam! Sep 17 21:02:20.323 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.323 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:20.323 INFO kablam! | Sep 17 21:02:20.323 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:20.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.324 INFO kablam! | Sep 17 21:02:20.324 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.324 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.324 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.324 INFO kablam! Sep 17 21:02:20.324 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.324 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:20.324 INFO kablam! | Sep 17 21:02:20.324 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:20.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.324 INFO kablam! | Sep 17 21:02:20.324 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.324 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.324 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.324 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.324 INFO kablam! Sep 17 21:02:20.325 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.325 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:20.325 INFO kablam! | Sep 17 21:02:20.325 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:20.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.325 INFO kablam! | Sep 17 21:02:20.325 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.325 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.325 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.325 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.325 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.325 INFO kablam! Sep 17 21:02:20.325 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.325 INFO kablam! --> src/base/alias_slice.rs:381:48 Sep 17 21:02:20.325 INFO kablam! | Sep 17 21:02:20.325 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:20.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.325 INFO kablam! | Sep 17 21:02:20.326 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.326 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.326 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.326 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.327 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.327 INFO kablam! Sep 17 21:02:20.327 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.328 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:20.328 INFO kablam! | Sep 17 21:02:20.328 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:20.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.328 INFO kablam! | Sep 17 21:02:20.328 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.328 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.328 INFO kablam! Sep 17 21:02:20.328 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.328 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:20.328 INFO kablam! | Sep 17 21:02:20.328 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:20.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.328 INFO kablam! | Sep 17 21:02:20.328 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.328 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.329 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.329 INFO kablam! Sep 17 21:02:20.329 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.329 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:20.329 INFO kablam! | Sep 17 21:02:20.329 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:20.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.330 INFO kablam! | Sep 17 21:02:20.330 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.330 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.330 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.330 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.330 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.330 INFO kablam! Sep 17 21:02:20.331 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.331 INFO kablam! --> src/base/alias_slice.rs:383:48 Sep 17 21:02:20.331 INFO kablam! | Sep 17 21:02:20.331 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:20.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.331 INFO kablam! | Sep 17 21:02:20.331 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.331 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.331 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.331 INFO kablam! Sep 17 21:02:20.331 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.331 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:20.331 INFO kablam! | Sep 17 21:02:20.331 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:20.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.331 INFO kablam! | Sep 17 21:02:20.331 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.331 INFO kablam! Sep 17 21:02:20.331 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.331 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:20.331 INFO kablam! | Sep 17 21:02:20.332 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:20.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.332 INFO kablam! | Sep 17 21:02:20.332 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.332 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.332 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.332 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.332 INFO kablam! Sep 17 21:02:20.333 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.333 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:20.333 INFO kablam! | Sep 17 21:02:20.333 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:20.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.333 INFO kablam! | Sep 17 21:02:20.333 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.333 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.333 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.333 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.333 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.333 INFO kablam! Sep 17 21:02:20.334 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.334 INFO kablam! --> src/base/alias_slice.rs:385:48 Sep 17 21:02:20.334 INFO kablam! | Sep 17 21:02:20.334 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:20.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.334 INFO kablam! | Sep 17 21:02:20.334 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.334 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.334 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.334 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.334 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.334 INFO kablam! Sep 17 21:02:20.335 INFO kablam! error: the trait bound `Stride: base::dimension::Dim` is not satisfied Sep 17 21:02:20.335 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:20.335 INFO kablam! | Sep 17 21:02:20.335 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:20.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:20.335 INFO kablam! | Sep 17 21:02:20.335 INFO kablam! = help: consider adding a `where Stride: base::dimension::Dim` bound Sep 17 21:02:20.336 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.336 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.336 INFO kablam! Sep 17 21:02:20.336 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.336 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:20.336 INFO kablam! | Sep 17 21:02:20.336 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:20.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.336 INFO kablam! | Sep 17 21:02:20.336 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.336 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.336 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.337 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.337 INFO kablam! Sep 17 21:02:20.337 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.337 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:20.337 INFO kablam! | Sep 17 21:02:20.337 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:20.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.337 INFO kablam! | Sep 17 21:02:20.337 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.337 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.337 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.337 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.338 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.338 INFO kablam! Sep 17 21:02:20.338 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.338 INFO kablam! --> src/base/alias_slice.rs:387:48 Sep 17 21:02:20.338 INFO kablam! | Sep 17 21:02:20.338 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:20.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.338 INFO kablam! | Sep 17 21:02:20.338 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.338 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.338 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.338 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.338 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.338 INFO kablam! Sep 17 21:02:20.359 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:20.359 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:20.359 INFO kablam! | Sep 17 21:02:20.359 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:20.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:20.359 INFO kablam! | Sep 17 21:02:20.359 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:20.359 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.359 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.359 INFO kablam! Sep 17 21:02:20.359 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:20.359 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:20.359 INFO kablam! | Sep 17 21:02:20.359 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:20.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:20.359 INFO kablam! | Sep 17 21:02:20.359 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:20.359 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.359 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.359 INFO kablam! Sep 17 21:02:20.359 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:20.359 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:20.359 INFO kablam! | Sep 17 21:02:20.359 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:20.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:20.359 INFO kablam! | Sep 17 21:02:20.359 INFO kablam! = help: the following implementations were found: Sep 17 21:02:20.359 INFO kablam! > Sep 17 21:02:20.359 INFO kablam! > Sep 17 21:02:20.359 INFO kablam! > Sep 17 21:02:20.359 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.359 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.359 INFO kablam! Sep 17 21:02:20.359 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.360 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:20.360 INFO kablam! | Sep 17 21:02:20.360 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:20.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.360 INFO kablam! | Sep 17 21:02:20.360 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.360 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.360 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.360 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.360 INFO kablam! Sep 17 21:02:20.360 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.360 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:20.360 INFO kablam! | Sep 17 21:02:20.360 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:20.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.360 INFO kablam! | Sep 17 21:02:20.360 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.360 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.360 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.360 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.360 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.360 INFO kablam! Sep 17 21:02:20.360 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.360 INFO kablam! --> src/base/componentwise.rs:15:49 Sep 17 21:02:20.360 INFO kablam! | Sep 17 21:02:20.360 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:20.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.360 INFO kablam! | Sep 17 21:02:20.360 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.360 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.360 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.360 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.360 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.360 INFO kablam! Sep 17 21:02:20.376 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:20.376 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:20.376 INFO kablam! | Sep 17 21:02:20.376 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:20.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:20.376 INFO kablam! | Sep 17 21:02:20.377 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:20.377 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.377 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.377 INFO kablam! Sep 17 21:02:20.377 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.377 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:20.378 INFO kablam! | Sep 17 21:02:20.378 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:20.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.378 INFO kablam! | Sep 17 21:02:20.378 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.378 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.378 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.378 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.378 INFO kablam! Sep 17 21:02:20.379 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.379 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:20.379 INFO kablam! | Sep 17 21:02:20.379 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:20.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.379 INFO kablam! | Sep 17 21:02:20.379 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.380 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.380 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.380 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.380 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.380 INFO kablam! Sep 17 21:02:20.380 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.380 INFO kablam! --> src/base/matrix.rs:31:34 Sep 17 21:02:20.381 INFO kablam! | Sep 17 21:02:20.381 INFO kablam! 31 | pub type SquareMatrix = Matrix; Sep 17 21:02:20.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.381 INFO kablam! | Sep 17 21:02:20.381 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.381 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.381 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.382 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.382 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.382 INFO kablam! Sep 17 21:02:20.382 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:20.382 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:20.383 INFO kablam! | Sep 17 21:02:20.383 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:20.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:20.383 INFO kablam! | Sep 17 21:02:20.383 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:20.383 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.383 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.384 INFO kablam! Sep 17 21:02:20.384 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.384 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:20.384 INFO kablam! | Sep 17 21:02:20.384 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:20.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.384 INFO kablam! | Sep 17 21:02:20.385 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.385 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.385 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.385 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.385 INFO kablam! Sep 17 21:02:20.385 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.386 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:20.386 INFO kablam! | Sep 17 21:02:20.386 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:20.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.386 INFO kablam! | Sep 17 21:02:20.386 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.386 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.387 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.387 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.387 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.387 INFO kablam! Sep 17 21:02:20.387 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.387 INFO kablam! --> src/base/matrix.rs:34:28 Sep 17 21:02:20.387 INFO kablam! | Sep 17 21:02:20.388 INFO kablam! 34 | pub type Vector = Matrix; Sep 17 21:02:20.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.388 INFO kablam! | Sep 17 21:02:20.388 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.388 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.388 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.388 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.389 INFO kablam! Sep 17 21:02:20.389 INFO kablam! error: the trait bound `D: base::dimension::Dim` is not satisfied Sep 17 21:02:20.389 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:20.389 INFO kablam! | Sep 17 21:02:20.390 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:20.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `D` Sep 17 21:02:20.390 INFO kablam! | Sep 17 21:02:20.390 INFO kablam! = help: consider adding a `where D: base::dimension::Dim` bound Sep 17 21:02:20.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.390 INFO kablam! Sep 17 21:02:20.391 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.391 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:20.391 INFO kablam! | Sep 17 21:02:20.391 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:20.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.391 INFO kablam! | Sep 17 21:02:20.391 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.392 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.392 INFO kablam! Sep 17 21:02:20.392 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.393 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:20.393 INFO kablam! | Sep 17 21:02:20.393 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:20.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.393 INFO kablam! | Sep 17 21:02:20.393 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.393 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.394 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.394 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.394 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.394 INFO kablam! Sep 17 21:02:20.394 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.394 INFO kablam! --> src/base/matrix.rs:37:31 Sep 17 21:02:20.395 INFO kablam! | Sep 17 21:02:20.395 INFO kablam! 37 | pub type RowVector = Matrix; Sep 17 21:02:20.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.395 INFO kablam! | Sep 17 21:02:20.395 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.395 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.395 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.396 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.396 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.396 INFO kablam! Sep 17 21:02:20.397 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:20.397 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:20.397 INFO kablam! | Sep 17 21:02:20.397 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:20.397 INFO kablam! | Sep 17 21:02:20.397 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:20.398 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.398 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.398 INFO kablam! Sep 17 21:02:20.398 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:20.398 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:20.398 INFO kablam! | Sep 17 21:02:20.399 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:20.399 INFO kablam! | Sep 17 21:02:20.399 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:20.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.400 INFO kablam! Sep 17 21:02:20.400 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:20.400 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:20.400 INFO kablam! | Sep 17 21:02:20.400 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:20.400 INFO kablam! | Sep 17 21:02:20.401 INFO kablam! = help: the following implementations were found: Sep 17 21:02:20.401 INFO kablam! > Sep 17 21:02:20.401 INFO kablam! > Sep 17 21:02:20.401 INFO kablam! > Sep 17 21:02:20.401 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.401 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.402 INFO kablam! Sep 17 21:02:20.402 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.402 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:20.402 INFO kablam! | Sep 17 21:02:20.402 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.402 INFO kablam! | Sep 17 21:02:20.403 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.403 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.403 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.403 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.403 INFO kablam! Sep 17 21:02:20.404 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.404 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:20.404 INFO kablam! | Sep 17 21:02:20.404 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.404 INFO kablam! | Sep 17 21:02:20.404 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.404 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.405 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.405 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.405 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.405 INFO kablam! Sep 17 21:02:20.405 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.406 INFO kablam! --> src/base/matrix.rs:41:5 Sep 17 21:02:20.406 INFO kablam! | Sep 17 21:02:20.406 INFO kablam! 41 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.406 INFO kablam! | Sep 17 21:02:20.406 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.406 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.406 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.407 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.407 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.407 INFO kablam! Sep 17 21:02:20.408 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:20.408 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:20.408 INFO kablam! | Sep 17 21:02:20.408 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:20.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:20.408 INFO kablam! | Sep 17 21:02:20.409 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:20.409 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.409 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.409 INFO kablam! Sep 17 21:02:20.409 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:20.409 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:20.409 INFO kablam! | Sep 17 21:02:20.410 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:20.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:20.410 INFO kablam! | Sep 17 21:02:20.410 INFO kablam! = help: the following implementations were found: Sep 17 21:02:20.410 INFO kablam! > Sep 17 21:02:20.410 INFO kablam! > Sep 17 21:02:20.410 INFO kablam! > Sep 17 21:02:20.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.413 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.413 INFO kablam! Sep 17 21:02:20.413 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.413 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:20.413 INFO kablam! | Sep 17 21:02:20.413 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:20.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.413 INFO kablam! | Sep 17 21:02:20.413 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.413 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.413 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.413 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.413 INFO kablam! Sep 17 21:02:20.413 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.413 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:20.413 INFO kablam! | Sep 17 21:02:20.413 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:20.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.413 INFO kablam! | Sep 17 21:02:20.413 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.413 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.414 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.414 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.414 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.414 INFO kablam! Sep 17 21:02:20.414 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.415 INFO kablam! --> src/base/matrix.rs:45:5 Sep 17 21:02:20.415 INFO kablam! | Sep 17 21:02:20.415 INFO kablam! 45 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:20.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.416 INFO kablam! | Sep 17 21:02:20.416 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.416 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.416 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.416 INFO kablam! Sep 17 21:02:20.416 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:20.416 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:20.416 INFO kablam! | Sep 17 21:02:20.416 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfRows` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:20.416 INFO kablam! | Sep 17 21:02:20.416 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfRows` bound Sep 17 21:02:20.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.417 INFO kablam! Sep 17 21:02:20.417 INFO kablam! error: the trait bound `base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:20.417 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:20.418 INFO kablam! | Sep 17 21:02:20.418 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::constraint::SameNumberOfColumns` is not implemented for `base::constraint::ShapeConstraint` Sep 17 21:02:20.418 INFO kablam! | Sep 17 21:02:20.418 INFO kablam! = help: consider adding a `where base::constraint::ShapeConstraint: base::constraint::SameNumberOfColumns` bound Sep 17 21:02:20.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.418 INFO kablam! Sep 17 21:02:20.418 INFO kablam! error: the trait bound `base::default_allocator::DefaultAllocator: base::allocator::Allocator` is not satisfied Sep 17 21:02:20.418 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:20.418 INFO kablam! | Sep 17 21:02:20.418 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::allocator::Allocator` is not implemented for `base::default_allocator::DefaultAllocator` Sep 17 21:02:20.418 INFO kablam! | Sep 17 21:02:20.418 INFO kablam! = help: the following implementations were found: Sep 17 21:02:20.418 INFO kablam! > Sep 17 21:02:20.418 INFO kablam! > Sep 17 21:02:20.418 INFO kablam! > Sep 17 21:02:20.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.418 INFO kablam! Sep 17 21:02:20.419 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.419 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:20.419 INFO kablam! | Sep 17 21:02:20.419 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.419 INFO kablam! | Sep 17 21:02:20.419 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.419 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.419 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.419 INFO kablam! Sep 17 21:02:20.419 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.419 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:20.419 INFO kablam! | Sep 17 21:02:20.419 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.419 INFO kablam! | Sep 17 21:02:20.419 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.419 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.419 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.427 INFO kablam! Sep 17 21:02:20.427 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.427 INFO kablam! --> src/base/matrix.rs:49:5 Sep 17 21:02:20.427 INFO kablam! | Sep 17 21:02:20.427 INFO kablam! 49 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:20.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.427 INFO kablam! | Sep 17 21:02:20.427 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.427 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.427 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.427 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.427 INFO kablam! Sep 17 21:02:20.524 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.524 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:20.524 INFO kablam! | Sep 17 21:02:20.524 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:20.524 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.524 INFO kablam! | Sep 17 21:02:20.524 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.524 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.525 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.525 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.525 INFO kablam! Sep 17 21:02:20.525 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.525 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:20.525 INFO kablam! | Sep 17 21:02:20.525 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:20.525 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.525 INFO kablam! | Sep 17 21:02:20.525 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.525 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.525 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.525 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.525 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.526 INFO kablam! Sep 17 21:02:20.526 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.526 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:20.526 INFO kablam! | Sep 17 21:02:20.526 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:20.526 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.527 INFO kablam! | Sep 17 21:02:20.527 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.527 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.527 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.527 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.527 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.527 INFO kablam! Sep 17 21:02:20.528 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.528 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:20.528 INFO kablam! | Sep 17 21:02:20.528 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:20.528 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.528 INFO kablam! | Sep 17 21:02:20.528 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.528 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.528 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.529 INFO kablam! Sep 17 21:02:20.529 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.529 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:20.529 INFO kablam! | Sep 17 21:02:20.529 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:20.529 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.530 INFO kablam! | Sep 17 21:02:20.530 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.530 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.530 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.530 INFO kablam! Sep 17 21:02:20.531 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.531 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:20.531 INFO kablam! | Sep 17 21:02:20.531 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:20.531 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.531 INFO kablam! | Sep 17 21:02:20.532 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.532 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.532 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.532 INFO kablam! Sep 17 21:02:20.533 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.533 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:20.533 INFO kablam! | Sep 17 21:02:20.533 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:20.534 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.534 INFO kablam! | Sep 17 21:02:20.534 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.534 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.534 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.534 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.534 INFO kablam! Sep 17 21:02:20.535 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.535 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:20.535 INFO kablam! | Sep 17 21:02:20.535 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:20.535 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.535 INFO kablam! | Sep 17 21:02:20.536 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.536 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.536 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.536 INFO kablam! Sep 17 21:02:20.537 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.537 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:20.537 INFO kablam! | Sep 17 21:02:20.537 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:20.537 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.537 INFO kablam! | Sep 17 21:02:20.537 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.538 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.538 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.538 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.538 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.538 INFO kablam! Sep 17 21:02:20.539 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.539 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:20.539 INFO kablam! | Sep 17 21:02:20.539 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:20.539 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.540 INFO kablam! | Sep 17 21:02:20.540 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.540 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.540 INFO kablam! Sep 17 21:02:20.541 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.541 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:20.541 INFO kablam! | Sep 17 21:02:20.541 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:20.541 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.541 INFO kablam! | Sep 17 21:02:20.541 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.542 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.542 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.542 INFO kablam! Sep 17 21:02:20.542 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.543 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:20.543 INFO kablam! | Sep 17 21:02:20.543 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:20.543 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.543 INFO kablam! | Sep 17 21:02:20.543 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.543 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.544 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.544 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.544 INFO kablam! Sep 17 21:02:20.545 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.545 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:20.545 INFO kablam! | Sep 17 21:02:20.545 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:20.545 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.545 INFO kablam! | Sep 17 21:02:20.545 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.546 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.546 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.546 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.546 INFO kablam! Sep 17 21:02:20.546 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.547 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:20.547 INFO kablam! | Sep 17 21:02:20.547 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:20.547 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.547 INFO kablam! | Sep 17 21:02:20.547 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.547 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.547 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.548 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.548 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.548 INFO kablam! Sep 17 21:02:20.548 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.548 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:20.548 INFO kablam! | Sep 17 21:02:20.549 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:20.549 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.549 INFO kablam! | Sep 17 21:02:20.549 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.549 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.549 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.549 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.550 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.550 INFO kablam! Sep 17 21:02:20.551 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.551 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:20.551 INFO kablam! | Sep 17 21:02:20.551 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:20.551 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.551 INFO kablam! | Sep 17 21:02:20.551 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.551 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.552 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.552 INFO kablam! Sep 17 21:02:20.552 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.552 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:20.552 INFO kablam! | Sep 17 21:02:20.553 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:20.553 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.553 INFO kablam! | Sep 17 21:02:20.553 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.553 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.553 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.553 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.554 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.554 INFO kablam! Sep 17 21:02:20.554 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.554 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:20.554 INFO kablam! | Sep 17 21:02:20.555 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:20.555 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.555 INFO kablam! | Sep 17 21:02:20.555 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.555 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.555 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.555 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.555 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.556 INFO kablam! Sep 17 21:02:20.642 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.642 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:20.642 INFO kablam! | Sep 17 21:02:20.642 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:20.642 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.642 INFO kablam! | Sep 17 21:02:20.642 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.642 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.642 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.642 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.642 INFO kablam! Sep 17 21:02:20.643 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.643 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:20.643 INFO kablam! | Sep 17 21:02:20.643 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:20.643 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.643 INFO kablam! | Sep 17 21:02:20.644 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.644 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.644 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.644 INFO kablam! Sep 17 21:02:20.645 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.645 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:20.645 INFO kablam! | Sep 17 21:02:20.645 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:20.645 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.645 INFO kablam! | Sep 17 21:02:20.645 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.645 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.646 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.646 INFO kablam! Sep 17 21:02:20.647 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.647 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:20.647 INFO kablam! | Sep 17 21:02:20.647 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:20.648 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.648 INFO kablam! | Sep 17 21:02:20.648 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.648 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.648 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.648 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.648 INFO kablam! Sep 17 21:02:20.649 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.649 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:20.649 INFO kablam! | Sep 17 21:02:20.649 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:20.649 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.649 INFO kablam! | Sep 17 21:02:20.650 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.650 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.650 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.650 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.650 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.650 INFO kablam! Sep 17 21:02:20.651 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.651 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:20.651 INFO kablam! | Sep 17 21:02:20.651 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:20.651 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.651 INFO kablam! | Sep 17 21:02:20.652 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.652 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.652 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.652 INFO kablam! Sep 17 21:02:20.701 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:20.702 INFO kablam! --> src/geometry/quaternion.rs:346:30 Sep 17 21:02:20.702 INFO kablam! | Sep 17 21:02:20.702 INFO kablam! 346 | pub type UnitQuaternion = Unit>; Sep 17 21:02:20.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:20.702 INFO kablam! | Sep 17 21:02:20.703 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:20.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.703 INFO kablam! Sep 17 21:02:20.780 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.780 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:20.780 INFO kablam! | Sep 17 21:02:20.780 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:20.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.780 INFO kablam! | Sep 17 21:02:20.780 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.781 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.781 INFO kablam! Sep 17 21:02:20.781 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.781 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:20.781 INFO kablam! | Sep 17 21:02:20.781 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:20.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.782 INFO kablam! | Sep 17 21:02:20.782 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.782 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.782 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.782 INFO kablam! Sep 17 21:02:20.782 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.782 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:20.782 INFO kablam! | Sep 17 21:02:20.782 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:20.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.782 INFO kablam! | Sep 17 21:02:20.783 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.783 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.783 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.783 INFO kablam! Sep 17 21:02:20.783 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.783 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:20.783 INFO kablam! | Sep 17 21:02:20.783 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:20.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.784 INFO kablam! | Sep 17 21:02:20.784 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.784 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.784 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.784 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.785 INFO kablam! Sep 17 21:02:20.790 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.791 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:20.791 INFO kablam! | Sep 17 21:02:20.791 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:20.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.791 INFO kablam! | Sep 17 21:02:20.791 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.791 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.791 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.791 INFO kablam! Sep 17 21:02:20.791 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.791 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:20.791 INFO kablam! | Sep 17 21:02:20.791 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:20.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.791 INFO kablam! | Sep 17 21:02:20.792 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.792 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.792 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.792 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.792 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.792 INFO kablam! Sep 17 21:02:20.887 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:20.887 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 17 21:02:20.887 INFO kablam! | Sep 17 21:02:20.887 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 17 21:02:20.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:20.890 INFO kablam! | Sep 17 21:02:20.891 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:20.891 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.891 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.891 INFO kablam! Sep 17 21:02:20.891 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:20.891 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 17 21:02:20.891 INFO kablam! | Sep 17 21:02:20.891 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 17 21:02:20.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:20.903 INFO kablam! | Sep 17 21:02:20.903 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:20.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.903 INFO kablam! Sep 17 21:02:20.903 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:20.903 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 17 21:02:20.903 INFO kablam! | Sep 17 21:02:20.903 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 17 21:02:20.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:20.903 INFO kablam! | Sep 17 21:02:20.903 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:20.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.903 INFO kablam! Sep 17 21:02:20.903 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:20.904 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 17 21:02:20.904 INFO kablam! | Sep 17 21:02:20.904 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 17 21:02:20.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:20.910 INFO kablam! | Sep 17 21:02:20.911 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:20.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.911 INFO kablam! Sep 17 21:02:20.969 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.969 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:20.969 INFO kablam! | Sep 17 21:02:20.969 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:20.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.969 INFO kablam! | Sep 17 21:02:20.969 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.969 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.969 INFO kablam! Sep 17 21:02:20.969 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.969 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:20.969 INFO kablam! | Sep 17 21:02:20.969 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:20.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.970 INFO kablam! | Sep 17 21:02:20.970 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.970 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.970 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.970 INFO kablam! Sep 17 21:02:20.970 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.970 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:20.970 INFO kablam! | Sep 17 21:02:20.970 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:20.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.970 INFO kablam! | Sep 17 21:02:20.970 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.970 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.970 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.971 INFO kablam! Sep 17 21:02:20.971 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:20.971 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:20.971 INFO kablam! | Sep 17 21:02:20.972 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:20.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:20.972 INFO kablam! | Sep 17 21:02:20.972 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:20.972 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.973 INFO kablam! Sep 17 21:02:20.973 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:20.974 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:20.974 INFO kablam! | Sep 17 21:02:20.974 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:20.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:20.974 INFO kablam! | Sep 17 21:02:20.974 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:20.975 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:20.975 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.975 INFO kablam! Sep 17 21:02:20.976 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:20.976 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:20.976 INFO kablam! | Sep 17 21:02:20.976 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:20.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:20.976 INFO kablam! | Sep 17 21:02:20.977 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:20.977 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:20.977 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:20.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:20.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:20.978 INFO kablam! Sep 17 21:02:21.068 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.069 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 17 21:02:21.069 INFO kablam! | Sep 17 21:02:21.069 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 17 21:02:21.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.069 INFO kablam! | Sep 17 21:02:21.069 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.069 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.069 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.069 INFO kablam! Sep 17 21:02:21.069 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.070 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 17 21:02:21.070 INFO kablam! | Sep 17 21:02:21.070 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 17 21:02:21.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.070 INFO kablam! | Sep 17 21:02:21.070 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.070 INFO kablam! Sep 17 21:02:21.071 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.071 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 17 21:02:21.071 INFO kablam! | Sep 17 21:02:21.071 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 17 21:02:21.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.071 INFO kablam! | Sep 17 21:02:21.071 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.071 INFO kablam! Sep 17 21:02:21.072 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.072 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 17 21:02:21.072 INFO kablam! | Sep 17 21:02:21.072 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 17 21:02:21.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.072 INFO kablam! | Sep 17 21:02:21.072 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.072 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.072 INFO kablam! Sep 17 21:02:21.073 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.073 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 17 21:02:21.073 INFO kablam! | Sep 17 21:02:21.073 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 17 21:02:21.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.073 INFO kablam! | Sep 17 21:02:21.073 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.073 INFO kablam! Sep 17 21:02:21.073 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.073 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 17 21:02:21.073 INFO kablam! | Sep 17 21:02:21.073 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 17 21:02:21.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.073 INFO kablam! | Sep 17 21:02:21.073 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.073 INFO kablam! Sep 17 21:02:21.080 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.080 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 17 21:02:21.080 INFO kablam! | Sep 17 21:02:21.080 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 17 21:02:21.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.080 INFO kablam! | Sep 17 21:02:21.080 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.080 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.080 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.080 INFO kablam! Sep 17 21:02:21.081 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.081 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 17 21:02:21.081 INFO kablam! | Sep 17 21:02:21.081 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 17 21:02:21.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.081 INFO kablam! | Sep 17 21:02:21.081 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.082 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.082 INFO kablam! Sep 17 21:02:21.163 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.163 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 17 21:02:21.163 INFO kablam! | Sep 17 21:02:21.163 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 17 21:02:21.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.163 INFO kablam! | Sep 17 21:02:21.163 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.163 INFO kablam! Sep 17 21:02:21.163 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.163 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 17 21:02:21.163 INFO kablam! | Sep 17 21:02:21.163 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 17 21:02:21.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.163 INFO kablam! | Sep 17 21:02:21.163 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.163 INFO kablam! Sep 17 21:02:21.163 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.163 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 17 21:02:21.163 INFO kablam! | Sep 17 21:02:21.163 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 17 21:02:21.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.163 INFO kablam! | Sep 17 21:02:21.163 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.167 INFO kablam! Sep 17 21:02:21.167 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.167 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 17 21:02:21.167 INFO kablam! | Sep 17 21:02:21.167 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 17 21:02:21.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.167 INFO kablam! | Sep 17 21:02:21.167 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.167 INFO kablam! Sep 17 21:02:21.215 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.215 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 17 21:02:21.215 INFO kablam! | Sep 17 21:02:21.215 INFO kablam! 6 | pub type Transform2 = Transform; Sep 17 21:02:21.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.215 INFO kablam! | Sep 17 21:02:21.215 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.215 INFO kablam! Sep 17 21:02:21.215 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.215 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 17 21:02:21.215 INFO kablam! | Sep 17 21:02:21.215 INFO kablam! 8 | pub type Projective2 = Transform; Sep 17 21:02:21.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.215 INFO kablam! | Sep 17 21:02:21.215 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.215 INFO kablam! Sep 17 21:02:21.215 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.215 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 17 21:02:21.215 INFO kablam! | Sep 17 21:02:21.215 INFO kablam! 10 | pub type Affine2 = Transform; Sep 17 21:02:21.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.215 INFO kablam! | Sep 17 21:02:21.215 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.215 INFO kablam! Sep 17 21:02:21.215 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.215 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 17 21:02:21.215 INFO kablam! | Sep 17 21:02:21.218 INFO kablam! 13 | pub type Transform3 = Transform; Sep 17 21:02:21.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.219 INFO kablam! | Sep 17 21:02:21.219 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.219 INFO kablam! Sep 17 21:02:21.219 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.219 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 17 21:02:21.219 INFO kablam! | Sep 17 21:02:21.219 INFO kablam! 15 | pub type Projective3 = Transform; Sep 17 21:02:21.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.219 INFO kablam! | Sep 17 21:02:21.219 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.219 INFO kablam! Sep 17 21:02:21.219 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.219 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 17 21:02:21.219 INFO kablam! | Sep 17 21:02:21.219 INFO kablam! 17 | pub type Affine3 = Transform; Sep 17 21:02:21.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.219 INFO kablam! | Sep 17 21:02:21.219 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.219 INFO kablam! Sep 17 21:02:21.267 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.267 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 17 21:02:21.267 INFO kablam! | Sep 17 21:02:21.267 INFO kablam! 6 | pub type Transform2 = Transform; Sep 17 21:02:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.267 INFO kablam! | Sep 17 21:02:21.267 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.267 INFO kablam! Sep 17 21:02:21.275 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.275 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 17 21:02:21.275 INFO kablam! | Sep 17 21:02:21.275 INFO kablam! 8 | pub type Projective2 = Transform; Sep 17 21:02:21.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.275 INFO kablam! | Sep 17 21:02:21.275 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.278 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.279 INFO kablam! Sep 17 21:02:21.279 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.279 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 17 21:02:21.279 INFO kablam! | Sep 17 21:02:21.279 INFO kablam! 10 | pub type Affine2 = Transform; Sep 17 21:02:21.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.279 INFO kablam! | Sep 17 21:02:21.279 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.279 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.279 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.279 INFO kablam! Sep 17 21:02:21.286 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.287 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 17 21:02:21.287 INFO kablam! | Sep 17 21:02:21.287 INFO kablam! 13 | pub type Transform3 = Transform; Sep 17 21:02:21.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.287 INFO kablam! | Sep 17 21:02:21.287 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.287 INFO kablam! Sep 17 21:02:21.287 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.287 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 17 21:02:21.287 INFO kablam! | Sep 17 21:02:21.287 INFO kablam! 15 | pub type Projective3 = Transform; Sep 17 21:02:21.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.287 INFO kablam! | Sep 17 21:02:21.287 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.287 INFO kablam! Sep 17 21:02:21.299 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:21.299 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 17 21:02:21.299 INFO kablam! | Sep 17 21:02:21.299 INFO kablam! 17 | pub type Affine3 = Transform; Sep 17 21:02:21.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:21.299 INFO kablam! | Sep 17 21:02:21.299 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:21.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.299 INFO kablam! Sep 17 21:02:21.636 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.636 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.636 INFO kablam! | Sep 17 21:02:21.636 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.636 INFO kablam! ... Sep 17 21:02:21.636 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.636 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.636 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.636 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.636 INFO kablam! ... | Sep 17 21:02:21.636 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.636 INFO kablam! 189 | | ); Sep 17 21:02:21.636 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.636 INFO kablam! | Sep 17 21:02:21.636 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.636 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimAdd` for `D1` Sep 17 21:02:21.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.636 INFO kablam! Sep 17 21:02:21.636 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.637 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.637 INFO kablam! | Sep 17 21:02:21.637 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.637 INFO kablam! ... Sep 17 21:02:21.637 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.637 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.637 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.637 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.637 INFO kablam! ... | Sep 17 21:02:21.637 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.637 INFO kablam! 189 | | ); Sep 17 21:02:21.637 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.637 INFO kablam! | Sep 17 21:02:21.637 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.637 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimAdd` for `D1` Sep 17 21:02:21.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.637 INFO kablam! Sep 17 21:02:21.638 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.639 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.639 INFO kablam! | Sep 17 21:02:21.639 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.639 INFO kablam! ... Sep 17 21:02:21.639 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.639 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.639 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.639 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.639 INFO kablam! ... | Sep 17 21:02:21.639 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.639 INFO kablam! 189 | | ); Sep 17 21:02:21.639 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.639 INFO kablam! | Sep 17 21:02:21.639 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.639 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameAdd` for `D1` Sep 17 21:02:21.639 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.639 INFO kablam! Sep 17 21:02:21.639 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.639 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.639 INFO kablam! | Sep 17 21:02:21.639 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.639 INFO kablam! ... Sep 17 21:02:21.639 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.639 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.639 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.639 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.639 INFO kablam! ... | Sep 17 21:02:21.639 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.639 INFO kablam! 189 | | ); Sep 17 21:02:21.639 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.639 INFO kablam! | Sep 17 21:02:21.639 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.639 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameAdd` for `D1` Sep 17 21:02:21.639 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.639 INFO kablam! Sep 17 21:02:21.643 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.643 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.643 INFO kablam! | Sep 17 21:02:21.643 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.643 INFO kablam! ... Sep 17 21:02:21.643 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.643 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.643 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.643 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.643 INFO kablam! ... | Sep 17 21:02:21.643 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.643 INFO kablam! 189 | | ); Sep 17 21:02:21.643 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.643 INFO kablam! | Sep 17 21:02:21.643 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.643 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMul` for `D1` Sep 17 21:02:21.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.643 INFO kablam! Sep 17 21:02:21.643 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.643 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.643 INFO kablam! | Sep 17 21:02:21.643 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.643 INFO kablam! ... Sep 17 21:02:21.643 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.643 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.643 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.643 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.643 INFO kablam! ... | Sep 17 21:02:21.643 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.643 INFO kablam! 189 | | ); Sep 17 21:02:21.643 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.643 INFO kablam! | Sep 17 21:02:21.643 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.643 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMul` for `D1` Sep 17 21:02:21.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.643 INFO kablam! Sep 17 21:02:21.646 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.646 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.646 INFO kablam! | Sep 17 21:02:21.646 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.646 INFO kablam! ... Sep 17 21:02:21.646 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.646 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.646 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.646 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.646 INFO kablam! ... | Sep 17 21:02:21.646 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.646 INFO kablam! 189 | | ); Sep 17 21:02:21.646 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.646 INFO kablam! | Sep 17 21:02:21.646 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.646 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMul` for `D1` Sep 17 21:02:21.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.646 INFO kablam! Sep 17 21:02:21.646 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.646 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.646 INFO kablam! | Sep 17 21:02:21.646 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.646 INFO kablam! ... Sep 17 21:02:21.646 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.646 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.646 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.646 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.646 INFO kablam! ... | Sep 17 21:02:21.646 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.646 INFO kablam! 189 | | ); Sep 17 21:02:21.646 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.646 INFO kablam! | Sep 17 21:02:21.646 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.646 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMul` for `D1` Sep 17 21:02:21.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.646 INFO kablam! Sep 17 21:02:21.653 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.653 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.653 INFO kablam! | Sep 17 21:02:21.653 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.653 INFO kablam! ... Sep 17 21:02:21.653 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.653 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.653 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.653 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.653 INFO kablam! ... | Sep 17 21:02:21.653 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.653 INFO kablam! 189 | | ); Sep 17 21:02:21.653 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.653 INFO kablam! | Sep 17 21:02:21.653 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.653 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimSub` for `D1` Sep 17 21:02:21.653 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.653 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.653 INFO kablam! Sep 17 21:02:21.653 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.653 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.653 INFO kablam! | Sep 17 21:02:21.653 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.653 INFO kablam! ... Sep 17 21:02:21.653 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.653 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.653 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.654 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.654 INFO kablam! ... | Sep 17 21:02:21.654 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.654 INFO kablam! 189 | | ); Sep 17 21:02:21.654 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.654 INFO kablam! | Sep 17 21:02:21.654 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.654 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimSub` for `D1` Sep 17 21:02:21.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.654 INFO kablam! Sep 17 21:02:21.663 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.663 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.663 INFO kablam! | Sep 17 21:02:21.663 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.663 INFO kablam! ... Sep 17 21:02:21.663 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.663 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.663 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.663 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.663 INFO kablam! ... | Sep 17 21:02:21.663 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.663 INFO kablam! 189 | | ); Sep 17 21:02:21.663 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.663 INFO kablam! | Sep 17 21:02:21.663 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.663 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameSub` for `D1` Sep 17 21:02:21.663 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.663 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.663 INFO kablam! Sep 17 21:02:21.663 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.663 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.663 INFO kablam! | Sep 17 21:02:21.663 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.663 INFO kablam! ... Sep 17 21:02:21.663 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.663 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.663 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.663 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.663 INFO kablam! ... | Sep 17 21:02:21.663 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.663 INFO kablam! 189 | | ); Sep 17 21:02:21.663 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.663 INFO kablam! | Sep 17 21:02:21.663 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.663 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameSub` for `D1` Sep 17 21:02:21.663 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.663 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.663 INFO kablam! Sep 17 21:02:21.669 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.669 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.669 INFO kablam! | Sep 17 21:02:21.669 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.669 INFO kablam! ... Sep 17 21:02:21.669 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.669 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.669 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.669 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.670 INFO kablam! ... | Sep 17 21:02:21.670 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.670 INFO kablam! 189 | | ); Sep 17 21:02:21.670 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.670 INFO kablam! | Sep 17 21:02:21.670 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.670 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimDiv` for `D1` Sep 17 21:02:21.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.670 INFO kablam! Sep 17 21:02:21.670 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.670 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.670 INFO kablam! | Sep 17 21:02:21.670 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.670 INFO kablam! ... Sep 17 21:02:21.670 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.670 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.670 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.670 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.670 INFO kablam! ... | Sep 17 21:02:21.670 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.670 INFO kablam! 189 | | ); Sep 17 21:02:21.670 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.670 INFO kablam! | Sep 17 21:02:21.670 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.670 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimDiv` for `D1` Sep 17 21:02:21.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.670 INFO kablam! Sep 17 21:02:21.683 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.683 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.683 INFO kablam! | Sep 17 21:02:21.683 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.683 INFO kablam! ... Sep 17 21:02:21.683 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.683 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.683 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.683 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.683 INFO kablam! ... | Sep 17 21:02:21.683 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.683 INFO kablam! 189 | | ); Sep 17 21:02:21.683 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.683 INFO kablam! | Sep 17 21:02:21.683 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.683 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameDiv` for `D1` Sep 17 21:02:21.683 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.683 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.683 INFO kablam! Sep 17 21:02:21.683 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.683 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.683 INFO kablam! | Sep 17 21:02:21.683 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.683 INFO kablam! ... Sep 17 21:02:21.683 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.683 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.683 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.683 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.683 INFO kablam! ... | Sep 17 21:02:21.683 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.683 INFO kablam! 189 | | ); Sep 17 21:02:21.683 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.683 INFO kablam! | Sep 17 21:02:21.683 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.683 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameDiv` for `D1` Sep 17 21:02:21.683 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.683 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.683 INFO kablam! Sep 17 21:02:21.691 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.691 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.691 INFO kablam! | Sep 17 21:02:21.691 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.691 INFO kablam! ... Sep 17 21:02:21.691 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.691 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.691 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.691 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.691 INFO kablam! ... | Sep 17 21:02:21.691 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.691 INFO kablam! 189 | | ); Sep 17 21:02:21.691 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.691 INFO kablam! | Sep 17 21:02:21.691 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.691 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMin` for `D1` Sep 17 21:02:21.691 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.691 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.691 INFO kablam! Sep 17 21:02:21.691 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.691 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.691 INFO kablam! | Sep 17 21:02:21.691 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.691 INFO kablam! ... Sep 17 21:02:21.691 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.691 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.691 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.691 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.691 INFO kablam! ... | Sep 17 21:02:21.691 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.691 INFO kablam! 189 | | ); Sep 17 21:02:21.691 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.691 INFO kablam! | Sep 17 21:02:21.691 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.691 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMin` for `D1` Sep 17 21:02:21.691 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.691 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.691 INFO kablam! Sep 17 21:02:21.691 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.691 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.691 INFO kablam! | Sep 17 21:02:21.691 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.691 INFO kablam! ... Sep 17 21:02:21.691 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.692 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.692 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.692 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.692 INFO kablam! ... | Sep 17 21:02:21.692 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.692 INFO kablam! 189 | | ); Sep 17 21:02:21.694 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.694 INFO kablam! | Sep 17 21:02:21.694 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.694 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMin` for `D1` Sep 17 21:02:21.694 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.694 INFO kablam! Sep 17 21:02:21.694 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.694 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.694 INFO kablam! | Sep 17 21:02:21.694 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.694 INFO kablam! ... Sep 17 21:02:21.694 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.694 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.694 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.694 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.694 INFO kablam! ... | Sep 17 21:02:21.694 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.694 INFO kablam! 189 | | ); Sep 17 21:02:21.694 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.694 INFO kablam! | Sep 17 21:02:21.694 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.694 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMin` for `D1` Sep 17 21:02:21.694 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.694 INFO kablam! Sep 17 21:02:21.703 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.703 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.703 INFO kablam! | Sep 17 21:02:21.703 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.703 INFO kablam! ... Sep 17 21:02:21.703 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.703 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.703 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.703 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.703 INFO kablam! ... | Sep 17 21:02:21.703 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.703 INFO kablam! 189 | | ); Sep 17 21:02:21.703 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.703 INFO kablam! | Sep 17 21:02:21.703 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.703 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMax` for `D1` Sep 17 21:02:21.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.703 INFO kablam! Sep 17 21:02:21.703 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.703 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.703 INFO kablam! | Sep 17 21:02:21.703 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.703 INFO kablam! ... Sep 17 21:02:21.703 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.703 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.703 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.703 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.703 INFO kablam! ... | Sep 17 21:02:21.703 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.703 INFO kablam! 189 | | ); Sep 17 21:02:21.703 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.703 INFO kablam! | Sep 17 21:02:21.703 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.703 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMax` for `D1` Sep 17 21:02:21.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.703 INFO kablam! Sep 17 21:02:21.711 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.711 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.711 INFO kablam! | Sep 17 21:02:21.711 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.711 INFO kablam! ... Sep 17 21:02:21.711 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.711 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.711 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.711 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.711 INFO kablam! ... | Sep 17 21:02:21.711 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.711 INFO kablam! 189 | | ); Sep 17 21:02:21.711 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.711 INFO kablam! | Sep 17 21:02:21.711 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.711 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMax` for `D1` Sep 17 21:02:21.711 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.711 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.711 INFO kablam! Sep 17 21:02:21.711 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.711 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.711 INFO kablam! | Sep 17 21:02:21.711 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.711 INFO kablam! ... Sep 17 21:02:21.711 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.711 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.711 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.711 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.711 INFO kablam! ... | Sep 17 21:02:21.711 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.711 INFO kablam! 189 | | ); Sep 17 21:02:21.711 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.711 INFO kablam! | Sep 17 21:02:21.711 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.711 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMax` for `D1` Sep 17 21:02:21.711 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.711 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.711 INFO kablam! Sep 17 21:02:21.871 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.871 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.871 INFO kablam! | Sep 17 21:02:21.871 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.871 INFO kablam! ... Sep 17 21:02:21.871 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.871 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.871 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.871 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.871 INFO kablam! ... | Sep 17 21:02:21.871 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.871 INFO kablam! 189 | | ); Sep 17 21:02:21.871 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.871 INFO kablam! | Sep 17 21:02:21.871 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.871 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimAdd` for `D1` Sep 17 21:02:21.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.871 INFO kablam! Sep 17 21:02:21.871 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.871 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.871 INFO kablam! | Sep 17 21:02:21.871 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.871 INFO kablam! ... Sep 17 21:02:21.871 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.871 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.871 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.871 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.871 INFO kablam! ... | Sep 17 21:02:21.871 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.871 INFO kablam! 189 | | ); Sep 17 21:02:21.871 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.871 INFO kablam! | Sep 17 21:02:21.871 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.871 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimAdd` for `D1` Sep 17 21:02:21.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.871 INFO kablam! Sep 17 21:02:21.887 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.887 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.887 INFO kablam! | Sep 17 21:02:21.887 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.887 INFO kablam! ... Sep 17 21:02:21.887 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.887 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.887 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.887 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.887 INFO kablam! ... | Sep 17 21:02:21.887 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.887 INFO kablam! 189 | | ); Sep 17 21:02:21.887 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.887 INFO kablam! | Sep 17 21:02:21.887 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.887 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameAdd` for `D1` Sep 17 21:02:21.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.887 INFO kablam! Sep 17 21:02:21.887 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.887 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.887 INFO kablam! | Sep 17 21:02:21.887 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.887 INFO kablam! ... Sep 17 21:02:21.887 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.887 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.888 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.888 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.888 INFO kablam! ... | Sep 17 21:02:21.888 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.888 INFO kablam! 189 | | ); Sep 17 21:02:21.888 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.888 INFO kablam! | Sep 17 21:02:21.888 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.888 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameAdd` for `D1` Sep 17 21:02:21.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.888 INFO kablam! Sep 17 21:02:21.888 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.888 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.888 INFO kablam! | Sep 17 21:02:21.888 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.888 INFO kablam! ... Sep 17 21:02:21.888 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.888 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.888 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.888 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.888 INFO kablam! ... | Sep 17 21:02:21.888 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.888 INFO kablam! 189 | | ); Sep 17 21:02:21.888 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.888 INFO kablam! | Sep 17 21:02:21.888 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.888 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMul` for `D1` Sep 17 21:02:21.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.888 INFO kablam! Sep 17 21:02:21.888 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.888 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.888 INFO kablam! | Sep 17 21:02:21.888 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.888 INFO kablam! ... Sep 17 21:02:21.888 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.888 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.888 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.888 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.888 INFO kablam! ... | Sep 17 21:02:21.888 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.888 INFO kablam! 189 | | ); Sep 17 21:02:21.888 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.888 INFO kablam! | Sep 17 21:02:21.888 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.888 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMul` for `D1` Sep 17 21:02:21.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.888 INFO kablam! Sep 17 21:02:21.891 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.891 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.891 INFO kablam! | Sep 17 21:02:21.891 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.891 INFO kablam! ... Sep 17 21:02:21.891 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.891 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.891 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.891 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.891 INFO kablam! ... | Sep 17 21:02:21.891 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.891 INFO kablam! 189 | | ); Sep 17 21:02:21.891 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.894 INFO kablam! | Sep 17 21:02:21.894 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.894 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMul` for `D1` Sep 17 21:02:21.894 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.894 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.894 INFO kablam! Sep 17 21:02:21.894 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.894 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.894 INFO kablam! | Sep 17 21:02:21.894 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.894 INFO kablam! ... Sep 17 21:02:21.894 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.894 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.894 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.894 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.894 INFO kablam! ... | Sep 17 21:02:21.894 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.894 INFO kablam! 189 | | ); Sep 17 21:02:21.894 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.894 INFO kablam! | Sep 17 21:02:21.894 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.894 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMul` for `D1` Sep 17 21:02:21.894 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.894 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.894 INFO kablam! Sep 17 21:02:21.899 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.899 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.899 INFO kablam! | Sep 17 21:02:21.899 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.899 INFO kablam! ... Sep 17 21:02:21.899 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.899 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.899 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.899 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.899 INFO kablam! ... | Sep 17 21:02:21.899 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.899 INFO kablam! 189 | | ); Sep 17 21:02:21.899 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.899 INFO kablam! | Sep 17 21:02:21.899 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.899 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimSub` for `D1` Sep 17 21:02:21.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.899 INFO kablam! Sep 17 21:02:21.899 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.899 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.899 INFO kablam! | Sep 17 21:02:21.899 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.899 INFO kablam! ... Sep 17 21:02:21.899 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.899 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.899 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.899 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.899 INFO kablam! ... | Sep 17 21:02:21.899 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.899 INFO kablam! 189 | | ); Sep 17 21:02:21.899 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.899 INFO kablam! | Sep 17 21:02:21.899 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.899 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimSub` for `D1` Sep 17 21:02:21.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.899 INFO kablam! Sep 17 21:02:21.899 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.900 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.900 INFO kablam! | Sep 17 21:02:21.900 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.900 INFO kablam! ... Sep 17 21:02:21.900 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.900 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.900 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.900 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.900 INFO kablam! ... | Sep 17 21:02:21.900 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.900 INFO kablam! 189 | | ); Sep 17 21:02:21.900 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.900 INFO kablam! | Sep 17 21:02:21.900 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.900 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameSub` for `D1` Sep 17 21:02:21.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.900 INFO kablam! Sep 17 21:02:21.900 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.900 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.900 INFO kablam! | Sep 17 21:02:21.900 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.900 INFO kablam! ... Sep 17 21:02:21.900 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.900 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.900 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.900 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.900 INFO kablam! ... | Sep 17 21:02:21.900 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.900 INFO kablam! 189 | | ); Sep 17 21:02:21.900 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.900 INFO kablam! | Sep 17 21:02:21.900 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.900 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameSub` for `D1` Sep 17 21:02:21.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.900 INFO kablam! Sep 17 21:02:21.903 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.903 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.903 INFO kablam! | Sep 17 21:02:21.903 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.903 INFO kablam! ... Sep 17 21:02:21.903 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.903 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.903 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.903 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.903 INFO kablam! ... | Sep 17 21:02:21.903 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.903 INFO kablam! 189 | | ); Sep 17 21:02:21.903 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.903 INFO kablam! | Sep 17 21:02:21.903 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.903 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimDiv` for `D1` Sep 17 21:02:21.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.903 INFO kablam! Sep 17 21:02:21.903 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.903 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.903 INFO kablam! | Sep 17 21:02:21.903 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.903 INFO kablam! ... Sep 17 21:02:21.903 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.903 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.903 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.903 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.903 INFO kablam! ... | Sep 17 21:02:21.903 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.903 INFO kablam! 189 | | ); Sep 17 21:02:21.903 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.903 INFO kablam! | Sep 17 21:02:21.903 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.903 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimDiv` for `D1` Sep 17 21:02:21.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.911 INFO kablam! Sep 17 21:02:21.911 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.911 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.911 INFO kablam! | Sep 17 21:02:21.911 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.911 INFO kablam! ... Sep 17 21:02:21.911 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.911 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.911 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.911 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.911 INFO kablam! ... | Sep 17 21:02:21.911 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.911 INFO kablam! 189 | | ); Sep 17 21:02:21.911 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.911 INFO kablam! | Sep 17 21:02:21.911 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.911 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameDiv` for `D1` Sep 17 21:02:21.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.911 INFO kablam! Sep 17 21:02:21.911 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.911 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.911 INFO kablam! | Sep 17 21:02:21.911 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.911 INFO kablam! ... Sep 17 21:02:21.911 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.911 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.911 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.911 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.911 INFO kablam! ... | Sep 17 21:02:21.911 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.911 INFO kablam! 189 | | ); Sep 17 21:02:21.911 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.911 INFO kablam! | Sep 17 21:02:21.911 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.911 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameDiv` for `D1` Sep 17 21:02:21.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.911 INFO kablam! Sep 17 21:02:21.913 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.913 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.913 INFO kablam! | Sep 17 21:02:21.913 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.913 INFO kablam! ... Sep 17 21:02:21.913 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.913 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.913 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.913 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.913 INFO kablam! ... | Sep 17 21:02:21.913 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.913 INFO kablam! 189 | | ); Sep 17 21:02:21.913 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.913 INFO kablam! | Sep 17 21:02:21.913 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.913 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMin` for `D1` Sep 17 21:02:21.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.913 INFO kablam! Sep 17 21:02:21.919 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.919 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.919 INFO kablam! | Sep 17 21:02:21.919 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.919 INFO kablam! ... Sep 17 21:02:21.919 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.919 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.919 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.919 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.919 INFO kablam! ... | Sep 17 21:02:21.919 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.919 INFO kablam! 189 | | ); Sep 17 21:02:21.919 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.919 INFO kablam! | Sep 17 21:02:21.919 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.919 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMin` for `D1` Sep 17 21:02:21.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.919 INFO kablam! Sep 17 21:02:21.923 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.923 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.923 INFO kablam! | Sep 17 21:02:21.923 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.923 INFO kablam! ... Sep 17 21:02:21.923 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.923 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.923 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.923 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.923 INFO kablam! ... | Sep 17 21:02:21.923 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.923 INFO kablam! 189 | | ); Sep 17 21:02:21.923 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.923 INFO kablam! | Sep 17 21:02:21.924 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.924 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMin` for `D1` Sep 17 21:02:21.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.924 INFO kablam! Sep 17 21:02:21.924 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.924 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.924 INFO kablam! | Sep 17 21:02:21.924 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.924 INFO kablam! ... Sep 17 21:02:21.924 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.924 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.924 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.924 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.924 INFO kablam! ... | Sep 17 21:02:21.924 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.924 INFO kablam! 189 | | ); Sep 17 21:02:21.924 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.924 INFO kablam! | Sep 17 21:02:21.924 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.924 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMin` for `D1` Sep 17 21:02:21.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.924 INFO kablam! Sep 17 21:02:21.931 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.931 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.931 INFO kablam! | Sep 17 21:02:21.931 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.931 INFO kablam! ... Sep 17 21:02:21.931 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.931 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.931 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.931 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.931 INFO kablam! ... | Sep 17 21:02:21.931 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.931 INFO kablam! 189 | | ); Sep 17 21:02:21.931 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.931 INFO kablam! | Sep 17 21:02:21.931 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.931 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMax` for `D1` Sep 17 21:02:21.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.931 INFO kablam! Sep 17 21:02:21.931 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.931 INFO kablam! --> src/base/dimension.rs:124:38 Sep 17 21:02:21.931 INFO kablam! | Sep 17 21:02:21.931 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:21.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.931 INFO kablam! ... Sep 17 21:02:21.931 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.931 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.931 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.931 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.931 INFO kablam! ... | Sep 17 21:02:21.931 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.931 INFO kablam! 189 | | ); Sep 17 21:02:21.931 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.931 INFO kablam! | Sep 17 21:02:21.931 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.931 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimMax` for `D1` Sep 17 21:02:21.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.931 INFO kablam! Sep 17 21:02:21.939 INFO kablam! error: the trait bound `D1: base::dimension::DimName` is not satisfied Sep 17 21:02:21.939 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.939 INFO kablam! | Sep 17 21:02:21.939 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D1` Sep 17 21:02:21.939 INFO kablam! ... Sep 17 21:02:21.939 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.939 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.939 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.939 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.939 INFO kablam! ... | Sep 17 21:02:21.939 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.939 INFO kablam! 189 | | ); Sep 17 21:02:21.939 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.939 INFO kablam! | Sep 17 21:02:21.939 INFO kablam! = help: consider adding a `where D1: base::dimension::DimName` bound Sep 17 21:02:21.939 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMax` for `D1` Sep 17 21:02:21.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.939 INFO kablam! Sep 17 21:02:21.939 INFO kablam! error: the trait bound `D2: base::dimension::DimName` is not satisfied Sep 17 21:02:21.939 INFO kablam! --> src/base/dimension.rs:161:42 Sep 17 21:02:21.939 INFO kablam! | Sep 17 21:02:21.939 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:21.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::DimName` is not implemented for `D2` Sep 17 21:02:21.939 INFO kablam! ... Sep 17 21:02:21.939 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:21.939 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:21.939 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:21.939 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:21.939 INFO kablam! ... | Sep 17 21:02:21.939 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:21.939 INFO kablam! 189 | | ); Sep 17 21:02:21.940 INFO kablam! | |__- in this macro invocation Sep 17 21:02:21.940 INFO kablam! | Sep 17 21:02:21.940 INFO kablam! = help: consider adding a `where D2: base::dimension::DimName` bound Sep 17 21:02:21.940 INFO kablam! = note: required because of the requirements on the impl of `base::dimension::DimNameMax` for `D1` Sep 17 21:02:21.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:21.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:21.940 INFO kablam! Sep 17 21:02:24.104 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:24.104 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.104 INFO kablam! | Sep 17 21:02:24.104 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:24.104 INFO kablam! ... Sep 17 21:02:24.104 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.104 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.104 INFO kablam! 604 | | row, Sep 17 21:02:24.104 INFO kablam! 605 | | row_part, Sep 17 21:02:24.104 INFO kablam! ... | Sep 17 21:02:24.104 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.104 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.104 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.104 INFO kablam! | Sep 17 21:02:24.104 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:24.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.104 INFO kablam! Sep 17 21:02:24.104 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:24.104 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.104 INFO kablam! | Sep 17 21:02:24.104 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:24.104 INFO kablam! ... Sep 17 21:02:24.104 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.104 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.104 INFO kablam! 604 | | row, Sep 17 21:02:24.104 INFO kablam! 605 | | row_part, Sep 17 21:02:24.104 INFO kablam! ... | Sep 17 21:02:24.104 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.105 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.105 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.105 INFO kablam! | Sep 17 21:02:24.105 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:24.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.105 INFO kablam! Sep 17 21:02:24.105 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.105 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.105 INFO kablam! | Sep 17 21:02:24.105 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:24.105 INFO kablam! ... Sep 17 21:02:24.105 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.105 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.105 INFO kablam! 604 | | row, Sep 17 21:02:24.105 INFO kablam! 605 | | row_part, Sep 17 21:02:24.105 INFO kablam! ... | Sep 17 21:02:24.105 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.105 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.105 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.105 INFO kablam! | Sep 17 21:02:24.105 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:24.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.105 INFO kablam! Sep 17 21:02:24.105 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.105 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.105 INFO kablam! | Sep 17 21:02:24.105 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:24.105 INFO kablam! ... Sep 17 21:02:24.105 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.105 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.105 INFO kablam! 604 | | row, Sep 17 21:02:24.105 INFO kablam! 605 | | row_part, Sep 17 21:02:24.105 INFO kablam! ... | Sep 17 21:02:24.105 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.105 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.105 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.105 INFO kablam! | Sep 17 21:02:24.105 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:24.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.105 INFO kablam! Sep 17 21:02:24.105 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:24.105 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.105 INFO kablam! | Sep 17 21:02:24.105 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:24.105 INFO kablam! ... Sep 17 21:02:24.105 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.105 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.105 INFO kablam! 604 | | row, Sep 17 21:02:24.106 INFO kablam! 605 | | row_part, Sep 17 21:02:24.106 INFO kablam! ... | Sep 17 21:02:24.106 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.106 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.106 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.106 INFO kablam! | Sep 17 21:02:24.106 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:24.106 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.106 INFO kablam! Sep 17 21:02:24.106 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:24.106 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.106 INFO kablam! | Sep 17 21:02:24.106 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:24.106 INFO kablam! ... Sep 17 21:02:24.106 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.106 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.106 INFO kablam! 604 | | row, Sep 17 21:02:24.106 INFO kablam! 605 | | row_part, Sep 17 21:02:24.106 INFO kablam! ... | Sep 17 21:02:24.106 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.106 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.106 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.106 INFO kablam! | Sep 17 21:02:24.106 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:24.106 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:24.106 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.106 INFO kablam! Sep 17 21:02:24.106 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:24.106 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.106 INFO kablam! | Sep 17 21:02:24.106 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:24.106 INFO kablam! ... Sep 17 21:02:24.106 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.106 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.106 INFO kablam! 604 | | row, Sep 17 21:02:24.106 INFO kablam! 605 | | row_part, Sep 17 21:02:24.106 INFO kablam! ... | Sep 17 21:02:24.106 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.106 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.106 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.106 INFO kablam! | Sep 17 21:02:24.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:24.107 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:24.107 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.107 INFO kablam! Sep 17 21:02:24.108 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:24.108 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.108 INFO kablam! | Sep 17 21:02:24.108 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:24.108 INFO kablam! ... Sep 17 21:02:24.108 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.108 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.108 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.108 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.108 INFO kablam! ... | Sep 17 21:02:24.108 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.108 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.108 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.108 INFO kablam! | Sep 17 21:02:24.108 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:24.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.108 INFO kablam! Sep 17 21:02:24.108 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:24.108 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.108 INFO kablam! | Sep 17 21:02:24.108 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:24.109 INFO kablam! ... Sep 17 21:02:24.109 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.109 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.109 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.109 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.109 INFO kablam! ... | Sep 17 21:02:24.109 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.109 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.109 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.109 INFO kablam! | Sep 17 21:02:24.109 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:24.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.109 INFO kablam! Sep 17 21:02:24.109 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.109 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.109 INFO kablam! | Sep 17 21:02:24.110 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:24.110 INFO kablam! ... Sep 17 21:02:24.110 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.110 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.110 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.110 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.110 INFO kablam! ... | Sep 17 21:02:24.110 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.110 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.110 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.110 INFO kablam! | Sep 17 21:02:24.110 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:24.110 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.110 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.110 INFO kablam! Sep 17 21:02:24.119 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.119 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.119 INFO kablam! | Sep 17 21:02:24.119 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:24.119 INFO kablam! ... Sep 17 21:02:24.119 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.119 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.119 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.119 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.119 INFO kablam! ... | Sep 17 21:02:24.119 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.119 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.119 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.119 INFO kablam! | Sep 17 21:02:24.119 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:24.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.119 INFO kablam! Sep 17 21:02:24.120 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:24.120 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.120 INFO kablam! | Sep 17 21:02:24.120 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:24.120 INFO kablam! ... Sep 17 21:02:24.120 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.120 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.120 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.120 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.120 INFO kablam! ... | Sep 17 21:02:24.120 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.120 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.120 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.120 INFO kablam! | Sep 17 21:02:24.120 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:24.120 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.120 INFO kablam! Sep 17 21:02:24.121 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:24.121 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.121 INFO kablam! | Sep 17 21:02:24.121 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:24.121 INFO kablam! ... Sep 17 21:02:24.121 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.121 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.121 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.121 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.121 INFO kablam! ... | Sep 17 21:02:24.121 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.121 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.121 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.121 INFO kablam! | Sep 17 21:02:24.121 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:24.121 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:24.121 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.121 INFO kablam! Sep 17 21:02:24.121 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:24.121 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.121 INFO kablam! | Sep 17 21:02:24.122 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:24.122 INFO kablam! ... Sep 17 21:02:24.122 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.122 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.122 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.122 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.122 INFO kablam! ... | Sep 17 21:02:24.122 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.122 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.122 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.122 INFO kablam! | Sep 17 21:02:24.122 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:24.122 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:24.122 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.122 INFO kablam! Sep 17 21:02:24.140 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:24.140 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.140 INFO kablam! | Sep 17 21:02:24.140 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:24.140 INFO kablam! ... Sep 17 21:02:24.140 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.140 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.140 INFO kablam! 604 | | row, Sep 17 21:02:24.140 INFO kablam! 605 | | row_part, Sep 17 21:02:24.140 INFO kablam! ... | Sep 17 21:02:24.140 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.140 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.140 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.140 INFO kablam! | Sep 17 21:02:24.140 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:24.141 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.141 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.141 INFO kablam! Sep 17 21:02:24.141 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:24.141 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.141 INFO kablam! | Sep 17 21:02:24.141 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:24.141 INFO kablam! ... Sep 17 21:02:24.141 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.141 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.141 INFO kablam! 604 | | row, Sep 17 21:02:24.142 INFO kablam! 605 | | row_part, Sep 17 21:02:24.142 INFO kablam! ... | Sep 17 21:02:24.142 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.142 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.142 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.142 INFO kablam! | Sep 17 21:02:24.142 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:24.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.142 INFO kablam! Sep 17 21:02:24.143 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.143 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.143 INFO kablam! | Sep 17 21:02:24.143 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:24.143 INFO kablam! ... Sep 17 21:02:24.143 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.143 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.143 INFO kablam! 604 | | row, Sep 17 21:02:24.143 INFO kablam! 605 | | row_part, Sep 17 21:02:24.143 INFO kablam! ... | Sep 17 21:02:24.143 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.143 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.143 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.143 INFO kablam! | Sep 17 21:02:24.143 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:24.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.144 INFO kablam! Sep 17 21:02:24.144 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.144 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.144 INFO kablam! | Sep 17 21:02:24.144 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:24.144 INFO kablam! ... Sep 17 21:02:24.144 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.144 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.144 INFO kablam! 604 | | row, Sep 17 21:02:24.144 INFO kablam! 605 | | row_part, Sep 17 21:02:24.144 INFO kablam! ... | Sep 17 21:02:24.144 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.144 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.144 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.144 INFO kablam! | Sep 17 21:02:24.144 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:24.144 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.145 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.151 INFO kablam! Sep 17 21:02:24.151 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:24.151 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.151 INFO kablam! | Sep 17 21:02:24.151 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:24.151 INFO kablam! ... Sep 17 21:02:24.151 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.151 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.151 INFO kablam! 604 | | row, Sep 17 21:02:24.151 INFO kablam! 605 | | row_part, Sep 17 21:02:24.151 INFO kablam! ... | Sep 17 21:02:24.151 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.151 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.151 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.151 INFO kablam! | Sep 17 21:02:24.152 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:24.152 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.152 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.152 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.152 INFO kablam! Sep 17 21:02:24.153 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:24.153 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.153 INFO kablam! | Sep 17 21:02:24.153 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:24.153 INFO kablam! ... Sep 17 21:02:24.153 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.153 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.153 INFO kablam! 604 | | row, Sep 17 21:02:24.153 INFO kablam! 605 | | row_part, Sep 17 21:02:24.153 INFO kablam! ... | Sep 17 21:02:24.153 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.153 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.153 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.153 INFO kablam! | Sep 17 21:02:24.153 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:24.153 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:24.153 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.153 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.153 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.153 INFO kablam! Sep 17 21:02:24.154 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:24.154 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.154 INFO kablam! | Sep 17 21:02:24.154 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:24.154 INFO kablam! ... Sep 17 21:02:24.154 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:24.154 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:24.154 INFO kablam! 604 | | row, Sep 17 21:02:24.154 INFO kablam! 605 | | row_part, Sep 17 21:02:24.154 INFO kablam! ... | Sep 17 21:02:24.154 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:24.154 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:24.154 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:24.154 INFO kablam! | Sep 17 21:02:24.154 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:24.154 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:24.154 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.154 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.155 INFO kablam! Sep 17 21:02:24.156 INFO kablam! error: the trait bound `R: base::dimension::Dim` is not satisfied Sep 17 21:02:24.156 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.156 INFO kablam! | Sep 17 21:02:24.156 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `R` Sep 17 21:02:24.156 INFO kablam! ... Sep 17 21:02:24.156 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.156 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.156 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.156 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.156 INFO kablam! ... | Sep 17 21:02:24.157 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.157 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.157 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.157 INFO kablam! | Sep 17 21:02:24.157 INFO kablam! = help: consider adding a `where R: base::dimension::Dim` bound Sep 17 21:02:24.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.157 INFO kablam! Sep 17 21:02:24.157 INFO kablam! error: the trait bound `C: base::dimension::Dim` is not satisfied Sep 17 21:02:24.157 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.157 INFO kablam! | Sep 17 21:02:24.157 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `C` Sep 17 21:02:24.157 INFO kablam! ... Sep 17 21:02:24.157 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.157 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.157 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.158 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.158 INFO kablam! ... | Sep 17 21:02:24.158 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.158 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.158 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.158 INFO kablam! | Sep 17 21:02:24.158 INFO kablam! = help: consider adding a `where C: base::dimension::Dim` bound Sep 17 21:02:24.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.158 INFO kablam! Sep 17 21:02:24.158 INFO kablam! error: the trait bound `RStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.158 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.158 INFO kablam! | Sep 17 21:02:24.158 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:24.158 INFO kablam! ... Sep 17 21:02:24.159 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.159 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.159 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.159 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.159 INFO kablam! ... | Sep 17 21:02:24.159 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.159 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.159 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.159 INFO kablam! | Sep 17 21:02:24.159 INFO kablam! = help: consider adding a `where RStride: base::dimension::Dim` bound Sep 17 21:02:24.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.159 INFO kablam! Sep 17 21:02:24.159 INFO kablam! error: the trait bound `CStride: base::dimension::Dim` is not satisfied Sep 17 21:02:24.160 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.160 INFO kablam! | Sep 17 21:02:24.160 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `base::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:24.160 INFO kablam! ... Sep 17 21:02:24.160 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.160 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.160 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.160 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.160 INFO kablam! ... | Sep 17 21:02:24.160 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.160 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.160 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.160 INFO kablam! | Sep 17 21:02:24.160 INFO kablam! = help: consider adding a `where CStride: base::dimension::Dim` bound Sep 17 21:02:24.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.160 INFO kablam! Sep 17 21:02:24.160 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:24.160 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.161 INFO kablam! | Sep 17 21:02:24.161 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:24.161 INFO kablam! ... Sep 17 21:02:24.161 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.161 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.161 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.161 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.161 INFO kablam! ... | Sep 17 21:02:24.161 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.161 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.161 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.161 INFO kablam! | Sep 17 21:02:24.161 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:24.161 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.161 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.161 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.161 INFO kablam! Sep 17 21:02:24.162 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:24.162 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.162 INFO kablam! | Sep 17 21:02:24.162 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:24.162 INFO kablam! ... Sep 17 21:02:24.162 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.162 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.162 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.162 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.162 INFO kablam! ... | Sep 17 21:02:24.162 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.162 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.162 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.162 INFO kablam! | Sep 17 21:02:24.162 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:24.162 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:24.162 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.162 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.162 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.162 INFO kablam! Sep 17 21:02:24.163 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:24.163 INFO kablam! --> src/base/matrix_slice.rs:244:11 Sep 17 21:02:24.163 INFO kablam! | Sep 17 21:02:24.163 INFO kablam! 244 | = Matrix>; Sep 17 21:02:24.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:24.163 INFO kablam! ... Sep 17 21:02:24.163 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:24.163 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:24.163 INFO kablam! 631 | | row_mut, Sep 17 21:02:24.163 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:24.163 INFO kablam! ... | Sep 17 21:02:24.163 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:24.163 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:24.163 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:24.163 INFO kablam! | Sep 17 21:02:24.163 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:24.163 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:24.163 INFO kablam! = note: required because of the requirements on the impl of `base::scalar::Scalar` for `N` Sep 17 21:02:24.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:24.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:24.163 INFO kablam! Sep 17 21:02:30.964 INFO kablam! error: aborting due to 896 previous errors Sep 17 21:02:30.964 INFO kablam! Sep 17 21:02:30.983 INFO kablam! error: Could not compile `nalgebra`. Sep 17 21:02:30.983 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:02:31.023 INFO kablam! error: aborting due to 896 previous errors Sep 17 21:02:31.023 INFO kablam! Sep 17 21:02:31.039 INFO kablam! error: Could not compile `nalgebra`. Sep 17 21:02:31.039 INFO kablam! Sep 17 21:02:31.039 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:02:31.039 INFO kablam! su: No module specific data is present Sep 17 21:02:32.011 INFO running `"docker" "rm" "-f" "6d85f1f6471147bffbabd3789eb7f2f725cfef8979566f485de173de9f7b2709"` Sep 17 21:02:32.303 INFO blam! 6d85f1f6471147bffbabd3789eb7f2f725cfef8979566f485de173de9f7b2709