Sep 17 21:02:05.570 INFO checking nalgebra-0.14.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:02:05.570 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:02:05.570 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/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.747 INFO blam! 5a1398f1b88427994ba76c722db28466e6fae8f5a25ab0ae82a279869f6c9fc9 Sep 17 21:02:05.755 INFO running `"docker" "start" "-a" "5a1398f1b88427994ba76c722db28466e6fae8f5a25ab0ae82a279869f6c9fc9"` Sep 17 21:02:06.467 INFO kablam! usermod: no changes Sep 17 21:02:06.560 INFO kablam! Checking nalgebra v0.14.4 (/source) Sep 17 21:02:14.532 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:14.532 INFO kablam! --> src/core/allocator.rs:53:31 Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! 53 | pub type SameShapeR = >::Representative; Sep 17 21:02:14.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:02:14.532 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:14.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.532 INFO kablam! Sep 17 21:02:14.532 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:14.532 INFO kablam! --> src/core/allocator.rs:56:31 Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! 56 | pub type SameShapeC = >::Representative; Sep 17 21:02:14.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:14.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.532 INFO kablam! Sep 17 21:02:14.532 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:14.532 INFO kablam! --> src/core/storage.rs:16:5 Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:14.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:14.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.532 INFO kablam! Sep 17 21:02:14.532 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:14.532 INFO kablam! --> src/core/storage.rs:16:5 Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:14.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:14.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.532 INFO kablam! Sep 17 21:02:14.532 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:14.532 INFO kablam! --> src/core/storage.rs:16:5 Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:14.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.532 INFO kablam! | Sep 17 21:02:14.532 INFO kablam! = help: the following implementations were found: Sep 17 21:02:14.532 INFO kablam! > Sep 17 21:02:14.532 INFO kablam! > Sep 17 21:02:14.532 INFO kablam! > Sep 17 21:02:14.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.532 INFO kablam! Sep 17 21:02:14.532 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:14.532 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:14.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:14.533 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.533 INFO kablam! Sep 17 21:02:14.533 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:14.533 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:14.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:14.533 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.533 INFO kablam! Sep 17 21:02:14.533 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.533 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:14.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.533 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.533 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.533 INFO kablam! Sep 17 21:02:14.533 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.533 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:14.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.533 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.533 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.533 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.533 INFO kablam! Sep 17 21:02:14.533 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.533 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:14.533 INFO kablam! | Sep 17 21:02:14.533 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:14.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.534 INFO kablam! | Sep 17 21:02:14.534 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.534 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.534 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.534 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.535 INFO kablam! Sep 17 21:02:14.535 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:14.535 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:14.535 INFO kablam! | Sep 17 21:02:14.535 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:14.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:14.535 INFO kablam! | Sep 17 21:02:14.535 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:14.535 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.535 INFO kablam! Sep 17 21:02:14.535 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:14.535 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:14.535 INFO kablam! | Sep 17 21:02:14.535 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:14.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:14.535 INFO kablam! | Sep 17 21:02:14.535 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:14.536 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.536 INFO kablam! Sep 17 21:02:14.536 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.536 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:14.536 INFO kablam! | Sep 17 21:02:14.536 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:14.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.536 INFO kablam! | Sep 17 21:02:14.536 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.536 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.536 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.536 INFO kablam! Sep 17 21:02:14.536 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.536 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:14.536 INFO kablam! | Sep 17 21:02:14.536 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:14.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.536 INFO kablam! | Sep 17 21:02:14.536 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.536 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.536 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.536 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.536 INFO kablam! Sep 17 21:02:14.536 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.536 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:14.536 INFO kablam! | Sep 17 21:02:14.536 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:14.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.536 INFO kablam! | Sep 17 21:02:14.536 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.536 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.536 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.537 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.537 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.537 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.537 INFO kablam! Sep 17 21:02:14.537 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:14.537 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:14.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:14.537 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.537 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.537 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.537 INFO kablam! Sep 17 21:02:14.537 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:14.537 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:14.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:14.537 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.537 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.537 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.537 INFO kablam! Sep 17 21:02:14.537 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.537 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:14.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.537 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.537 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.537 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.537 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.537 INFO kablam! Sep 17 21:02:14.537 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.537 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:14.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.537 INFO kablam! | Sep 17 21:02:14.537 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.537 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.537 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.537 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.537 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.537 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.537 INFO kablam! Sep 17 21:02:14.538 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.538 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:14.538 INFO kablam! | Sep 17 21:02:14.538 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:14.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.538 INFO kablam! | Sep 17 21:02:14.538 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.538 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.538 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.538 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.538 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.538 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.539 INFO kablam! Sep 17 21:02:14.575 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:14.575 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:14.575 INFO kablam! | Sep 17 21:02:14.575 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:14.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:14.575 INFO kablam! | Sep 17 21:02:14.575 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:14.575 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.575 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.575 INFO kablam! Sep 17 21:02:14.575 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.575 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:14.575 INFO kablam! | Sep 17 21:02:14.575 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:14.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.575 INFO kablam! | Sep 17 21:02:14.575 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.575 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.575 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.575 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.575 INFO kablam! Sep 17 21:02:14.575 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.575 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:14.575 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:14.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.576 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.576 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.576 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.576 INFO kablam! Sep 17 21:02:14.576 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.576 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:14.576 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:14.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.576 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.576 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.576 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.576 INFO kablam! Sep 17 21:02:14.576 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:14.576 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:14.576 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:14.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:14.576 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:14.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.576 INFO kablam! Sep 17 21:02:14.576 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.576 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:14.576 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:14.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.576 INFO kablam! | Sep 17 21:02:14.576 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.576 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.576 INFO kablam! Sep 17 21:02:14.578 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.578 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:14.578 INFO kablam! | Sep 17 21:02:14.578 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:14.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.578 INFO kablam! | Sep 17 21:02:14.578 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.578 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.578 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.578 INFO kablam! Sep 17 21:02:14.578 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.578 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:14.578 INFO kablam! | Sep 17 21:02:14.578 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:14.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.578 INFO kablam! | Sep 17 21:02:14.578 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.578 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.578 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.578 INFO kablam! Sep 17 21:02:14.578 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:14.578 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:14.578 INFO kablam! | Sep 17 21:02:14.578 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:14.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:14.579 INFO kablam! | Sep 17 21:02:14.579 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:14.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.579 INFO kablam! Sep 17 21:02:14.579 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.579 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:14.579 INFO kablam! | Sep 17 21:02:14.579 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:14.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.579 INFO kablam! | Sep 17 21:02:14.579 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.579 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.579 INFO kablam! Sep 17 21:02:14.579 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.579 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:14.579 INFO kablam! | Sep 17 21:02:14.579 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:14.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.579 INFO kablam! | Sep 17 21:02:14.579 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.579 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.579 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.579 INFO kablam! Sep 17 21:02:14.579 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.579 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:14.579 INFO kablam! | Sep 17 21:02:14.579 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:14.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.579 INFO kablam! | Sep 17 21:02:14.579 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.579 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.579 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.579 INFO kablam! Sep 17 21:02:14.580 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:14.580 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:14.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.580 INFO kablam! Sep 17 21:02:14.580 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:14.580 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:14.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.580 INFO kablam! Sep 17 21:02:14.580 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:14.580 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! = help: the following implementations were found: Sep 17 21:02:14.580 INFO kablam! > Sep 17 21:02:14.580 INFO kablam! > Sep 17 21:02:14.580 INFO kablam! > Sep 17 21:02:14.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.580 INFO kablam! Sep 17 21:02:14.580 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.580 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.580 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.580 INFO kablam! Sep 17 21:02:14.580 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.580 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.580 INFO kablam! | Sep 17 21:02:14.580 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.580 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.580 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.580 INFO kablam! Sep 17 21:02:14.580 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.581 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:14.581 INFO kablam! | Sep 17 21:02:14.581 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.581 INFO kablam! | Sep 17 21:02:14.581 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.581 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.581 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.581 INFO kablam! Sep 17 21:02:14.581 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:14.581 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:14.581 INFO kablam! | Sep 17 21:02:14.581 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:14.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.581 INFO kablam! | Sep 17 21:02:14.581 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:14.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.581 INFO kablam! Sep 17 21:02:14.581 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:14.581 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:14.581 INFO kablam! | Sep 17 21:02:14.581 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:14.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.581 INFO kablam! | Sep 17 21:02:14.581 INFO kablam! = help: the following implementations were found: Sep 17 21:02:14.581 INFO kablam! > Sep 17 21:02:14.581 INFO kablam! > Sep 17 21:02:14.581 INFO kablam! > Sep 17 21:02:14.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.582 INFO kablam! Sep 17 21:02:14.582 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.582 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:14.582 INFO kablam! | Sep 17 21:02:14.582 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:14.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.582 INFO kablam! | Sep 17 21:02:14.582 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.582 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.582 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.582 INFO kablam! Sep 17 21:02:14.582 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.582 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:14.582 INFO kablam! | Sep 17 21:02:14.582 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:14.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.582 INFO kablam! | Sep 17 21:02:14.582 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.582 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.583 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.583 INFO kablam! Sep 17 21:02:14.583 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.583 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:14.583 INFO kablam! | Sep 17 21:02:14.583 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:14.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.583 INFO kablam! | Sep 17 21:02:14.583 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.583 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.583 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.583 INFO kablam! Sep 17 21:02:14.583 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:14.583 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:14.583 INFO kablam! | Sep 17 21:02:14.583 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.583 INFO kablam! | Sep 17 21:02:14.583 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:14.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.583 INFO kablam! Sep 17 21:02:14.587 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:14.587 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:14.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.587 INFO kablam! Sep 17 21:02:14.587 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:14.587 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! = help: the following implementations were found: Sep 17 21:02:14.587 INFO kablam! > Sep 17 21:02:14.587 INFO kablam! > Sep 17 21:02:14.587 INFO kablam! > Sep 17 21:02:14.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.587 INFO kablam! Sep 17 21:02:14.587 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.587 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.587 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.587 INFO kablam! Sep 17 21:02:14.587 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.587 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.587 INFO kablam! | Sep 17 21:02:14.587 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.587 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.588 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.588 INFO kablam! Sep 17 21:02:14.588 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.588 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:14.588 INFO kablam! | Sep 17 21:02:14.588 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:14.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.588 INFO kablam! | Sep 17 21:02:14.588 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.588 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.588 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.588 INFO kablam! Sep 17 21:02:14.645 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:14.645 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.645 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:14.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.645 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:14.645 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.645 INFO kablam! Sep 17 21:02:14.645 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:14.645 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.645 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:14.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.645 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:14.645 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.645 INFO kablam! Sep 17 21:02:14.645 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.645 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.645 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:14.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.645 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.645 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.645 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.645 INFO kablam! Sep 17 21:02:14.645 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.645 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.645 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:14.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.645 INFO kablam! | Sep 17 21:02:14.646 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.646 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.646 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.646 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.646 INFO kablam! Sep 17 21:02:14.646 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.646 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:14.646 INFO kablam! | Sep 17 21:02:14.646 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:14.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.646 INFO kablam! | Sep 17 21:02:14.646 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.647 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.647 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.647 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.647 INFO kablam! Sep 17 21:02:14.650 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:14.651 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:14.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:14.651 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.651 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.651 INFO kablam! Sep 17 21:02:14.651 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:14.651 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:14.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:14.651 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.651 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.651 INFO kablam! Sep 17 21:02:14.651 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.651 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:14.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.651 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.651 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.651 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.651 INFO kablam! Sep 17 21:02:14.651 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.651 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:14.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.651 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.651 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.651 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.651 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.651 INFO kablam! Sep 17 21:02:14.651 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.651 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:14.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.651 INFO kablam! | Sep 17 21:02:14.651 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.651 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.651 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.652 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.652 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.652 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.652 INFO kablam! Sep 17 21:02:14.653 INFO kablam! error: the trait bound `D: core::dimension::DimName` is not satisfied Sep 17 21:02:14.653 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:14.653 INFO kablam! | Sep 17 21:02:14.653 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:14.653 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 17 21:02:14.653 INFO kablam! | Sep 17 21:02:14.653 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 17 21:02:14.654 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.654 INFO kablam! Sep 17 21:02:14.654 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.654 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:14.654 INFO kablam! | Sep 17 21:02:14.654 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:14.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.654 INFO kablam! | Sep 17 21:02:14.655 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.655 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.655 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.655 INFO kablam! Sep 17 21:02:14.655 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.656 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:14.656 INFO kablam! | Sep 17 21:02:14.656 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:14.656 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.656 INFO kablam! | Sep 17 21:02:14.656 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.656 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.656 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.657 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.657 INFO kablam! Sep 17 21:02:14.658 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.658 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:14.658 INFO kablam! | Sep 17 21:02:14.658 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:14.658 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.658 INFO kablam! | Sep 17 21:02:14.659 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.659 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.661 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.661 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.661 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.661 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.661 INFO kablam! Sep 17 21:02:14.661 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:14.662 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:14.662 INFO kablam! | Sep 17 21:02:14.662 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:14.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.663 INFO kablam! | Sep 17 21:02:14.664 INFO kablam! = help: consider adding a `where core::default_allocator::DefaultAllocator: core::allocator::Allocator` bound Sep 17 21:02:14.664 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.664 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.664 INFO kablam! Sep 17 21:02:14.664 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.664 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:14.664 INFO kablam! | Sep 17 21:02:14.664 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:14.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.664 INFO kablam! | Sep 17 21:02:14.664 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.664 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.664 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.664 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.664 INFO kablam! Sep 17 21:02:14.665 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.665 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:14.665 INFO kablam! | Sep 17 21:02:14.665 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:14.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.665 INFO kablam! | Sep 17 21:02:14.665 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.665 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.665 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.665 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.665 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.665 INFO kablam! Sep 17 21:02:14.665 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.665 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:14.665 INFO kablam! | Sep 17 21:02:14.665 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:14.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.665 INFO kablam! | Sep 17 21:02:14.665 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.665 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.665 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.665 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.665 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.665 INFO kablam! Sep 17 21:02:14.666 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.666 INFO kablam! --> src/core/alias.rs:27:23 Sep 17 21:02:14.666 INFO kablam! | Sep 17 21:02:14.666 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 21:02:14.666 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.679 INFO kablam! | Sep 17 21:02:14.679 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.679 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.679 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.679 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.679 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.679 INFO kablam! Sep 17 21:02:14.679 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.679 INFO kablam! --> src/core/alias.rs:27:23 Sep 17 21:02:14.679 INFO kablam! | Sep 17 21:02:14.679 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 21:02:14.679 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.679 INFO kablam! | Sep 17 21:02:14.680 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.680 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.680 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.680 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.680 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.680 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.680 INFO kablam! Sep 17 21:02:14.680 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.680 INFO kablam! --> src/core/alias.rs:27:23 Sep 17 21:02:14.680 INFO kablam! | Sep 17 21:02:14.680 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 21:02:14.680 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.680 INFO kablam! | Sep 17 21:02:14.680 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.680 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.680 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.680 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.680 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.680 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.680 INFO kablam! Sep 17 21:02:14.681 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.681 INFO kablam! --> src/core/alias.rs:29:23 Sep 17 21:02:14.681 INFO kablam! | Sep 17 21:02:14.681 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 21:02:14.681 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.681 INFO kablam! | Sep 17 21:02:14.681 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.681 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.681 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.681 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.681 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.681 INFO kablam! Sep 17 21:02:14.682 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.682 INFO kablam! --> src/core/alias.rs:29:23 Sep 17 21:02:14.682 INFO kablam! | Sep 17 21:02:14.682 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 21:02:14.682 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.682 INFO kablam! | Sep 17 21:02:14.682 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.682 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.682 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.682 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.682 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.682 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.682 INFO kablam! Sep 17 21:02:14.682 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.682 INFO kablam! --> src/core/alias.rs:29:23 Sep 17 21:02:14.682 INFO kablam! | Sep 17 21:02:14.682 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 21:02:14.682 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.682 INFO kablam! | Sep 17 21:02:14.682 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.682 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.682 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.682 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.682 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.682 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.682 INFO kablam! Sep 17 21:02:14.684 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.684 INFO kablam! --> src/core/alias.rs:31:23 Sep 17 21:02:14.684 INFO kablam! | Sep 17 21:02:14.684 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 21:02:14.684 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.684 INFO kablam! | Sep 17 21:02:14.684 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.684 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.684 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.684 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.684 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.684 INFO kablam! Sep 17 21:02:14.684 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.684 INFO kablam! --> src/core/alias.rs:31:23 Sep 17 21:02:14.684 INFO kablam! | Sep 17 21:02:14.684 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 21:02:14.684 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.684 INFO kablam! | Sep 17 21:02:14.685 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.685 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.685 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.685 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.685 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.685 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.685 INFO kablam! Sep 17 21:02:14.685 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.685 INFO kablam! --> src/core/alias.rs:31:23 Sep 17 21:02:14.685 INFO kablam! | Sep 17 21:02:14.685 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 21:02:14.685 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.685 INFO kablam! | Sep 17 21:02:14.685 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.686 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.686 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.686 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.686 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.686 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.686 INFO kablam! Sep 17 21:02:14.687 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.687 INFO kablam! --> src/core/alias.rs:33:23 Sep 17 21:02:14.687 INFO kablam! | Sep 17 21:02:14.687 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 21:02:14.687 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.687 INFO kablam! | Sep 17 21:02:14.688 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.688 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.688 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.688 INFO kablam! Sep 17 21:02:14.688 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.688 INFO kablam! --> src/core/alias.rs:33:23 Sep 17 21:02:14.688 INFO kablam! | Sep 17 21:02:14.688 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 21:02:14.688 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.688 INFO kablam! | Sep 17 21:02:14.689 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.689 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.689 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.689 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.689 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.689 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.689 INFO kablam! Sep 17 21:02:14.689 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.689 INFO kablam! --> src/core/alias.rs:33:23 Sep 17 21:02:14.689 INFO kablam! | Sep 17 21:02:14.689 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 21:02:14.689 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.690 INFO kablam! | Sep 17 21:02:14.690 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.690 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.690 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.690 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.690 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.690 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.690 INFO kablam! Sep 17 21:02:14.692 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.692 INFO kablam! --> src/core/alias.rs:35:23 Sep 17 21:02:14.692 INFO kablam! | Sep 17 21:02:14.692 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 21:02:14.692 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.692 INFO kablam! | Sep 17 21:02:14.692 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.692 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.692 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.693 INFO kablam! Sep 17 21:02:14.693 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.693 INFO kablam! --> src/core/alias.rs:35:23 Sep 17 21:02:14.693 INFO kablam! | Sep 17 21:02:14.693 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 21:02:14.693 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.693 INFO kablam! | Sep 17 21:02:14.693 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.693 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.693 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.693 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.693 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.694 INFO kablam! Sep 17 21:02:14.694 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.694 INFO kablam! --> src/core/alias.rs:35:23 Sep 17 21:02:14.694 INFO kablam! | Sep 17 21:02:14.694 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 21:02:14.694 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.694 INFO kablam! | Sep 17 21:02:14.694 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.694 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.694 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.694 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.695 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.695 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.695 INFO kablam! Sep 17 21:02:14.697 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.697 INFO kablam! --> src/core/alias.rs:37:23 Sep 17 21:02:14.697 INFO kablam! | Sep 17 21:02:14.697 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 21:02:14.697 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.697 INFO kablam! | Sep 17 21:02:14.697 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.697 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.697 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.697 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.697 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.697 INFO kablam! Sep 17 21:02:14.698 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.698 INFO kablam! --> src/core/alias.rs:37:23 Sep 17 21:02:14.698 INFO kablam! | Sep 17 21:02:14.698 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 21:02:14.698 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.698 INFO kablam! | Sep 17 21:02:14.698 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.698 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.698 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.698 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.698 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.698 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.698 INFO kablam! Sep 17 21:02:14.699 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.699 INFO kablam! --> src/core/alias.rs:37:23 Sep 17 21:02:14.699 INFO kablam! | Sep 17 21:02:14.699 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 21:02:14.699 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.699 INFO kablam! | Sep 17 21:02:14.699 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.699 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.699 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.699 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.699 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.699 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.699 INFO kablam! Sep 17 21:02:14.701 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.701 INFO kablam! --> src/core/alias.rs:40:25 Sep 17 21:02:14.701 INFO kablam! | Sep 17 21:02:14.701 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:14.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.701 INFO kablam! | Sep 17 21:02:14.701 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.701 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.701 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.701 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.701 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.701 INFO kablam! Sep 17 21:02:14.702 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.702 INFO kablam! --> src/core/alias.rs:40:25 Sep 17 21:02:14.702 INFO kablam! | Sep 17 21:02:14.702 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:14.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.702 INFO kablam! | Sep 17 21:02:14.702 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.702 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.702 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.702 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.702 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.703 INFO kablam! Sep 17 21:02:14.703 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.703 INFO kablam! --> src/core/alias.rs:40:25 Sep 17 21:02:14.703 INFO kablam! | Sep 17 21:02:14.703 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:14.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.703 INFO kablam! | Sep 17 21:02:14.703 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.703 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.703 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.703 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.704 INFO kablam! Sep 17 21:02:14.705 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.705 INFO kablam! --> src/core/alias.rs:42:25 Sep 17 21:02:14.705 INFO kablam! | Sep 17 21:02:14.705 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:14.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.719 INFO kablam! | Sep 17 21:02:14.719 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.719 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.719 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.719 INFO kablam! Sep 17 21:02:14.719 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.719 INFO kablam! --> src/core/alias.rs:42:25 Sep 17 21:02:14.719 INFO kablam! | Sep 17 21:02:14.719 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:14.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.719 INFO kablam! | Sep 17 21:02:14.719 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.719 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.719 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.719 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.719 INFO kablam! Sep 17 21:02:14.719 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.719 INFO kablam! --> src/core/alias.rs:42:25 Sep 17 21:02:14.719 INFO kablam! | Sep 17 21:02:14.719 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:14.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.719 INFO kablam! | Sep 17 21:02:14.719 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.719 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.719 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.719 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.723 INFO kablam! Sep 17 21:02:14.723 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.723 INFO kablam! --> src/core/alias.rs:44:25 Sep 17 21:02:14.723 INFO kablam! | Sep 17 21:02:14.723 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:14.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.723 INFO kablam! | Sep 17 21:02:14.723 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.723 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.723 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.723 INFO kablam! Sep 17 21:02:14.723 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.723 INFO kablam! --> src/core/alias.rs:44:25 Sep 17 21:02:14.723 INFO kablam! | Sep 17 21:02:14.723 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:14.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.723 INFO kablam! | Sep 17 21:02:14.723 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.723 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.723 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.723 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.723 INFO kablam! Sep 17 21:02:14.723 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.723 INFO kablam! --> src/core/alias.rs:44:25 Sep 17 21:02:14.723 INFO kablam! | Sep 17 21:02:14.723 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:14.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.723 INFO kablam! | Sep 17 21:02:14.723 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.723 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.723 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.723 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.723 INFO kablam! Sep 17 21:02:14.727 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.727 INFO kablam! --> src/core/alias.rs:46:25 Sep 17 21:02:14.727 INFO kablam! | Sep 17 21:02:14.727 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:14.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.727 INFO kablam! | Sep 17 21:02:14.727 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.727 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.727 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.727 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.727 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.727 INFO kablam! Sep 17 21:02:14.727 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.727 INFO kablam! --> src/core/alias.rs:46:25 Sep 17 21:02:14.727 INFO kablam! | Sep 17 21:02:14.727 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:14.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.727 INFO kablam! | Sep 17 21:02:14.727 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.727 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.727 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.727 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.728 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.728 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.728 INFO kablam! Sep 17 21:02:14.728 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.728 INFO kablam! --> src/core/alias.rs:46:25 Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:14.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.728 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.728 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.728 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.728 INFO kablam! Sep 17 21:02:14.728 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.728 INFO kablam! --> src/core/alias.rs:48:25 Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:14.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.728 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.728 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.728 INFO kablam! Sep 17 21:02:14.728 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.728 INFO kablam! --> src/core/alias.rs:48:25 Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:14.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.728 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.728 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.728 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.728 INFO kablam! Sep 17 21:02:14.728 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.728 INFO kablam! --> src/core/alias.rs:48:25 Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:14.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.728 INFO kablam! | Sep 17 21:02:14.728 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.728 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.728 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.728 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.729 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.729 INFO kablam! Sep 17 21:02:14.729 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.729 INFO kablam! --> src/core/alias.rs:51:25 Sep 17 21:02:14.729 INFO kablam! | Sep 17 21:02:14.729 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:14.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.729 INFO kablam! | Sep 17 21:02:14.729 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.729 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.729 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.729 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.729 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.729 INFO kablam! Sep 17 21:02:14.729 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.729 INFO kablam! --> src/core/alias.rs:51:25 Sep 17 21:02:14.729 INFO kablam! | Sep 17 21:02:14.729 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:14.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.729 INFO kablam! | Sep 17 21:02:14.729 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.729 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.729 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.729 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.729 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.729 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.729 INFO kablam! Sep 17 21:02:14.729 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.729 INFO kablam! --> src/core/alias.rs:51:25 Sep 17 21:02:14.729 INFO kablam! | Sep 17 21:02:14.729 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:14.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.729 INFO kablam! | Sep 17 21:02:14.729 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.729 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.729 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.729 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.729 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.729 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.729 INFO kablam! Sep 17 21:02:14.730 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.730 INFO kablam! --> src/core/alias.rs:53:25 Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:14.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.730 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.730 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.730 INFO kablam! Sep 17 21:02:14.730 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.730 INFO kablam! --> src/core/alias.rs:53:25 Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:14.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.730 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.730 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.730 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.730 INFO kablam! Sep 17 21:02:14.730 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.730 INFO kablam! --> src/core/alias.rs:53:25 Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:14.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.730 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.730 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.730 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.730 INFO kablam! Sep 17 21:02:14.730 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.730 INFO kablam! --> src/core/alias.rs:55:25 Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:14.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.730 INFO kablam! | Sep 17 21:02:14.730 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.730 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.730 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.731 INFO kablam! Sep 17 21:02:14.731 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.731 INFO kablam! --> src/core/alias.rs:55:25 Sep 17 21:02:14.731 INFO kablam! | Sep 17 21:02:14.731 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:14.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.731 INFO kablam! | Sep 17 21:02:14.731 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.731 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.731 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.731 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.731 INFO kablam! Sep 17 21:02:14.731 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.731 INFO kablam! --> src/core/alias.rs:55:25 Sep 17 21:02:14.731 INFO kablam! | Sep 17 21:02:14.731 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:14.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.731 INFO kablam! | Sep 17 21:02:14.731 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.731 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.731 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.731 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.731 INFO kablam! Sep 17 21:02:14.747 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.747 INFO kablam! --> src/core/alias.rs:57:25 Sep 17 21:02:14.747 INFO kablam! | Sep 17 21:02:14.747 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:14.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.747 INFO kablam! | Sep 17 21:02:14.747 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.747 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.747 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.747 INFO kablam! Sep 17 21:02:14.747 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.747 INFO kablam! --> src/core/alias.rs:57:25 Sep 17 21:02:14.747 INFO kablam! | Sep 17 21:02:14.747 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:14.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.747 INFO kablam! | Sep 17 21:02:14.747 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.748 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.748 INFO kablam! Sep 17 21:02:14.748 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.748 INFO kablam! --> src/core/alias.rs:57:25 Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:14.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.748 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.748 INFO kablam! Sep 17 21:02:14.748 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.748 INFO kablam! --> src/core/alias.rs:60:25 Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:14.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.748 INFO kablam! Sep 17 21:02:14.748 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.748 INFO kablam! --> src/core/alias.rs:60:25 Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:14.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.748 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.748 INFO kablam! Sep 17 21:02:14.748 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.748 INFO kablam! --> src/core/alias.rs:60:25 Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:14.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.748 INFO kablam! | Sep 17 21:02:14.748 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.748 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.748 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.748 INFO kablam! Sep 17 21:02:14.748 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.748 INFO kablam! --> src/core/alias.rs:62:25 Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:14.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.749 INFO kablam! Sep 17 21:02:14.749 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.749 INFO kablam! --> src/core/alias.rs:62:25 Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:14.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.749 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.749 INFO kablam! Sep 17 21:02:14.749 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.749 INFO kablam! --> src/core/alias.rs:62:25 Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:14.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.749 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.749 INFO kablam! Sep 17 21:02:14.749 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.749 INFO kablam! --> src/core/alias.rs:64:25 Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:14.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.749 INFO kablam! Sep 17 21:02:14.749 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.749 INFO kablam! --> src/core/alias.rs:64:25 Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:14.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.749 INFO kablam! | Sep 17 21:02:14.749 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.749 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.749 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.750 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.750 INFO kablam! Sep 17 21:02:14.750 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.750 INFO kablam! --> src/core/alias.rs:64:25 Sep 17 21:02:14.750 INFO kablam! | Sep 17 21:02:14.750 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:14.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.750 INFO kablam! | Sep 17 21:02:14.750 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.750 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.750 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.750 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.755 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.755 INFO kablam! Sep 17 21:02:14.755 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.755 INFO kablam! --> src/core/alias.rs:67:25 Sep 17 21:02:14.755 INFO kablam! | Sep 17 21:02:14.755 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:14.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.759 INFO kablam! | Sep 17 21:02:14.759 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.759 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.759 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.759 INFO kablam! Sep 17 21:02:14.759 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.759 INFO kablam! --> src/core/alias.rs:67:25 Sep 17 21:02:14.759 INFO kablam! | Sep 17 21:02:14.759 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:14.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.759 INFO kablam! | Sep 17 21:02:14.759 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.759 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.759 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.759 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.759 INFO kablam! Sep 17 21:02:14.759 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.759 INFO kablam! --> src/core/alias.rs:67:25 Sep 17 21:02:14.759 INFO kablam! | Sep 17 21:02:14.759 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:14.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.759 INFO kablam! | Sep 17 21:02:14.759 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.759 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.759 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.759 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.759 INFO kablam! Sep 17 21:02:14.759 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.759 INFO kablam! --> src/core/alias.rs:69:25 Sep 17 21:02:14.759 INFO kablam! | Sep 17 21:02:14.760 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:14.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.760 INFO kablam! | Sep 17 21:02:14.760 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.760 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.760 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.760 INFO kablam! Sep 17 21:02:14.760 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.760 INFO kablam! --> src/core/alias.rs:69:25 Sep 17 21:02:14.760 INFO kablam! | Sep 17 21:02:14.760 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:14.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.760 INFO kablam! | Sep 17 21:02:14.760 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.760 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.760 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.760 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.760 INFO kablam! Sep 17 21:02:14.767 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.767 INFO kablam! --> src/core/alias.rs:69:25 Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:14.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.767 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.767 INFO kablam! Sep 17 21:02:14.767 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.767 INFO kablam! --> src/core/alias.rs:72:25 Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:14.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.767 INFO kablam! Sep 17 21:02:14.767 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.767 INFO kablam! --> src/core/alias.rs:72:25 Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:14.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.767 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.767 INFO kablam! Sep 17 21:02:14.767 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.767 INFO kablam! --> src/core/alias.rs:72:25 Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:14.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.767 INFO kablam! | Sep 17 21:02:14.767 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.767 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.767 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.768 INFO kablam! Sep 17 21:02:14.768 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.768 INFO kablam! --> src/core/alias.rs:75:25 Sep 17 21:02:14.768 INFO kablam! | Sep 17 21:02:14.768 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:14.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.768 INFO kablam! | Sep 17 21:02:14.768 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.768 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.768 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.768 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.768 INFO kablam! Sep 17 21:02:14.768 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.768 INFO kablam! --> src/core/alias.rs:75:25 Sep 17 21:02:14.768 INFO kablam! | Sep 17 21:02:14.768 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:14.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.768 INFO kablam! | Sep 17 21:02:14.768 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.768 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.768 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.768 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.768 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.768 INFO kablam! Sep 17 21:02:14.768 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.768 INFO kablam! --> src/core/alias.rs:75:25 Sep 17 21:02:14.768 INFO kablam! | Sep 17 21:02:14.768 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:14.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.768 INFO kablam! | Sep 17 21:02:14.768 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.768 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.768 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.768 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.768 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.768 INFO kablam! Sep 17 21:02:14.768 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.768 INFO kablam! --> src/core/alias.rs:77:25 Sep 17 21:02:14.768 INFO kablam! | Sep 17 21:02:14.768 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:14.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.771 INFO kablam! | Sep 17 21:02:14.771 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.771 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.771 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.771 INFO kablam! Sep 17 21:02:14.771 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.771 INFO kablam! --> src/core/alias.rs:77:25 Sep 17 21:02:14.771 INFO kablam! | Sep 17 21:02:14.771 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:14.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.771 INFO kablam! | Sep 17 21:02:14.771 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.771 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.771 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.771 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.771 INFO kablam! Sep 17 21:02:14.771 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.771 INFO kablam! --> src/core/alias.rs:77:25 Sep 17 21:02:14.771 INFO kablam! | Sep 17 21:02:14.771 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:14.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.771 INFO kablam! | Sep 17 21:02:14.771 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.771 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.771 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.771 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.771 INFO kablam! Sep 17 21:02:14.771 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.771 INFO kablam! --> src/core/alias.rs:79:25 Sep 17 21:02:14.772 INFO kablam! | Sep 17 21:02:14.772 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:14.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.772 INFO kablam! | Sep 17 21:02:14.772 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.772 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.772 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.772 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.772 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.772 INFO kablam! Sep 17 21:02:14.772 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.772 INFO kablam! --> src/core/alias.rs:79:25 Sep 17 21:02:14.772 INFO kablam! | Sep 17 21:02:14.772 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:14.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.772 INFO kablam! | Sep 17 21:02:14.772 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.772 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.772 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.772 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.772 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.772 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.772 INFO kablam! Sep 17 21:02:14.772 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.772 INFO kablam! --> src/core/alias.rs:79:25 Sep 17 21:02:14.772 INFO kablam! | Sep 17 21:02:14.772 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:14.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.772 INFO kablam! | Sep 17 21:02:14.772 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.772 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.772 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.772 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.772 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.772 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.772 INFO kablam! Sep 17 21:02:14.772 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.772 INFO kablam! --> src/core/alias.rs:81:25 Sep 17 21:02:14.772 INFO kablam! | Sep 17 21:02:14.772 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:14.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.775 INFO kablam! | Sep 17 21:02:14.775 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.775 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.775 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.775 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.775 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.775 INFO kablam! Sep 17 21:02:14.779 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.779 INFO kablam! --> src/core/alias.rs:81:25 Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:14.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.779 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.779 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.779 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.779 INFO kablam! Sep 17 21:02:14.779 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.779 INFO kablam! --> src/core/alias.rs:81:25 Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:14.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.779 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.779 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.779 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.779 INFO kablam! Sep 17 21:02:14.779 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.779 INFO kablam! --> src/core/alias.rs:83:25 Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:14.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.779 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.779 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.779 INFO kablam! Sep 17 21:02:14.779 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.779 INFO kablam! --> src/core/alias.rs:83:25 Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:14.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.779 INFO kablam! | Sep 17 21:02:14.779 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.779 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.779 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.780 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.780 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.780 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.780 INFO kablam! Sep 17 21:02:14.780 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.780 INFO kablam! --> src/core/alias.rs:83:25 Sep 17 21:02:14.780 INFO kablam! | Sep 17 21:02:14.780 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:14.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.780 INFO kablam! | Sep 17 21:02:14.780 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.780 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.780 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.780 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.780 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.780 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.780 INFO kablam! Sep 17 21:02:14.783 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.783 INFO kablam! --> src/core/alias.rs:86:25 Sep 17 21:02:14.783 INFO kablam! | Sep 17 21:02:14.783 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:14.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.783 INFO kablam! | Sep 17 21:02:14.783 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.783 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.783 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.783 INFO kablam! Sep 17 21:02:14.783 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.783 INFO kablam! --> src/core/alias.rs:86:25 Sep 17 21:02:14.783 INFO kablam! | Sep 17 21:02:14.783 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:14.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.783 INFO kablam! | Sep 17 21:02:14.783 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.783 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.783 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.783 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.783 INFO kablam! Sep 17 21:02:14.783 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.783 INFO kablam! --> src/core/alias.rs:86:25 Sep 17 21:02:14.783 INFO kablam! | Sep 17 21:02:14.783 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:14.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.783 INFO kablam! | Sep 17 21:02:14.783 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.783 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.783 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.783 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.783 INFO kablam! Sep 17 21:02:14.787 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.787 INFO kablam! --> src/core/alias.rs:88:25 Sep 17 21:02:14.787 INFO kablam! | Sep 17 21:02:14.787 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:14.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.787 INFO kablam! | Sep 17 21:02:14.787 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.787 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.787 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.787 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.787 INFO kablam! Sep 17 21:02:14.787 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.787 INFO kablam! --> src/core/alias.rs:88:25 Sep 17 21:02:14.787 INFO kablam! | Sep 17 21:02:14.787 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:14.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.787 INFO kablam! | Sep 17 21:02:14.787 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.787 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.787 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.787 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.787 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.787 INFO kablam! Sep 17 21:02:14.787 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.787 INFO kablam! --> src/core/alias.rs:88:25 Sep 17 21:02:14.787 INFO kablam! | Sep 17 21:02:14.787 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:14.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.787 INFO kablam! | Sep 17 21:02:14.787 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.787 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.787 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.787 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.787 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.787 INFO kablam! Sep 17 21:02:14.791 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.791 INFO kablam! --> src/core/alias.rs:90:25 Sep 17 21:02:14.791 INFO kablam! | Sep 17 21:02:14.791 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.791 INFO kablam! | Sep 17 21:02:14.791 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.791 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.791 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.791 INFO kablam! Sep 17 21:02:14.791 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.791 INFO kablam! --> src/core/alias.rs:90:25 Sep 17 21:02:14.791 INFO kablam! | Sep 17 21:02:14.791 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.791 INFO kablam! | Sep 17 21:02:14.791 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.791 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.791 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.791 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.791 INFO kablam! Sep 17 21:02:14.791 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.791 INFO kablam! --> src/core/alias.rs:90:25 Sep 17 21:02:14.791 INFO kablam! | Sep 17 21:02:14.791 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.791 INFO kablam! | Sep 17 21:02:14.791 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.791 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.791 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.791 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.792 INFO kablam! Sep 17 21:02:14.792 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.792 INFO kablam! --> src/core/alias.rs:92:25 Sep 17 21:02:14.792 INFO kablam! | Sep 17 21:02:14.792 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:14.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.792 INFO kablam! | Sep 17 21:02:14.792 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.792 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.792 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.792 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.792 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.792 INFO kablam! Sep 17 21:02:14.792 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.792 INFO kablam! --> src/core/alias.rs:92:25 Sep 17 21:02:14.792 INFO kablam! | Sep 17 21:02:14.792 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:14.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.795 INFO kablam! | Sep 17 21:02:14.795 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.795 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.795 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.795 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.795 INFO kablam! Sep 17 21:02:14.795 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.795 INFO kablam! --> src/core/alias.rs:92:25 Sep 17 21:02:14.795 INFO kablam! | Sep 17 21:02:14.795 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:14.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.795 INFO kablam! | Sep 17 21:02:14.795 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.795 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.795 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.795 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.795 INFO kablam! Sep 17 21:02:14.795 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.795 INFO kablam! --> src/core/alias.rs:95:25 Sep 17 21:02:14.795 INFO kablam! | Sep 17 21:02:14.795 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:14.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.795 INFO kablam! | Sep 17 21:02:14.795 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.795 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.795 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.795 INFO kablam! Sep 17 21:02:14.795 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.795 INFO kablam! --> src/core/alias.rs:95:25 Sep 17 21:02:14.795 INFO kablam! | Sep 17 21:02:14.795 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:14.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.795 INFO kablam! | Sep 17 21:02:14.796 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.796 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.796 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.796 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.796 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.796 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.796 INFO kablam! Sep 17 21:02:14.796 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.796 INFO kablam! --> src/core/alias.rs:95:25 Sep 17 21:02:14.796 INFO kablam! | Sep 17 21:02:14.796 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:14.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.796 INFO kablam! | Sep 17 21:02:14.796 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.796 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.796 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.796 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.796 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.796 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.796 INFO kablam! Sep 17 21:02:14.803 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.803 INFO kablam! --> src/core/alias.rs:97:25 Sep 17 21:02:14.803 INFO kablam! | Sep 17 21:02:14.803 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:14.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.803 INFO kablam! | Sep 17 21:02:14.803 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.803 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.803 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.803 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.803 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.803 INFO kablam! Sep 17 21:02:14.803 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.803 INFO kablam! --> src/core/alias.rs:97:25 Sep 17 21:02:14.803 INFO kablam! | Sep 17 21:02:14.803 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:14.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.803 INFO kablam! | Sep 17 21:02:14.803 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.803 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.803 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.803 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.803 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.803 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.803 INFO kablam! Sep 17 21:02:14.803 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.803 INFO kablam! --> src/core/alias.rs:97:25 Sep 17 21:02:14.803 INFO kablam! | Sep 17 21:02:14.803 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:14.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.803 INFO kablam! | Sep 17 21:02:14.803 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.803 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.803 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.803 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.804 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.804 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.804 INFO kablam! Sep 17 21:02:14.804 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.804 INFO kablam! --> src/core/alias.rs:99:25 Sep 17 21:02:14.804 INFO kablam! | Sep 17 21:02:14.804 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:14.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.804 INFO kablam! | Sep 17 21:02:14.804 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.804 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.804 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.804 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.804 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.804 INFO kablam! Sep 17 21:02:14.804 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.804 INFO kablam! --> src/core/alias.rs:99:25 Sep 17 21:02:14.804 INFO kablam! | Sep 17 21:02:14.804 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:14.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.804 INFO kablam! | Sep 17 21:02:14.804 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.804 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.804 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.804 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.804 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.804 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.804 INFO kablam! Sep 17 21:02:14.804 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.804 INFO kablam! --> src/core/alias.rs:99:25 Sep 17 21:02:14.804 INFO kablam! | Sep 17 21:02:14.804 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:14.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.804 INFO kablam! | Sep 17 21:02:14.804 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.804 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.804 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.804 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.807 INFO kablam! Sep 17 21:02:14.807 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.807 INFO kablam! --> src/core/alias.rs:102:25 Sep 17 21:02:14.807 INFO kablam! | Sep 17 21:02:14.807 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:14.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.807 INFO kablam! | Sep 17 21:02:14.807 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.807 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.807 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.807 INFO kablam! Sep 17 21:02:14.807 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.807 INFO kablam! --> src/core/alias.rs:102:25 Sep 17 21:02:14.807 INFO kablam! | Sep 17 21:02:14.807 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:14.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.807 INFO kablam! | Sep 17 21:02:14.807 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.807 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.807 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.807 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.807 INFO kablam! Sep 17 21:02:14.807 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.807 INFO kablam! --> src/core/alias.rs:102:25 Sep 17 21:02:14.807 INFO kablam! | Sep 17 21:02:14.807 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:14.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.807 INFO kablam! | Sep 17 21:02:14.807 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.807 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.807 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.807 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.808 INFO kablam! Sep 17 21:02:14.808 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.808 INFO kablam! --> src/core/alias.rs:104:25 Sep 17 21:02:14.808 INFO kablam! | Sep 17 21:02:14.808 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:14.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.808 INFO kablam! | Sep 17 21:02:14.808 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.808 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.808 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.808 INFO kablam! Sep 17 21:02:14.808 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.808 INFO kablam! --> src/core/alias.rs:104:25 Sep 17 21:02:14.808 INFO kablam! | Sep 17 21:02:14.808 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:14.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.808 INFO kablam! | Sep 17 21:02:14.808 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.808 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.808 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.808 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.808 INFO kablam! Sep 17 21:02:14.808 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.808 INFO kablam! --> src/core/alias.rs:104:25 Sep 17 21:02:14.808 INFO kablam! | Sep 17 21:02:14.808 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:14.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.808 INFO kablam! | Sep 17 21:02:14.808 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.808 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.808 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.808 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.808 INFO kablam! Sep 17 21:02:14.809 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.809 INFO kablam! --> src/core/alias.rs:107:25 Sep 17 21:02:14.809 INFO kablam! | Sep 17 21:02:14.809 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:14.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.809 INFO kablam! | Sep 17 21:02:14.809 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.809 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.809 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.809 INFO kablam! Sep 17 21:02:14.809 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.809 INFO kablam! --> src/core/alias.rs:107:25 Sep 17 21:02:14.809 INFO kablam! | Sep 17 21:02:14.809 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:14.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.809 INFO kablam! | Sep 17 21:02:14.809 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.809 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.809 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.809 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.809 INFO kablam! Sep 17 21:02:14.809 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.809 INFO kablam! --> src/core/alias.rs:107:25 Sep 17 21:02:14.810 INFO kablam! | Sep 17 21:02:14.810 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:14.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.810 INFO kablam! | Sep 17 21:02:14.810 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.810 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.810 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.810 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.810 INFO kablam! Sep 17 21:02:14.810 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.810 INFO kablam! --> src/core/alias.rs:117:23 Sep 17 21:02:14.810 INFO kablam! | Sep 17 21:02:14.810 INFO kablam! 117 | pub type DVector = Matrix>; Sep 17 21:02:14.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.810 INFO kablam! | Sep 17 21:02:14.810 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.810 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.810 INFO kablam! Sep 17 21:02:14.811 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.811 INFO kablam! --> src/core/alias.rs:117:23 Sep 17 21:02:14.811 INFO kablam! | Sep 17 21:02:14.811 INFO kablam! 117 | pub type DVector = Matrix>; Sep 17 21:02:14.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.811 INFO kablam! | Sep 17 21:02:14.811 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.811 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.811 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.811 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.811 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.811 INFO kablam! Sep 17 21:02:14.811 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.811 INFO kablam! --> src/core/alias.rs:117:23 Sep 17 21:02:14.811 INFO kablam! | Sep 17 21:02:14.811 INFO kablam! 117 | pub type DVector = Matrix>; Sep 17 21:02:14.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.811 INFO kablam! | Sep 17 21:02:14.811 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.811 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.811 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.811 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.811 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.811 INFO kablam! Sep 17 21:02:14.811 INFO kablam! error: the trait bound `D: core::dimension::DimName` is not satisfied Sep 17 21:02:14.811 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:14.811 INFO kablam! | Sep 17 21:02:14.811 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:14.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 17 21:02:14.811 INFO kablam! | Sep 17 21:02:14.812 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 17 21:02:14.812 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.812 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.812 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.812 INFO kablam! Sep 17 21:02:14.813 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.813 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:14.813 INFO kablam! | Sep 17 21:02:14.813 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:14.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.813 INFO kablam! | Sep 17 21:02:14.813 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.813 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.813 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.813 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.813 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.813 INFO kablam! Sep 17 21:02:14.813 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.814 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:14.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.814 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.814 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.814 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.814 INFO kablam! Sep 17 21:02:14.814 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.814 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:14.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.814 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.814 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.814 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.814 INFO kablam! Sep 17 21:02:14.814 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.814 INFO kablam! --> src/core/alias.rs:123:23 Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 17 21:02:14.814 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.814 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.814 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.814 INFO kablam! Sep 17 21:02:14.814 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.814 INFO kablam! --> src/core/alias.rs:123:23 Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 17 21:02:14.814 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.814 INFO kablam! | Sep 17 21:02:14.814 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.814 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.814 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.814 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.814 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.814 INFO kablam! Sep 17 21:02:14.815 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.815 INFO kablam! --> src/core/alias.rs:123:23 Sep 17 21:02:14.815 INFO kablam! | Sep 17 21:02:14.815 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 17 21:02:14.815 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.815 INFO kablam! | Sep 17 21:02:14.815 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.815 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.815 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.815 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.815 INFO kablam! Sep 17 21:02:14.816 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.816 INFO kablam! --> src/core/alias.rs:125:23 Sep 17 21:02:14.816 INFO kablam! | Sep 17 21:02:14.816 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 17 21:02:14.816 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.816 INFO kablam! | Sep 17 21:02:14.816 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.816 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.816 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.816 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.816 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.816 INFO kablam! Sep 17 21:02:14.816 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.816 INFO kablam! --> src/core/alias.rs:125:23 Sep 17 21:02:14.816 INFO kablam! | Sep 17 21:02:14.816 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 17 21:02:14.816 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.816 INFO kablam! | Sep 17 21:02:14.816 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.816 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.816 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.816 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.816 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.816 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.816 INFO kablam! Sep 17 21:02:14.823 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.823 INFO kablam! --> src/core/alias.rs:125:23 Sep 17 21:02:14.823 INFO kablam! | Sep 17 21:02:14.823 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 17 21:02:14.823 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.823 INFO kablam! | Sep 17 21:02:14.823 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.823 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.823 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.823 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.824 INFO kablam! Sep 17 21:02:14.824 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.824 INFO kablam! --> src/core/alias.rs:127:23 Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 17 21:02:14.824 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.824 INFO kablam! Sep 17 21:02:14.824 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.824 INFO kablam! --> src/core/alias.rs:127:23 Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 17 21:02:14.824 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.824 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.824 INFO kablam! Sep 17 21:02:14.824 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.824 INFO kablam! --> src/core/alias.rs:127:23 Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 17 21:02:14.824 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.824 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.824 INFO kablam! Sep 17 21:02:14.824 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.824 INFO kablam! --> src/core/alias.rs:129:23 Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 17 21:02:14.824 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.824 INFO kablam! | Sep 17 21:02:14.824 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.824 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.824 INFO kablam! Sep 17 21:02:14.825 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.825 INFO kablam! --> src/core/alias.rs:129:23 Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 17 21:02:14.825 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.825 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.825 INFO kablam! Sep 17 21:02:14.825 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.825 INFO kablam! --> src/core/alias.rs:129:23 Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 17 21:02:14.825 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.825 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.825 INFO kablam! Sep 17 21:02:14.825 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.825 INFO kablam! --> src/core/alias.rs:131:23 Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 17 21:02:14.825 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.825 INFO kablam! Sep 17 21:02:14.825 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.825 INFO kablam! --> src/core/alias.rs:131:23 Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 17 21:02:14.825 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.825 INFO kablam! | Sep 17 21:02:14.825 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.825 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.825 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.825 INFO kablam! Sep 17 21:02:14.825 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.825 INFO kablam! --> src/core/alias.rs:131:23 Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 17 21:02:14.826 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.826 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.826 INFO kablam! Sep 17 21:02:14.826 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.826 INFO kablam! --> src/core/alias.rs:133:23 Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 17 21:02:14.826 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.826 INFO kablam! Sep 17 21:02:14.826 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.826 INFO kablam! --> src/core/alias.rs:133:23 Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 17 21:02:14.826 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.826 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.826 INFO kablam! Sep 17 21:02:14.826 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.826 INFO kablam! --> src/core/alias.rs:133:23 Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 17 21:02:14.826 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.826 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.826 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.826 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.826 INFO kablam! Sep 17 21:02:14.826 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.826 INFO kablam! --> src/core/alias.rs:143:26 Sep 17 21:02:14.826 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 17 21:02:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.827 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.827 INFO kablam! Sep 17 21:02:14.827 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.827 INFO kablam! --> src/core/alias.rs:143:26 Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 17 21:02:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.827 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.827 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.827 INFO kablam! Sep 17 21:02:14.827 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.827 INFO kablam! --> src/core/alias.rs:143:26 Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 17 21:02:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.827 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.827 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.827 INFO kablam! Sep 17 21:02:14.827 INFO kablam! error: the trait bound `D: core::dimension::DimName` is not satisfied Sep 17 21:02:14.827 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 17 21:02:14.827 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.827 INFO kablam! Sep 17 21:02:14.827 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.827 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.827 INFO kablam! | Sep 17 21:02:14.827 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.827 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.827 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.828 INFO kablam! Sep 17 21:02:14.828 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.828 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:14.828 INFO kablam! | Sep 17 21:02:14.828 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:14.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.828 INFO kablam! | Sep 17 21:02:14.828 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.828 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.828 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.828 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.831 INFO kablam! Sep 17 21:02:14.831 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.831 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:14.831 INFO kablam! | Sep 17 21:02:14.831 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:14.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.831 INFO kablam! | Sep 17 21:02:14.831 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.832 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.832 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.832 INFO kablam! Sep 17 21:02:14.832 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.832 INFO kablam! --> src/core/alias.rs:149:26 Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 17 21:02:14.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.832 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.832 INFO kablam! Sep 17 21:02:14.832 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.832 INFO kablam! --> src/core/alias.rs:149:26 Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 17 21:02:14.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.832 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.832 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.832 INFO kablam! Sep 17 21:02:14.832 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.832 INFO kablam! --> src/core/alias.rs:149:26 Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 17 21:02:14.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.832 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.832 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.832 INFO kablam! Sep 17 21:02:14.832 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.832 INFO kablam! --> src/core/alias.rs:151:26 Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 17 21:02:14.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.832 INFO kablam! | Sep 17 21:02:14.832 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.832 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.833 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.833 INFO kablam! Sep 17 21:02:14.833 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.833 INFO kablam! --> src/core/alias.rs:151:26 Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 17 21:02:14.833 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.833 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.833 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.833 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.833 INFO kablam! Sep 17 21:02:14.833 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.833 INFO kablam! --> src/core/alias.rs:151:26 Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 17 21:02:14.833 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.833 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.833 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.833 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.833 INFO kablam! Sep 17 21:02:14.833 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.833 INFO kablam! --> src/core/alias.rs:153:26 Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 17 21:02:14.833 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.833 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.833 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.833 INFO kablam! Sep 17 21:02:14.833 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.833 INFO kablam! --> src/core/alias.rs:153:26 Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 17 21:02:14.833 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.833 INFO kablam! | Sep 17 21:02:14.833 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.833 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.833 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.833 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.833 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.833 INFO kablam! Sep 17 21:02:14.833 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.834 INFO kablam! --> src/core/alias.rs:153:26 Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 17 21:02:14.834 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.834 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.834 INFO kablam! Sep 17 21:02:14.834 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.834 INFO kablam! --> src/core/alias.rs:155:26 Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 17 21:02:14.834 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.834 INFO kablam! Sep 17 21:02:14.834 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.834 INFO kablam! --> src/core/alias.rs:155:26 Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 17 21:02:14.834 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.834 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.834 INFO kablam! Sep 17 21:02:14.834 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.834 INFO kablam! --> src/core/alias.rs:155:26 Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 17 21:02:14.834 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.834 INFO kablam! | Sep 17 21:02:14.834 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.834 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.834 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.834 INFO kablam! Sep 17 21:02:14.834 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.834 INFO kablam! --> src/core/alias.rs:157:26 Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.835 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 17 21:02:14.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.835 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.835 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.835 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.835 INFO kablam! Sep 17 21:02:14.835 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.835 INFO kablam! --> src/core/alias.rs:157:26 Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.835 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 17 21:02:14.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.835 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.835 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.835 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.835 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.835 INFO kablam! Sep 17 21:02:14.835 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.835 INFO kablam! --> src/core/alias.rs:157:26 Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.835 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 17 21:02:14.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.835 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.835 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.835 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.835 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.835 INFO kablam! Sep 17 21:02:14.835 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.835 INFO kablam! --> src/core/alias.rs:159:26 Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.835 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 17 21:02:14.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.835 INFO kablam! | Sep 17 21:02:14.839 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.840 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.840 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.840 INFO kablam! Sep 17 21:02:14.840 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.840 INFO kablam! --> src/core/alias.rs:159:26 Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 17 21:02:14.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.840 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.840 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.840 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.840 INFO kablam! Sep 17 21:02:14.840 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.840 INFO kablam! --> src/core/alias.rs:159:26 Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 17 21:02:14.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.840 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.840 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.840 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:14.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.840 INFO kablam! Sep 17 21:02:14.840 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:14.840 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! 14 | Matrix>; Sep 17 21:02:14.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 17 21:02:14.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.840 INFO kablam! Sep 17 21:02:14.840 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:14.840 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! 14 | Matrix>; Sep 17 21:02:14.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 17 21:02:14.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.840 INFO kablam! Sep 17 21:02:14.840 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.840 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:14.840 INFO kablam! | Sep 17 21:02:14.840 INFO kablam! 14 | Matrix>; Sep 17 21:02:14.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.841 INFO kablam! Sep 17 21:02:14.841 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.841 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! 14 | Matrix>; Sep 17 21:02:14.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.841 INFO kablam! Sep 17 21:02:14.841 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.841 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! 14 | Matrix>; Sep 17 21:02:14.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.841 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.841 INFO kablam! Sep 17 21:02:14.841 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.841 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! 14 | Matrix>; Sep 17 21:02:14.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.841 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.841 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.841 INFO kablam! Sep 17 21:02:14.841 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.841 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! 14 | Matrix>; Sep 17 21:02:14.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.841 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.841 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.841 INFO kablam! Sep 17 21:02:14.841 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:14.841 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.841 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:14.841 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:14.842 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.842 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.842 INFO kablam! Sep 17 21:02:14.842 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.842 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.842 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.842 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.842 INFO kablam! Sep 17 21:02:14.842 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.842 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.842 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.842 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.842 INFO kablam! Sep 17 21:02:14.842 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.842 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.842 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.842 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.842 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.842 INFO kablam! Sep 17 21:02:14.842 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.842 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.842 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.842 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.842 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.842 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.842 INFO kablam! Sep 17 21:02:14.842 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.842 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.842 INFO kablam! | Sep 17 21:02:14.842 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.843 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.843 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.843 INFO kablam! Sep 17 21:02:14.843 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.843 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.843 INFO kablam! Sep 17 21:02:14.843 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.843 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.843 INFO kablam! Sep 17 21:02:14.843 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.843 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.843 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.843 INFO kablam! Sep 17 21:02:14.843 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.843 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.843 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.843 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.843 INFO kablam! Sep 17 21:02:14.843 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.843 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.843 INFO kablam! | Sep 17 21:02:14.843 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.843 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.844 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.844 INFO kablam! Sep 17 21:02:14.844 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.844 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.844 INFO kablam! Sep 17 21:02:14.844 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.844 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.844 INFO kablam! Sep 17 21:02:14.844 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.844 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.844 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.844 INFO kablam! Sep 17 21:02:14.844 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.844 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.844 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.844 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.844 INFO kablam! Sep 17 21:02:14.844 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.844 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.844 INFO kablam! | Sep 17 21:02:14.844 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.844 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.845 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.845 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.845 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.845 INFO kablam! Sep 17 21:02:14.845 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.845 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.845 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.845 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.845 INFO kablam! Sep 17 21:02:14.845 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.845 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.845 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.845 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.845 INFO kablam! Sep 17 21:02:14.845 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.845 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.845 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.845 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.845 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.845 INFO kablam! Sep 17 21:02:14.845 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.845 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.845 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.845 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.845 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.845 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.845 INFO kablam! Sep 17 21:02:14.845 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.845 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.845 INFO kablam! | Sep 17 21:02:14.845 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.845 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.845 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.846 INFO kablam! Sep 17 21:02:14.846 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.846 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.846 INFO kablam! Sep 17 21:02:14.846 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.846 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.846 INFO kablam! Sep 17 21:02:14.846 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.846 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.846 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.846 INFO kablam! Sep 17 21:02:14.846 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.846 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.846 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.846 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.846 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.846 INFO kablam! Sep 17 21:02:14.846 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.846 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:14.846 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.847 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.847 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.847 INFO kablam! Sep 17 21:02:14.847 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.847 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.847 INFO kablam! Sep 17 21:02:14.847 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.847 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.847 INFO kablam! Sep 17 21:02:14.847 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.847 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.847 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.847 INFO kablam! Sep 17 21:02:14.847 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.847 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.847 INFO kablam! | Sep 17 21:02:14.847 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.847 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.847 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.847 INFO kablam! Sep 17 21:02:14.847 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.848 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:14.848 INFO kablam! | Sep 17 21:02:14.848 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.848 INFO kablam! | Sep 17 21:02:14.848 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.848 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.848 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.848 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.848 INFO kablam! Sep 17 21:02:14.848 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.848 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:14.848 INFO kablam! | Sep 17 21:02:14.848 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.848 INFO kablam! | Sep 17 21:02:14.848 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.848 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.848 INFO kablam! Sep 17 21:02:14.848 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.848 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:14.848 INFO kablam! | Sep 17 21:02:14.848 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.848 INFO kablam! | Sep 17 21:02:14.850 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.851 INFO kablam! Sep 17 21:02:14.851 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.851 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.851 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.851 INFO kablam! Sep 17 21:02:14.851 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.851 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.851 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.851 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.851 INFO kablam! Sep 17 21:02:14.851 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.851 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.851 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.851 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.851 INFO kablam! Sep 17 21:02:14.851 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.851 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.851 INFO kablam! Sep 17 21:02:14.851 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.851 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.851 INFO kablam! Sep 17 21:02:14.851 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.851 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:14.851 INFO kablam! | Sep 17 21:02:14.851 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.852 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.852 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.852 INFO kablam! Sep 17 21:02:14.852 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.852 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.852 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.852 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.852 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.852 INFO kablam! Sep 17 21:02:14.852 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.852 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.852 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.852 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.852 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.852 INFO kablam! Sep 17 21:02:14.852 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.852 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.852 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.852 INFO kablam! Sep 17 21:02:14.852 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.852 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.852 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.852 INFO kablam! Sep 17 21:02:14.852 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.852 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.852 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.852 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.852 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.852 INFO kablam! Sep 17 21:02:14.852 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.852 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:14.852 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.853 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.853 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.853 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.853 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.853 INFO kablam! Sep 17 21:02:14.853 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.853 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.853 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.853 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.853 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.853 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.853 INFO kablam! Sep 17 21:02:14.853 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.853 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.853 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.853 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.853 INFO kablam! Sep 17 21:02:14.853 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.853 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.853 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.853 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.853 INFO kablam! Sep 17 21:02:14.853 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.853 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.853 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.853 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.853 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.853 INFO kablam! Sep 17 21:02:14.853 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.853 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.853 INFO kablam! | Sep 17 21:02:14.853 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.853 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.853 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.854 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.854 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.854 INFO kablam! Sep 17 21:02:14.854 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.854 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:14.854 INFO kablam! | Sep 17 21:02:14.854 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.854 INFO kablam! | Sep 17 21:02:14.854 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.854 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.854 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.854 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.854 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.854 INFO kablam! Sep 17 21:02:14.854 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.854 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:14.854 INFO kablam! | Sep 17 21:02:14.854 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.855 INFO kablam! | Sep 17 21:02:14.855 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.855 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.855 INFO kablam! Sep 17 21:02:14.855 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.855 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:14.855 INFO kablam! | Sep 17 21:02:14.855 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.855 INFO kablam! | Sep 17 21:02:14.855 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.855 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.855 INFO kablam! Sep 17 21:02:14.855 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.855 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:14.855 INFO kablam! | Sep 17 21:02:14.855 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.855 INFO kablam! | Sep 17 21:02:14.855 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.855 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.859 INFO kablam! Sep 17 21:02:14.859 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.859 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:14.859 INFO kablam! | Sep 17 21:02:14.859 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.859 INFO kablam! | Sep 17 21:02:14.859 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.859 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.859 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.859 INFO kablam! Sep 17 21:02:14.859 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.859 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:14.859 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.860 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.860 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.860 INFO kablam! Sep 17 21:02:14.860 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.860 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.860 INFO kablam! Sep 17 21:02:14.860 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.860 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.860 INFO kablam! Sep 17 21:02:14.860 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.860 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.860 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.860 INFO kablam! Sep 17 21:02:14.860 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.860 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.860 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.860 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.860 INFO kablam! Sep 17 21:02:14.860 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.860 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.860 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.860 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.860 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.860 INFO kablam! Sep 17 21:02:14.860 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.860 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:14.860 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.861 INFO kablam! Sep 17 21:02:14.861 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.861 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.861 INFO kablam! Sep 17 21:02:14.861 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.861 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.861 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.861 INFO kablam! Sep 17 21:02:14.861 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.861 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.861 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.861 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.861 INFO kablam! Sep 17 21:02:14.861 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.861 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.861 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.861 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.861 INFO kablam! Sep 17 21:02:14.861 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.861 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.861 INFO kablam! | Sep 17 21:02:14.861 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.862 INFO kablam! Sep 17 21:02:14.862 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.862 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.862 INFO kablam! Sep 17 21:02:14.862 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.862 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.862 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.862 INFO kablam! Sep 17 21:02:14.862 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.862 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.862 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.862 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.862 INFO kablam! Sep 17 21:02:14.862 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.862 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.862 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.862 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.862 INFO kablam! Sep 17 21:02:14.862 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.862 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:14.862 INFO kablam! | Sep 17 21:02:14.862 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.863 INFO kablam! Sep 17 21:02:14.863 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.863 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.863 INFO kablam! Sep 17 21:02:14.863 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.863 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.863 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.863 INFO kablam! Sep 17 21:02:14.863 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.863 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.863 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.863 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.863 INFO kablam! Sep 17 21:02:14.863 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.863 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.863 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.863 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.863 INFO kablam! Sep 17 21:02:14.863 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.863 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:14.863 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.864 INFO kablam! Sep 17 21:02:14.864 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.864 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.864 INFO kablam! Sep 17 21:02:14.864 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.864 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.864 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.864 INFO kablam! Sep 17 21:02:14.864 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.864 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.864 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.864 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.864 INFO kablam! Sep 17 21:02:14.864 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.864 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.864 INFO kablam! | Sep 17 21:02:14.864 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.864 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.864 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.864 INFO kablam! Sep 17 21:02:14.864 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.865 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.865 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.865 INFO kablam! Sep 17 21:02:14.865 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.865 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.865 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.865 INFO kablam! Sep 17 21:02:14.865 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.865 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.865 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.865 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.865 INFO kablam! Sep 17 21:02:14.865 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.865 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.865 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.865 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.865 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.865 INFO kablam! Sep 17 21:02:14.865 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.865 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.865 INFO kablam! | Sep 17 21:02:14.865 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.865 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.865 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.866 INFO kablam! Sep 17 21:02:14.866 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.866 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:14.866 INFO kablam! | Sep 17 21:02:14.866 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.866 INFO kablam! | Sep 17 21:02:14.866 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.866 INFO kablam! Sep 17 21:02:14.866 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.866 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:14.866 INFO kablam! | Sep 17 21:02:14.866 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.866 INFO kablam! | Sep 17 21:02:14.866 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.866 INFO kablam! Sep 17 21:02:14.866 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.866 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:14.866 INFO kablam! | Sep 17 21:02:14.866 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.866 INFO kablam! | Sep 17 21:02:14.866 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.866 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.866 INFO kablam! Sep 17 21:02:14.866 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.867 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:14.867 INFO kablam! | Sep 17 21:02:14.867 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.867 INFO kablam! | Sep 17 21:02:14.867 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.867 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.867 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.867 INFO kablam! Sep 17 21:02:14.867 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.867 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:14.867 INFO kablam! | Sep 17 21:02:14.867 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.867 INFO kablam! | Sep 17 21:02:14.867 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.867 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.867 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.867 INFO kablam! Sep 17 21:02:14.867 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.867 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:14.867 INFO kablam! | Sep 17 21:02:14.867 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.868 INFO kablam! Sep 17 21:02:14.868 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.868 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.868 INFO kablam! Sep 17 21:02:14.868 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.868 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.868 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.868 INFO kablam! Sep 17 21:02:14.868 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.868 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.868 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.868 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.868 INFO kablam! Sep 17 21:02:14.868 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.868 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.868 INFO kablam! | Sep 17 21:02:14.868 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.868 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.868 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.868 INFO kablam! Sep 17 21:02:14.869 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.869 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:14.869 INFO kablam! | Sep 17 21:02:14.869 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.869 INFO kablam! | Sep 17 21:02:14.869 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.869 INFO kablam! Sep 17 21:02:14.869 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.869 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:14.869 INFO kablam! | Sep 17 21:02:14.869 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.869 INFO kablam! | Sep 17 21:02:14.869 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.869 INFO kablam! Sep 17 21:02:14.869 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.869 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:14.869 INFO kablam! | Sep 17 21:02:14.869 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.869 INFO kablam! | Sep 17 21:02:14.869 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.869 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.870 INFO kablam! Sep 17 21:02:14.870 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.870 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:14.870 INFO kablam! | Sep 17 21:02:14.870 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.870 INFO kablam! | Sep 17 21:02:14.870 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.870 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.870 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.870 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.870 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.870 INFO kablam! Sep 17 21:02:14.870 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.870 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:14.870 INFO kablam! | Sep 17 21:02:14.870 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.870 INFO kablam! | Sep 17 21:02:14.870 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.870 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.870 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.870 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.871 INFO kablam! Sep 17 21:02:14.871 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.871 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:14.871 INFO kablam! | Sep 17 21:02:14.871 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.871 INFO kablam! | Sep 17 21:02:14.871 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.871 INFO kablam! Sep 17 21:02:14.871 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.871 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:14.871 INFO kablam! | Sep 17 21:02:14.871 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.871 INFO kablam! | Sep 17 21:02:14.871 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.871 INFO kablam! Sep 17 21:02:14.871 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.871 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:14.871 INFO kablam! | Sep 17 21:02:14.871 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.871 INFO kablam! | Sep 17 21:02:14.871 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.871 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.871 INFO kablam! Sep 17 21:02:14.871 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.871 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:14.871 INFO kablam! | Sep 17 21:02:14.871 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.872 INFO kablam! | Sep 17 21:02:14.872 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.872 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.872 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.872 INFO kablam! Sep 17 21:02:14.872 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.872 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:14.872 INFO kablam! | Sep 17 21:02:14.872 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.872 INFO kablam! | Sep 17 21:02:14.872 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.872 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.872 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.872 INFO kablam! Sep 17 21:02:14.872 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.872 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:14.872 INFO kablam! | Sep 17 21:02:14.872 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.872 INFO kablam! | Sep 17 21:02:14.872 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.872 INFO kablam! Sep 17 21:02:14.873 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.873 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:14.873 INFO kablam! | Sep 17 21:02:14.873 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.873 INFO kablam! | Sep 17 21:02:14.873 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.873 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.873 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.873 INFO kablam! Sep 17 21:02:14.873 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.873 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:14.873 INFO kablam! | Sep 17 21:02:14.873 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.873 INFO kablam! | Sep 17 21:02:14.873 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.873 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.873 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.873 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.873 INFO kablam! Sep 17 21:02:14.873 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.873 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:14.873 INFO kablam! | Sep 17 21:02:14.873 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.873 INFO kablam! | Sep 17 21:02:14.873 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.873 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.873 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.873 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.873 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.873 INFO kablam! Sep 17 21:02:14.874 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.874 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:14.874 INFO kablam! | Sep 17 21:02:14.874 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.874 INFO kablam! | Sep 17 21:02:14.874 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.874 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.874 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.874 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.874 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.874 INFO kablam! Sep 17 21:02:14.874 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.874 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:14.874 INFO kablam! | Sep 17 21:02:14.874 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.874 INFO kablam! | Sep 17 21:02:14.874 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.874 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.874 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.874 INFO kablam! Sep 17 21:02:14.874 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.875 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:14.875 INFO kablam! | Sep 17 21:02:14.875 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.875 INFO kablam! | Sep 17 21:02:14.875 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.875 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.875 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.875 INFO kablam! Sep 17 21:02:14.875 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.875 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:14.875 INFO kablam! | Sep 17 21:02:14.875 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.875 INFO kablam! | Sep 17 21:02:14.875 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.875 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.875 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.875 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.875 INFO kablam! Sep 17 21:02:14.875 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.875 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:14.875 INFO kablam! | Sep 17 21:02:14.875 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.875 INFO kablam! | Sep 17 21:02:14.875 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.875 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.877 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.877 INFO kablam! Sep 17 21:02:14.877 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.877 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.877 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.877 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.877 INFO kablam! Sep 17 21:02:14.877 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.877 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.877 INFO kablam! Sep 17 21:02:14.877 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.877 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.877 INFO kablam! Sep 17 21:02:14.877 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.877 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.877 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.877 INFO kablam! Sep 17 21:02:14.877 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.877 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.877 INFO kablam! | Sep 17 21:02:14.877 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.877 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.877 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.878 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.878 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.878 INFO kablam! Sep 17 21:02:14.878 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.878 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:14.878 INFO kablam! | Sep 17 21:02:14.878 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.879 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.879 INFO kablam! Sep 17 21:02:14.879 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.879 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.879 INFO kablam! Sep 17 21:02:14.879 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.879 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.879 INFO kablam! Sep 17 21:02:14.879 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.879 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.879 INFO kablam! Sep 17 21:02:14.879 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.879 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.879 INFO kablam! | Sep 17 21:02:14.879 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.879 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.879 INFO kablam! Sep 17 21:02:14.880 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.880 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:14.880 INFO kablam! | Sep 17 21:02:14.880 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.880 INFO kablam! | Sep 17 21:02:14.880 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.880 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.880 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.880 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.880 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.880 INFO kablam! Sep 17 21:02:14.883 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.883 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:14.883 INFO kablam! | Sep 17 21:02:14.883 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.883 INFO kablam! | Sep 17 21:02:14.883 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.883 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.883 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.883 INFO kablam! Sep 17 21:02:14.883 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.883 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:14.883 INFO kablam! | Sep 17 21:02:14.883 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.883 INFO kablam! | Sep 17 21:02:14.883 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.883 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.883 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.883 INFO kablam! Sep 17 21:02:14.883 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.883 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:14.883 INFO kablam! | Sep 17 21:02:14.883 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.883 INFO kablam! | Sep 17 21:02:14.883 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.883 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.883 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.883 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.883 INFO kablam! Sep 17 21:02:14.884 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.884 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.884 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.884 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.884 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.884 INFO kablam! Sep 17 21:02:14.884 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.884 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.884 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.884 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.884 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.884 INFO kablam! Sep 17 21:02:14.884 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.884 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.884 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.884 INFO kablam! Sep 17 21:02:14.884 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.884 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.884 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.884 INFO kablam! Sep 17 21:02:14.884 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.884 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.884 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.884 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.884 INFO kablam! Sep 17 21:02:14.884 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.884 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.884 INFO kablam! | Sep 17 21:02:14.884 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.884 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.884 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.885 INFO kablam! Sep 17 21:02:14.885 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.885 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.885 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.885 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.885 INFO kablam! Sep 17 21:02:14.885 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.885 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.885 INFO kablam! Sep 17 21:02:14.885 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.885 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.885 INFO kablam! Sep 17 21:02:14.885 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.885 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.885 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.885 INFO kablam! Sep 17 21:02:14.885 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.885 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.885 INFO kablam! | Sep 17 21:02:14.885 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.885 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.885 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.886 INFO kablam! Sep 17 21:02:14.886 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.886 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:14.886 INFO kablam! | Sep 17 21:02:14.886 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.886 INFO kablam! | Sep 17 21:02:14.886 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.886 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.886 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.886 INFO kablam! Sep 17 21:02:14.887 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.887 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:14.887 INFO kablam! | Sep 17 21:02:14.887 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.887 INFO kablam! | Sep 17 21:02:14.887 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.887 INFO kablam! Sep 17 21:02:14.887 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.887 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:14.887 INFO kablam! | Sep 17 21:02:14.887 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.887 INFO kablam! | Sep 17 21:02:14.887 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.887 INFO kablam! Sep 17 21:02:14.887 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.887 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:14.887 INFO kablam! | Sep 17 21:02:14.887 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.887 INFO kablam! | Sep 17 21:02:14.887 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.887 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.887 INFO kablam! Sep 17 21:02:14.887 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.887 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.888 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.888 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.888 INFO kablam! Sep 17 21:02:14.888 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.888 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.888 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.888 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.888 INFO kablam! Sep 17 21:02:14.888 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.888 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.888 INFO kablam! Sep 17 21:02:14.888 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.888 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.888 INFO kablam! Sep 17 21:02:14.888 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.888 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.888 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.888 INFO kablam! Sep 17 21:02:14.888 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.888 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.888 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.888 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.888 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.888 INFO kablam! Sep 17 21:02:14.888 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.888 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:14.888 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.889 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.889 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.889 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.889 INFO kablam! Sep 17 21:02:14.889 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.889 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:14.889 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.889 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.889 INFO kablam! Sep 17 21:02:14.889 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.889 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:14.889 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.889 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.889 INFO kablam! Sep 17 21:02:14.889 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.889 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:14.889 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.889 INFO kablam! | Sep 17 21:02:14.889 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.889 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.889 INFO kablam! Sep 17 21:02:14.891 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.891 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:14.891 INFO kablam! | Sep 17 21:02:14.891 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.891 INFO kablam! | Sep 17 21:02:14.891 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.891 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.891 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.891 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.891 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.891 INFO kablam! Sep 17 21:02:14.891 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.891 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:14.891 INFO kablam! | Sep 17 21:02:14.891 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.891 INFO kablam! | Sep 17 21:02:14.891 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.891 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.891 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.891 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.891 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.891 INFO kablam! Sep 17 21:02:14.891 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.891 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:14.891 INFO kablam! | Sep 17 21:02:14.891 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.891 INFO kablam! | Sep 17 21:02:14.891 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.891 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.891 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.891 INFO kablam! Sep 17 21:02:14.892 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.892 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.892 INFO kablam! Sep 17 21:02:14.892 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.892 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.892 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.892 INFO kablam! Sep 17 21:02:14.892 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.892 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.892 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.892 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.892 INFO kablam! Sep 17 21:02:14.892 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.892 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.892 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.892 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.892 INFO kablam! Sep 17 21:02:14.892 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.892 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.892 INFO kablam! Sep 17 21:02:14.892 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.892 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.892 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.892 INFO kablam! Sep 17 21:02:14.892 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.892 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:14.892 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.893 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.893 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.893 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.893 INFO kablam! Sep 17 21:02:14.893 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.893 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.893 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.893 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.893 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.893 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.893 INFO kablam! Sep 17 21:02:14.893 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.893 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.893 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.893 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.893 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.893 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.893 INFO kablam! Sep 17 21:02:14.893 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.893 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.893 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.893 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.893 INFO kablam! Sep 17 21:02:14.893 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.893 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.893 INFO kablam! | Sep 17 21:02:14.893 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.893 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.893 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.893 INFO kablam! Sep 17 21:02:14.893 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.894 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:14.894 INFO kablam! | Sep 17 21:02:14.894 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.894 INFO kablam! | Sep 17 21:02:14.894 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.894 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.894 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.894 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.894 INFO kablam! Sep 17 21:02:14.894 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.894 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:14.894 INFO kablam! | Sep 17 21:02:14.894 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.894 INFO kablam! | Sep 17 21:02:14.894 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.895 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.895 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.895 INFO kablam! Sep 17 21:02:14.895 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.895 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:14.895 INFO kablam! | Sep 17 21:02:14.895 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.895 INFO kablam! | Sep 17 21:02:14.895 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.895 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.895 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.895 INFO kablam! Sep 17 21:02:14.895 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.895 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:14.895 INFO kablam! | Sep 17 21:02:14.895 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.895 INFO kablam! | Sep 17 21:02:14.895 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.895 INFO kablam! Sep 17 21:02:14.895 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.895 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:14.895 INFO kablam! | Sep 17 21:02:14.895 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.895 INFO kablam! | Sep 17 21:02:14.895 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.895 INFO kablam! Sep 17 21:02:14.895 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.895 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:14.895 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.896 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.896 INFO kablam! Sep 17 21:02:14.896 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.896 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.896 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.896 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.896 INFO kablam! Sep 17 21:02:14.896 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.896 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.896 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.896 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.896 INFO kablam! Sep 17 21:02:14.896 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.896 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.896 INFO kablam! Sep 17 21:02:14.896 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.896 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.896 INFO kablam! Sep 17 21:02:14.896 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.896 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.896 INFO kablam! | Sep 17 21:02:14.896 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.896 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.896 INFO kablam! Sep 17 21:02:14.897 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.897 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:14.897 INFO kablam! | Sep 17 21:02:14.897 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.897 INFO kablam! | Sep 17 21:02:14.897 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.897 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.897 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.897 INFO kablam! Sep 17 21:02:14.897 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.897 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:14.897 INFO kablam! | Sep 17 21:02:14.897 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.897 INFO kablam! | Sep 17 21:02:14.897 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.897 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.897 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.900 INFO kablam! Sep 17 21:02:14.900 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.900 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.900 INFO kablam! Sep 17 21:02:14.900 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.900 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.900 INFO kablam! Sep 17 21:02:14.900 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.900 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.900 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.900 INFO kablam! Sep 17 21:02:14.900 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.900 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.900 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.900 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.900 INFO kablam! Sep 17 21:02:14.900 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.900 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.900 INFO kablam! | Sep 17 21:02:14.900 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.900 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.900 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.901 INFO kablam! Sep 17 21:02:14.901 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.901 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:14.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.901 INFO kablam! Sep 17 21:02:14.901 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.901 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:14.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.901 INFO kablam! Sep 17 21:02:14.901 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.901 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:14.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.901 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.901 INFO kablam! Sep 17 21:02:14.901 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.901 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:14.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.901 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.901 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.901 INFO kablam! Sep 17 21:02:14.901 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.901 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:14.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.901 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.901 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.901 INFO kablam! Sep 17 21:02:14.901 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.901 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.901 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.901 INFO kablam! | Sep 17 21:02:14.902 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.902 INFO kablam! Sep 17 21:02:14.902 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.902 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:14.902 INFO kablam! | Sep 17 21:02:14.902 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.902 INFO kablam! | Sep 17 21:02:14.902 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.902 INFO kablam! Sep 17 21:02:14.902 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.902 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:14.902 INFO kablam! | Sep 17 21:02:14.902 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.902 INFO kablam! | Sep 17 21:02:14.902 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.902 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.902 INFO kablam! Sep 17 21:02:14.903 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.903 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:14.903 INFO kablam! | Sep 17 21:02:14.903 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.903 INFO kablam! | Sep 17 21:02:14.903 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.903 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.903 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.903 INFO kablam! Sep 17 21:02:14.903 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.903 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:14.903 INFO kablam! | Sep 17 21:02:14.903 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.903 INFO kablam! | Sep 17 21:02:14.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.903 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.903 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.903 INFO kablam! Sep 17 21:02:14.903 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.903 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:14.903 INFO kablam! | Sep 17 21:02:14.903 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.903 INFO kablam! | Sep 17 21:02:14.903 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.903 INFO kablam! Sep 17 21:02:14.903 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.903 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:14.903 INFO kablam! | Sep 17 21:02:14.903 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.904 INFO kablam! Sep 17 21:02:14.904 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.904 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.904 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.904 INFO kablam! Sep 17 21:02:14.904 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.904 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.904 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.904 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.904 INFO kablam! Sep 17 21:02:14.904 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.904 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.904 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.904 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.904 INFO kablam! Sep 17 21:02:14.904 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.904 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.904 INFO kablam! Sep 17 21:02:14.904 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.904 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:14.904 INFO kablam! | Sep 17 21:02:14.904 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.905 INFO kablam! Sep 17 21:02:14.905 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.905 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.905 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.905 INFO kablam! Sep 17 21:02:14.905 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.905 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.905 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.905 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.905 INFO kablam! Sep 17 21:02:14.905 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.905 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.905 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.905 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.905 INFO kablam! Sep 17 21:02:14.905 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.905 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:14.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.905 INFO kablam! Sep 17 21:02:14.905 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.905 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:14.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.905 INFO kablam! Sep 17 21:02:14.905 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.905 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:14.905 INFO kablam! | Sep 17 21:02:14.905 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:14.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.906 INFO kablam! | Sep 17 21:02:14.906 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.906 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.906 INFO kablam! Sep 17 21:02:14.907 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.907 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:14.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.907 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.907 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.907 INFO kablam! Sep 17 21:02:14.907 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.907 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:14.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.907 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.907 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.907 INFO kablam! Sep 17 21:02:14.907 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.907 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:14.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.907 INFO kablam! Sep 17 21:02:14.907 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.907 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:14.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.907 INFO kablam! Sep 17 21:02:14.907 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.907 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:14.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.907 INFO kablam! | Sep 17 21:02:14.907 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.907 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.907 INFO kablam! Sep 17 21:02:14.908 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.908 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:14.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.908 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.908 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.908 INFO kablam! Sep 17 21:02:14.908 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.908 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:14.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.908 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.908 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.908 INFO kablam! Sep 17 21:02:14.908 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.908 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:14.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.908 INFO kablam! Sep 17 21:02:14.908 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.908 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:14.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.908 INFO kablam! Sep 17 21:02:14.908 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.908 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:14.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.908 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.908 INFO kablam! Sep 17 21:02:14.908 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.908 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:14.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.908 INFO kablam! | Sep 17 21:02:14.908 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.908 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.909 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.909 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.909 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.909 INFO kablam! Sep 17 21:02:14.909 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.909 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:14.909 INFO kablam! | Sep 17 21:02:14.909 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:14.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.909 INFO kablam! | Sep 17 21:02:14.909 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.909 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.909 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.909 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.909 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.909 INFO kablam! Sep 17 21:02:14.909 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.909 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:14.909 INFO kablam! | Sep 17 21:02:14.909 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:14.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.909 INFO kablam! | Sep 17 21:02:14.909 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.909 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.909 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.909 INFO kablam! Sep 17 21:02:14.909 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.909 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:14.909 INFO kablam! | Sep 17 21:02:14.909 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:14.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.909 INFO kablam! | Sep 17 21:02:14.911 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.911 INFO kablam! Sep 17 21:02:14.911 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.911 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:14.911 INFO kablam! | Sep 17 21:02:14.911 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:14.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.911 INFO kablam! | Sep 17 21:02:14.911 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.911 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.911 INFO kablam! Sep 17 21:02:14.911 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.911 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:14.911 INFO kablam! | Sep 17 21:02:14.911 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:14.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.911 INFO kablam! | Sep 17 21:02:14.911 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.911 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.911 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.911 INFO kablam! Sep 17 21:02:14.911 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.911 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:14.911 INFO kablam! | Sep 17 21:02:14.911 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:14.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.911 INFO kablam! | Sep 17 21:02:14.911 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.912 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.912 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.912 INFO kablam! Sep 17 21:02:14.912 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.912 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:14.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.912 INFO kablam! Sep 17 21:02:14.912 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.912 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:14.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.912 INFO kablam! Sep 17 21:02:14.912 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.912 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:14.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.912 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.912 INFO kablam! Sep 17 21:02:14.912 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.912 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:14.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.912 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.912 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.912 INFO kablam! Sep 17 21:02:14.912 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.912 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:14.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.912 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.912 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.912 INFO kablam! Sep 17 21:02:14.912 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.912 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:14.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.912 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.912 INFO kablam! Sep 17 21:02:14.912 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.912 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:14.912 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:14.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.913 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.913 INFO kablam! Sep 17 21:02:14.913 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.913 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:14.913 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:14.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.913 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.913 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.913 INFO kablam! Sep 17 21:02:14.913 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.913 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:14.913 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:14.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.913 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.913 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.913 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.913 INFO kablam! Sep 17 21:02:14.913 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.913 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:14.913 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:14.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.913 INFO kablam! | Sep 17 21:02:14.913 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.913 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.913 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.913 INFO kablam! Sep 17 21:02:14.915 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.915 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:14.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.915 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.915 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.915 INFO kablam! Sep 17 21:02:14.915 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.915 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:14.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.915 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.915 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.915 INFO kablam! Sep 17 21:02:14.915 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.915 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:14.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.915 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.915 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.915 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.915 INFO kablam! Sep 17 21:02:14.915 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.915 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:14.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.915 INFO kablam! | Sep 17 21:02:14.915 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.916 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.916 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.916 INFO kablam! Sep 17 21:02:14.916 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.916 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:14.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.916 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.916 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.916 INFO kablam! Sep 17 21:02:14.916 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.916 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:14.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.916 INFO kablam! Sep 17 21:02:14.916 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.916 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:14.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.916 INFO kablam! Sep 17 21:02:14.916 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.916 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:14.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.916 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.916 INFO kablam! Sep 17 21:02:14.916 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.916 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:14.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.916 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.916 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.916 INFO kablam! Sep 17 21:02:14.916 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.916 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:14.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.916 INFO kablam! | Sep 17 21:02:14.916 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.917 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.917 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.917 INFO kablam! Sep 17 21:02:14.917 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.917 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:14.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.917 INFO kablam! Sep 17 21:02:14.917 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.917 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:14.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.917 INFO kablam! Sep 17 21:02:14.917 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.917 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:14.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.917 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.917 INFO kablam! Sep 17 21:02:14.917 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.917 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:14.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.917 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.917 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.917 INFO kablam! Sep 17 21:02:14.917 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.917 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:14.917 INFO kablam! | Sep 17 21:02:14.917 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:14.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.918 INFO kablam! | Sep 17 21:02:14.918 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.918 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.918 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.918 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.918 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.918 INFO kablam! Sep 17 21:02:14.919 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:14.919 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! 179 | Matrix>; Sep 17 21:02:14.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:14.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.919 INFO kablam! Sep 17 21:02:14.919 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.919 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! 179 | Matrix>; Sep 17 21:02:14.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.919 INFO kablam! Sep 17 21:02:14.919 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.919 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! 179 | Matrix>; Sep 17 21:02:14.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.919 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.919 INFO kablam! Sep 17 21:02:14.919 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.919 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! 179 | Matrix>; Sep 17 21:02:14.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.919 INFO kablam! | Sep 17 21:02:14.919 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.919 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.920 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.920 INFO kablam! Sep 17 21:02:14.920 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.920 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! 179 | Matrix>; Sep 17 21:02:14.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.920 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.920 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.920 INFO kablam! Sep 17 21:02:14.920 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.920 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:14.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.920 INFO kablam! Sep 17 21:02:14.920 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.920 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:14.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.920 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.920 INFO kablam! Sep 17 21:02:14.920 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.920 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:14.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.920 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.920 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.920 INFO kablam! Sep 17 21:02:14.920 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.920 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:14.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.920 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.920 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.920 INFO kablam! Sep 17 21:02:14.920 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.920 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.920 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:14.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.920 INFO kablam! | Sep 17 21:02:14.921 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.921 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.921 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.921 INFO kablam! Sep 17 21:02:14.921 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.921 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:14.921 INFO kablam! | Sep 17 21:02:14.921 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:14.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.921 INFO kablam! | Sep 17 21:02:14.921 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.921 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.921 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.921 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.921 INFO kablam! Sep 17 21:02:14.921 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.921 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:14.921 INFO kablam! | Sep 17 21:02:14.921 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:14.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.923 INFO kablam! | Sep 17 21:02:14.923 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.923 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.923 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.923 INFO kablam! Sep 17 21:02:14.923 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.923 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:14.923 INFO kablam! | Sep 17 21:02:14.923 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:14.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.923 INFO kablam! | Sep 17 21:02:14.923 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.923 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.923 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.923 INFO kablam! Sep 17 21:02:14.923 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.923 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:14.923 INFO kablam! | Sep 17 21:02:14.923 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:14.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.923 INFO kablam! | Sep 17 21:02:14.923 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.923 INFO kablam! Sep 17 21:02:14.923 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.923 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:14.923 INFO kablam! | Sep 17 21:02:14.923 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:14.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.923 INFO kablam! | Sep 17 21:02:14.923 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.923 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.923 INFO kablam! Sep 17 21:02:14.924 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.924 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:14.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.924 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.924 INFO kablam! Sep 17 21:02:14.924 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.924 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:14.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.924 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.924 INFO kablam! Sep 17 21:02:14.924 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.924 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:14.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.924 INFO kablam! Sep 17 21:02:14.924 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.924 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:14.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.924 INFO kablam! Sep 17 21:02:14.924 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.924 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:14.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.924 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.924 INFO kablam! Sep 17 21:02:14.924 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.924 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:14.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.924 INFO kablam! | Sep 17 21:02:14.924 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.924 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.925 INFO kablam! Sep 17 21:02:14.927 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.927 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:14.927 INFO kablam! | Sep 17 21:02:14.927 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:14.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.927 INFO kablam! | Sep 17 21:02:14.927 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.927 INFO kablam! Sep 17 21:02:14.927 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.927 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:14.927 INFO kablam! | Sep 17 21:02:14.927 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:14.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.927 INFO kablam! | Sep 17 21:02:14.927 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.927 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.927 INFO kablam! Sep 17 21:02:14.927 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.927 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:14.927 INFO kablam! | Sep 17 21:02:14.927 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:14.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.927 INFO kablam! | Sep 17 21:02:14.927 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.927 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.927 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.927 INFO kablam! Sep 17 21:02:14.928 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.928 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:14.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.928 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.928 INFO kablam! Sep 17 21:02:14.928 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.928 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:14.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.928 INFO kablam! Sep 17 21:02:14.928 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.928 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:14.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.928 INFO kablam! Sep 17 21:02:14.928 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.928 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:14.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.928 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.928 INFO kablam! Sep 17 21:02:14.928 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.928 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:14.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.928 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.928 INFO kablam! Sep 17 21:02:14.928 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.928 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:14.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:14.928 INFO kablam! | Sep 17 21:02:14.928 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:14.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.929 INFO kablam! Sep 17 21:02:14.929 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.929 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:14.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.929 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.929 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.929 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.929 INFO kablam! Sep 17 21:02:14.929 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.929 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:14.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.929 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.929 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.929 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.929 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.929 INFO kablam! Sep 17 21:02:14.929 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.929 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:14.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.929 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.929 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.929 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.929 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.929 INFO kablam! Sep 17 21:02:14.929 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:14.929 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! 206 | Matrix>; Sep 17 21:02:14.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 17 21:02:14.929 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.929 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.929 INFO kablam! Sep 17 21:02:14.929 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:14.929 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! 206 | Matrix>; Sep 17 21:02:14.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:14.929 INFO kablam! | Sep 17 21:02:14.929 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 17 21:02:14.930 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.930 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.930 INFO kablam! Sep 17 21:02:14.930 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.930 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:14.930 INFO kablam! | Sep 17 21:02:14.930 INFO kablam! 206 | Matrix>; Sep 17 21:02:14.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.930 INFO kablam! | Sep 17 21:02:14.930 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.930 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.930 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.930 INFO kablam! Sep 17 21:02:14.931 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.931 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:14.931 INFO kablam! | Sep 17 21:02:14.931 INFO kablam! 206 | Matrix>; Sep 17 21:02:14.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.931 INFO kablam! | Sep 17 21:02:14.931 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.931 INFO kablam! Sep 17 21:02:14.931 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.931 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:14.931 INFO kablam! | Sep 17 21:02:14.931 INFO kablam! 206 | Matrix>; Sep 17 21:02:14.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.931 INFO kablam! | Sep 17 21:02:14.931 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.931 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.931 INFO kablam! Sep 17 21:02:14.931 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.931 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:14.931 INFO kablam! | Sep 17 21:02:14.931 INFO kablam! 206 | Matrix>; Sep 17 21:02:14.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.931 INFO kablam! | Sep 17 21:02:14.931 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.931 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.931 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.931 INFO kablam! Sep 17 21:02:14.931 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.931 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:14.931 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! 206 | Matrix>; Sep 17 21:02:14.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.932 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.932 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.932 INFO kablam! Sep 17 21:02:14.932 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:14.932 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:14.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.932 INFO kablam! Sep 17 21:02:14.932 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.932 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.932 INFO kablam! Sep 17 21:02:14.932 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.932 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.932 INFO kablam! Sep 17 21:02:14.932 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.932 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.932 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.932 INFO kablam! Sep 17 21:02:14.932 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.932 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.932 INFO kablam! | Sep 17 21:02:14.932 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.932 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.932 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.932 INFO kablam! Sep 17 21:02:14.933 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.933 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:14.933 INFO kablam! | Sep 17 21:02:14.933 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:14.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.933 INFO kablam! | Sep 17 21:02:14.933 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.933 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.933 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.933 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.933 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.933 INFO kablam! Sep 17 21:02:14.933 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.933 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:14.933 INFO kablam! | Sep 17 21:02:14.933 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.933 INFO kablam! | Sep 17 21:02:14.933 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.933 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.933 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.933 INFO kablam! Sep 17 21:02:14.933 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.933 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:14.933 INFO kablam! | Sep 17 21:02:14.933 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.933 INFO kablam! | Sep 17 21:02:14.933 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.933 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.940 INFO kablam! Sep 17 21:02:14.940 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.940 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.940 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.940 INFO kablam! Sep 17 21:02:14.940 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.940 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.940 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.940 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.940 INFO kablam! Sep 17 21:02:14.940 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.940 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:14.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.940 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.940 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.940 INFO kablam! Sep 17 21:02:14.940 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.940 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.940 INFO kablam! | Sep 17 21:02:14.940 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.940 INFO kablam! Sep 17 21:02:14.940 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.941 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.941 INFO kablam! Sep 17 21:02:14.941 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.941 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.941 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.941 INFO kablam! Sep 17 21:02:14.941 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.941 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.941 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.941 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.941 INFO kablam! Sep 17 21:02:14.941 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.941 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:14.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.941 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.941 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.941 INFO kablam! Sep 17 21:02:14.941 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.941 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.941 INFO kablam! | Sep 17 21:02:14.941 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.941 INFO kablam! Sep 17 21:02:14.941 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.941 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.942 INFO kablam! Sep 17 21:02:14.942 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.942 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.942 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.942 INFO kablam! Sep 17 21:02:14.942 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.942 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.942 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.942 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.942 INFO kablam! Sep 17 21:02:14.942 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.942 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:14.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.942 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.942 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.942 INFO kablam! Sep 17 21:02:14.942 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.942 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.942 INFO kablam! | Sep 17 21:02:14.942 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.942 INFO kablam! Sep 17 21:02:14.942 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.943 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.943 INFO kablam! Sep 17 21:02:14.943 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.943 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.943 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.943 INFO kablam! Sep 17 21:02:14.943 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.943 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.943 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.943 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.943 INFO kablam! Sep 17 21:02:14.943 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.943 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.943 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.943 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.943 INFO kablam! Sep 17 21:02:14.943 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.943 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.943 INFO kablam! Sep 17 21:02:14.943 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.943 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.943 INFO kablam! | Sep 17 21:02:14.943 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.943 INFO kablam! Sep 17 21:02:14.944 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.944 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:14.944 INFO kablam! | Sep 17 21:02:14.944 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.944 INFO kablam! | Sep 17 21:02:14.944 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.944 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.944 INFO kablam! Sep 17 21:02:14.944 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.944 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:14.944 INFO kablam! | Sep 17 21:02:14.944 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.944 INFO kablam! | Sep 17 21:02:14.944 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.944 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.944 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.944 INFO kablam! Sep 17 21:02:14.944 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.944 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:14.944 INFO kablam! | Sep 17 21:02:14.944 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:14.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.944 INFO kablam! | Sep 17 21:02:14.944 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.944 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.944 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.944 INFO kablam! Sep 17 21:02:14.944 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.944 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:14.944 INFO kablam! | Sep 17 21:02:14.944 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.946 INFO kablam! | Sep 17 21:02:14.946 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.947 INFO kablam! Sep 17 21:02:14.947 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.947 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.947 INFO kablam! Sep 17 21:02:14.947 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.947 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.947 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.947 INFO kablam! Sep 17 21:02:14.947 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.947 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.947 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.947 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.947 INFO kablam! Sep 17 21:02:14.947 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.947 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:14.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.947 INFO kablam! | Sep 17 21:02:14.947 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.947 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.947 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.947 INFO kablam! Sep 17 21:02:14.947 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.947 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.948 INFO kablam! Sep 17 21:02:14.948 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.948 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.948 INFO kablam! Sep 17 21:02:14.948 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.948 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.948 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.948 INFO kablam! Sep 17 21:02:14.948 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.948 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.948 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.948 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.948 INFO kablam! Sep 17 21:02:14.948 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.948 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:14.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.948 INFO kablam! | Sep 17 21:02:14.948 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.948 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.948 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.949 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.949 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.949 INFO kablam! Sep 17 21:02:14.949 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.949 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.949 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.949 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.949 INFO kablam! Sep 17 21:02:14.949 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.949 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.949 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.949 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.949 INFO kablam! Sep 17 21:02:14.949 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.949 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.949 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.949 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.949 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.949 INFO kablam! Sep 17 21:02:14.949 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.949 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.949 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.949 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.949 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.949 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.949 INFO kablam! Sep 17 21:02:14.949 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.949 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.949 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:14.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.949 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.950 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.950 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.950 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.950 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.950 INFO kablam! Sep 17 21:02:14.950 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.950 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.950 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.950 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.950 INFO kablam! Sep 17 21:02:14.950 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.950 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.950 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.950 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.950 INFO kablam! Sep 17 21:02:14.950 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.950 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.950 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.950 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.950 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.950 INFO kablam! Sep 17 21:02:14.950 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.950 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.950 INFO kablam! | Sep 17 21:02:14.950 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.950 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.950 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.950 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.950 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.950 INFO kablam! Sep 17 21:02:14.951 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.951 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:14.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.951 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.951 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.951 INFO kablam! Sep 17 21:02:14.951 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.951 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.951 INFO kablam! Sep 17 21:02:14.951 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.951 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.951 INFO kablam! Sep 17 21:02:14.951 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.951 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.951 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.951 INFO kablam! Sep 17 21:02:14.951 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.951 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.951 INFO kablam! | Sep 17 21:02:14.951 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.951 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.952 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.952 INFO kablam! Sep 17 21:02:14.952 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.952 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:14.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.952 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.952 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.952 INFO kablam! Sep 17 21:02:14.952 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.952 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.952 INFO kablam! Sep 17 21:02:14.952 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.952 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.952 INFO kablam! Sep 17 21:02:14.952 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.952 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.952 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.952 INFO kablam! Sep 17 21:02:14.952 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.952 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.952 INFO kablam! | Sep 17 21:02:14.952 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.953 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.953 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.953 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.953 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.953 INFO kablam! Sep 17 21:02:14.953 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.953 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:14.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.953 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.953 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.953 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.953 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.953 INFO kablam! Sep 17 21:02:14.953 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.953 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.953 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.953 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.953 INFO kablam! Sep 17 21:02:14.953 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.953 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.953 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.953 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.953 INFO kablam! Sep 17 21:02:14.953 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.953 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.953 INFO kablam! | Sep 17 21:02:14.953 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.953 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.953 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.953 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.953 INFO kablam! Sep 17 21:02:14.953 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.954 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.954 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.954 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.954 INFO kablam! Sep 17 21:02:14.954 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.954 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.954 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.954 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.954 INFO kablam! Sep 17 21:02:14.954 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.954 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.954 INFO kablam! Sep 17 21:02:14.954 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.954 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.954 INFO kablam! Sep 17 21:02:14.954 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.954 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.954 INFO kablam! | Sep 17 21:02:14.954 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.954 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.954 INFO kablam! Sep 17 21:02:14.954 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.955 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.955 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.955 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.955 INFO kablam! Sep 17 21:02:14.955 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.955 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:14.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.955 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.955 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.955 INFO kablam! Sep 17 21:02:14.955 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.955 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.955 INFO kablam! Sep 17 21:02:14.955 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.955 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.955 INFO kablam! Sep 17 21:02:14.955 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.955 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.955 INFO kablam! | Sep 17 21:02:14.955 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.955 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.956 INFO kablam! Sep 17 21:02:14.956 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.956 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.956 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.956 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.956 INFO kablam! Sep 17 21:02:14.956 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.956 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:14.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.956 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.956 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.956 INFO kablam! Sep 17 21:02:14.956 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.956 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.956 INFO kablam! Sep 17 21:02:14.956 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.956 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.956 INFO kablam! Sep 17 21:02:14.956 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.956 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.956 INFO kablam! | Sep 17 21:02:14.956 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.957 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.957 INFO kablam! Sep 17 21:02:14.957 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.957 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.957 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.957 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.957 INFO kablam! Sep 17 21:02:14.957 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.957 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:14.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.957 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.957 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.957 INFO kablam! Sep 17 21:02:14.957 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.957 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.957 INFO kablam! Sep 17 21:02:14.957 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.957 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.957 INFO kablam! Sep 17 21:02:14.957 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.957 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.957 INFO kablam! | Sep 17 21:02:14.957 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.958 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.958 INFO kablam! Sep 17 21:02:14.958 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.958 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.958 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.958 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.958 INFO kablam! Sep 17 21:02:14.958 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.958 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:14.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.958 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.958 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.958 INFO kablam! Sep 17 21:02:14.958 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.958 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.958 INFO kablam! Sep 17 21:02:14.958 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.958 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.958 INFO kablam! Sep 17 21:02:14.958 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.958 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:14.958 INFO kablam! | Sep 17 21:02:14.958 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.959 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.959 INFO kablam! Sep 17 21:02:14.959 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.959 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.959 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.959 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.959 INFO kablam! Sep 17 21:02:14.959 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.959 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:14.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.959 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.959 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.959 INFO kablam! Sep 17 21:02:14.959 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.959 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.959 INFO kablam! Sep 17 21:02:14.959 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.959 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.959 INFO kablam! Sep 17 21:02:14.959 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.959 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:14.959 INFO kablam! | Sep 17 21:02:14.959 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.960 INFO kablam! Sep 17 21:02:14.960 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.960 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.960 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.960 INFO kablam! Sep 17 21:02:14.960 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.960 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:14.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.960 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.960 INFO kablam! Sep 17 21:02:14.960 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.960 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.960 INFO kablam! Sep 17 21:02:14.960 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.960 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.960 INFO kablam! | Sep 17 21:02:14.960 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.960 INFO kablam! Sep 17 21:02:14.960 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.961 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:14.961 INFO kablam! | Sep 17 21:02:14.961 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.961 INFO kablam! | Sep 17 21:02:14.961 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.961 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.961 INFO kablam! Sep 17 21:02:14.961 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.961 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:14.961 INFO kablam! | Sep 17 21:02:14.961 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.961 INFO kablam! | Sep 17 21:02:14.961 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.961 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.961 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.961 INFO kablam! Sep 17 21:02:14.963 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.963 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:14.963 INFO kablam! | Sep 17 21:02:14.963 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:14.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.963 INFO kablam! | Sep 17 21:02:14.963 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.963 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.963 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.963 INFO kablam! Sep 17 21:02:14.963 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.963 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:14.963 INFO kablam! | Sep 17 21:02:14.963 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.963 INFO kablam! | Sep 17 21:02:14.963 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.963 INFO kablam! Sep 17 21:02:14.963 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.963 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:14.963 INFO kablam! | Sep 17 21:02:14.963 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.963 INFO kablam! | Sep 17 21:02:14.963 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.964 INFO kablam! Sep 17 21:02:14.964 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.964 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.964 INFO kablam! Sep 17 21:02:14.964 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.964 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.964 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.964 INFO kablam! Sep 17 21:02:14.964 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.964 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:14.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.964 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.964 INFO kablam! Sep 17 21:02:14.964 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.964 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.964 INFO kablam! Sep 17 21:02:14.964 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.964 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:14.964 INFO kablam! | Sep 17 21:02:14.964 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.965 INFO kablam! | Sep 17 21:02:14.965 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.965 INFO kablam! Sep 17 21:02:14.965 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.965 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:14.965 INFO kablam! | Sep 17 21:02:14.965 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.965 INFO kablam! | Sep 17 21:02:14.965 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.965 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.965 INFO kablam! Sep 17 21:02:14.965 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.965 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:14.965 INFO kablam! | Sep 17 21:02:14.965 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.965 INFO kablam! | Sep 17 21:02:14.965 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.965 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.965 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.965 INFO kablam! Sep 17 21:02:14.965 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.965 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:14.965 INFO kablam! | Sep 17 21:02:14.965 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:14.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.965 INFO kablam! | Sep 17 21:02:14.965 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.965 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.965 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.965 INFO kablam! Sep 17 21:02:14.967 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.967 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:14.967 INFO kablam! | Sep 17 21:02:14.967 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.967 INFO kablam! | Sep 17 21:02:14.967 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.967 INFO kablam! Sep 17 21:02:14.967 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.967 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:14.967 INFO kablam! | Sep 17 21:02:14.967 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.967 INFO kablam! | Sep 17 21:02:14.967 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.967 INFO kablam! Sep 17 21:02:14.967 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.967 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:14.967 INFO kablam! | Sep 17 21:02:14.967 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.967 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.968 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.968 INFO kablam! Sep 17 21:02:14.968 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.968 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.968 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.968 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.968 INFO kablam! Sep 17 21:02:14.968 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.968 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:14.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.968 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.968 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.968 INFO kablam! Sep 17 21:02:14.968 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.968 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.968 INFO kablam! Sep 17 21:02:14.968 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.968 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.968 INFO kablam! Sep 17 21:02:14.968 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.968 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:14.968 INFO kablam! | Sep 17 21:02:14.968 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.969 INFO kablam! Sep 17 21:02:14.969 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.969 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.969 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.969 INFO kablam! Sep 17 21:02:14.969 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.969 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:14.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.969 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.969 INFO kablam! Sep 17 21:02:14.969 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.969 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.969 INFO kablam! Sep 17 21:02:14.969 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.969 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.969 INFO kablam! Sep 17 21:02:14.969 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.969 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.969 INFO kablam! | Sep 17 21:02:14.969 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.970 INFO kablam! Sep 17 21:02:14.970 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.970 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:14.970 INFO kablam! | Sep 17 21:02:14.970 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.970 INFO kablam! | Sep 17 21:02:14.970 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.970 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.970 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.971 INFO kablam! Sep 17 21:02:14.971 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.971 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:14.971 INFO kablam! | Sep 17 21:02:14.971 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:14.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.971 INFO kablam! | Sep 17 21:02:14.971 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.971 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.971 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.971 INFO kablam! Sep 17 21:02:14.971 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.971 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:14.971 INFO kablam! | Sep 17 21:02:14.971 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.971 INFO kablam! | Sep 17 21:02:14.971 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.971 INFO kablam! Sep 17 21:02:14.971 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.971 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:14.971 INFO kablam! | Sep 17 21:02:14.971 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.971 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.972 INFO kablam! Sep 17 21:02:14.972 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.972 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.972 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.972 INFO kablam! Sep 17 21:02:14.972 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.972 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.972 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.972 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.972 INFO kablam! Sep 17 21:02:14.972 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.972 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:14.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.972 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.972 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.972 INFO kablam! Sep 17 21:02:14.972 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.972 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.972 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.972 INFO kablam! Sep 17 21:02:14.972 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.972 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:14.972 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.973 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.973 INFO kablam! Sep 17 21:02:14.973 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.973 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:14.973 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.973 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.973 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.973 INFO kablam! Sep 17 21:02:14.973 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.973 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:14.973 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.973 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.973 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.973 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.973 INFO kablam! Sep 17 21:02:14.973 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.973 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:14.973 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:14.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.973 INFO kablam! | Sep 17 21:02:14.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.973 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.973 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.973 INFO kablam! Sep 17 21:02:14.975 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.975 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:14.975 INFO kablam! | Sep 17 21:02:14.975 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.975 INFO kablam! | Sep 17 21:02:14.975 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.975 INFO kablam! Sep 17 21:02:14.975 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.975 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:14.975 INFO kablam! | Sep 17 21:02:14.975 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.975 INFO kablam! | Sep 17 21:02:14.975 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.975 INFO kablam! Sep 17 21:02:14.975 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.975 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:14.975 INFO kablam! | Sep 17 21:02:14.975 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.976 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.976 INFO kablam! Sep 17 21:02:14.976 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.976 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.976 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.976 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.976 INFO kablam! Sep 17 21:02:14.976 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.976 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:14.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.976 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.976 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.976 INFO kablam! Sep 17 21:02:14.976 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.976 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.976 INFO kablam! Sep 17 21:02:14.976 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.976 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.976 INFO kablam! Sep 17 21:02:14.976 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.976 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:14.976 INFO kablam! | Sep 17 21:02:14.976 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.977 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.977 INFO kablam! Sep 17 21:02:14.977 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.977 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.977 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.977 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.977 INFO kablam! Sep 17 21:02:14.977 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.977 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:14.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.977 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.977 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.977 INFO kablam! Sep 17 21:02:14.977 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.977 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.977 INFO kablam! Sep 17 21:02:14.977 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.977 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.977 INFO kablam! | Sep 17 21:02:14.977 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.977 INFO kablam! Sep 17 21:02:14.978 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.978 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:14.978 INFO kablam! | Sep 17 21:02:14.978 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.978 INFO kablam! | Sep 17 21:02:14.978 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.978 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.978 INFO kablam! Sep 17 21:02:14.978 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.978 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:14.978 INFO kablam! | Sep 17 21:02:14.978 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.978 INFO kablam! | Sep 17 21:02:14.978 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.978 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.978 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.978 INFO kablam! Sep 17 21:02:14.979 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.979 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:14.979 INFO kablam! | Sep 17 21:02:14.979 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:14.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.979 INFO kablam! | Sep 17 21:02:14.979 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.979 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.979 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.979 INFO kablam! Sep 17 21:02:14.979 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.979 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:14.979 INFO kablam! | Sep 17 21:02:14.979 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.979 INFO kablam! | Sep 17 21:02:14.979 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.979 INFO kablam! Sep 17 21:02:14.979 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.979 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:14.979 INFO kablam! | Sep 17 21:02:14.979 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.979 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.980 INFO kablam! Sep 17 21:02:14.980 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.980 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.980 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.980 INFO kablam! Sep 17 21:02:14.980 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.980 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.980 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.980 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.980 INFO kablam! Sep 17 21:02:14.980 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.980 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:14.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.980 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.980 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.980 INFO kablam! Sep 17 21:02:14.980 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.980 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.980 INFO kablam! | Sep 17 21:02:14.980 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.980 INFO kablam! Sep 17 21:02:14.980 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.980 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.981 INFO kablam! Sep 17 21:02:14.981 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.981 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.981 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.981 INFO kablam! Sep 17 21:02:14.981 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.981 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.981 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.981 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.981 INFO kablam! Sep 17 21:02:14.981 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.981 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:14.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.981 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.981 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.981 INFO kablam! Sep 17 21:02:14.981 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.981 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.981 INFO kablam! | Sep 17 21:02:14.981 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.982 INFO kablam! Sep 17 21:02:14.986 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.986 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.987 INFO kablam! Sep 17 21:02:14.987 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.987 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.987 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.987 INFO kablam! Sep 17 21:02:14.987 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.987 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.987 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.987 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.987 INFO kablam! Sep 17 21:02:14.987 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.987 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:14.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.987 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.987 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.987 INFO kablam! Sep 17 21:02:14.987 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.987 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.987 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.987 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.988 INFO kablam! Sep 17 21:02:14.988 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.988 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.988 INFO kablam! Sep 17 21:02:14.988 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.988 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.988 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.988 INFO kablam! Sep 17 21:02:14.988 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.988 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.988 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.988 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.988 INFO kablam! Sep 17 21:02:14.988 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.988 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:14.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.988 INFO kablam! | Sep 17 21:02:14.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.988 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.988 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.988 INFO kablam! Sep 17 21:02:14.989 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.989 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.989 INFO kablam! Sep 17 21:02:14.989 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.989 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.989 INFO kablam! Sep 17 21:02:14.989 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.989 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.989 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.989 INFO kablam! Sep 17 21:02:14.989 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.989 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.989 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.989 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.989 INFO kablam! Sep 17 21:02:14.989 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.989 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:14.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.989 INFO kablam! | Sep 17 21:02:14.989 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.989 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.990 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.990 INFO kablam! Sep 17 21:02:14.990 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.990 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.990 INFO kablam! Sep 17 21:02:14.990 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.990 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.990 INFO kablam! Sep 17 21:02:14.990 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.990 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.990 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.990 INFO kablam! Sep 17 21:02:14.990 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.990 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.990 INFO kablam! | Sep 17 21:02:14.990 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.990 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.990 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.990 INFO kablam! Sep 17 21:02:14.990 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.991 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:14.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.991 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.991 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.991 INFO kablam! Sep 17 21:02:14.991 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.991 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.991 INFO kablam! Sep 17 21:02:14.991 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.991 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.991 INFO kablam! Sep 17 21:02:14.991 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.991 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.991 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.991 INFO kablam! Sep 17 21:02:14.991 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.991 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.991 INFO kablam! | Sep 17 21:02:14.991 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.991 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.991 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.992 INFO kablam! Sep 17 21:02:14.992 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.992 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:14.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.992 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.992 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.992 INFO kablam! Sep 17 21:02:14.992 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.992 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:14.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.992 INFO kablam! Sep 17 21:02:14.992 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.992 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:14.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.992 INFO kablam! Sep 17 21:02:14.992 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.992 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:14.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.992 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.992 INFO kablam! Sep 17 21:02:14.992 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.992 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:14.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.992 INFO kablam! | Sep 17 21:02:14.992 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.992 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.992 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.993 INFO kablam! Sep 17 21:02:14.993 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.993 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:14.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.993 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.993 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.993 INFO kablam! Sep 17 21:02:14.993 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.993 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.993 INFO kablam! Sep 17 21:02:14.993 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.993 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.993 INFO kablam! Sep 17 21:02:14.993 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.993 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.993 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.993 INFO kablam! Sep 17 21:02:14.993 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.993 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.993 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.993 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.994 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.994 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.994 INFO kablam! Sep 17 21:02:14.994 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.994 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:14.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.994 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.994 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.994 INFO kablam! Sep 17 21:02:14.994 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.994 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.994 INFO kablam! Sep 17 21:02:14.994 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.994 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.994 INFO kablam! Sep 17 21:02:14.994 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.994 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.994 INFO kablam! | Sep 17 21:02:14.994 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.994 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.994 INFO kablam! Sep 17 21:02:14.994 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.995 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.995 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.995 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.995 INFO kablam! Sep 17 21:02:14.995 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.995 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:14.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.995 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.995 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.995 INFO kablam! Sep 17 21:02:14.995 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.995 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.995 INFO kablam! Sep 17 21:02:14.995 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.995 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:14.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.995 INFO kablam! Sep 17 21:02:14.995 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:14.995 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:14.995 INFO kablam! | Sep 17 21:02:14.995 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:14.995 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.996 INFO kablam! Sep 17 21:02:14.996 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:14.996 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:14.996 INFO kablam! | Sep 17 21:02:14.996 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:14.996 INFO kablam! | Sep 17 21:02:14.996 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:14.996 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:14.996 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.996 INFO kablam! Sep 17 21:02:14.996 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:14.996 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:14.996 INFO kablam! | Sep 17 21:02:14.996 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:14.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:14.996 INFO kablam! | Sep 17 21:02:14.996 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:14.996 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:14.996 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:14.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.996 INFO kablam! Sep 17 21:02:14.996 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:14.996 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:14.996 INFO kablam! | Sep 17 21:02:14.996 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:14.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:14.996 INFO kablam! | Sep 17 21:02:14.996 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:14.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:14.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:14.996 INFO kablam! Sep 17 21:02:15.002 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.003 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.003 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.003 INFO kablam! Sep 17 21:02:15.003 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.003 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.003 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.003 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.003 INFO kablam! Sep 17 21:02:15.003 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.003 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.003 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.003 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.003 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.003 INFO kablam! Sep 17 21:02:15.003 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.003 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.003 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.003 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.003 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.003 INFO kablam! Sep 17 21:02:15.003 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.003 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.003 INFO kablam! | Sep 17 21:02:15.003 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.004 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.004 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.004 INFO kablam! Sep 17 21:02:15.004 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.004 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.004 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.004 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.004 INFO kablam! Sep 17 21:02:15.004 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.004 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.004 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.004 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.004 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.004 INFO kablam! Sep 17 21:02:15.004 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.004 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.004 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.004 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.004 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.004 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.004 INFO kablam! Sep 17 21:02:15.004 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.004 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.004 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.004 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.004 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.004 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.004 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.004 INFO kablam! Sep 17 21:02:15.004 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.004 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.004 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.005 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.005 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.005 INFO kablam! Sep 17 21:02:15.005 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.005 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.005 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.005 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.005 INFO kablam! Sep 17 21:02:15.005 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.005 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.005 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.005 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.005 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.005 INFO kablam! Sep 17 21:02:15.005 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.005 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.005 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.005 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.005 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.005 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.005 INFO kablam! Sep 17 21:02:15.005 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.005 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.005 INFO kablam! | Sep 17 21:02:15.005 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.005 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.005 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.005 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.005 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.005 INFO kablam! Sep 17 21:02:15.006 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.006 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.006 INFO kablam! | Sep 17 21:02:15.006 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.006 INFO kablam! | Sep 17 21:02:15.006 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.006 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.006 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.006 INFO kablam! Sep 17 21:02:15.006 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.006 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.006 INFO kablam! | Sep 17 21:02:15.006 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.006 INFO kablam! | Sep 17 21:02:15.006 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.006 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.007 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.007 INFO kablam! Sep 17 21:02:15.010 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.010 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.011 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.011 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.011 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.011 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.011 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.011 INFO kablam! Sep 17 21:02:15.011 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.011 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.011 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.011 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.011 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.011 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.011 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.011 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.011 INFO kablam! Sep 17 21:02:15.011 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.011 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.011 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.011 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.011 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.011 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.011 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.011 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.011 INFO kablam! Sep 17 21:02:15.011 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.011 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.011 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.011 INFO kablam! | Sep 17 21:02:15.014 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.014 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.015 INFO kablam! Sep 17 21:02:15.015 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.015 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.015 INFO kablam! Sep 17 21:02:15.015 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.015 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.015 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.015 INFO kablam! Sep 17 21:02:15.015 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.015 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.015 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.015 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.015 INFO kablam! Sep 17 21:02:15.015 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.015 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.015 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.015 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.015 INFO kablam! Sep 17 21:02:15.015 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.015 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.015 INFO kablam! | Sep 17 21:02:15.015 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.016 INFO kablam! | Sep 17 21:02:15.016 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.016 INFO kablam! Sep 17 21:02:15.016 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.016 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.016 INFO kablam! | Sep 17 21:02:15.016 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.016 INFO kablam! | Sep 17 21:02:15.016 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.022 INFO kablam! Sep 17 21:02:15.023 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.023 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.023 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.023 INFO kablam! Sep 17 21:02:15.023 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.023 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.023 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.023 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.023 INFO kablam! Sep 17 21:02:15.023 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.023 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.023 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.023 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.023 INFO kablam! Sep 17 21:02:15.023 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.023 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.023 INFO kablam! Sep 17 21:02:15.023 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.023 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.023 INFO kablam! | Sep 17 21:02:15.023 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.024 INFO kablam! Sep 17 21:02:15.024 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.024 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.024 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.024 INFO kablam! Sep 17 21:02:15.024 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.024 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.024 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.024 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.024 INFO kablam! Sep 17 21:02:15.024 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.024 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.024 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.024 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.024 INFO kablam! Sep 17 21:02:15.024 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.024 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.024 INFO kablam! | Sep 17 21:02:15.024 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.024 INFO kablam! Sep 17 21:02:15.024 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.025 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.025 INFO kablam! Sep 17 21:02:15.025 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.025 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.025 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.025 INFO kablam! Sep 17 21:02:15.025 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.025 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.025 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.025 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.025 INFO kablam! Sep 17 21:02:15.025 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.025 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.025 INFO kablam! | Sep 17 21:02:15.025 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.025 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.025 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.025 INFO kablam! Sep 17 21:02:15.026 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.026 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.026 INFO kablam! | Sep 17 21:02:15.026 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.026 INFO kablam! | Sep 17 21:02:15.026 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.026 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.026 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.026 INFO kablam! Sep 17 21:02:15.026 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.026 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.026 INFO kablam! | Sep 17 21:02:15.026 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.026 INFO kablam! | Sep 17 21:02:15.026 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.026 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.031 INFO kablam! Sep 17 21:02:15.031 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.031 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.031 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.031 INFO kablam! Sep 17 21:02:15.031 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.031 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.031 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.031 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.031 INFO kablam! Sep 17 21:02:15.031 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.031 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.031 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.031 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.031 INFO kablam! Sep 17 21:02:15.031 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.031 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.031 INFO kablam! Sep 17 21:02:15.031 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.031 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.031 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.031 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.032 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.032 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.032 INFO kablam! Sep 17 21:02:15.032 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.032 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.032 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.032 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.032 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.032 INFO kablam! Sep 17 21:02:15.032 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.032 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.032 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.032 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.032 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.032 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.032 INFO kablam! Sep 17 21:02:15.032 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.032 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.032 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.032 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.032 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.032 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.032 INFO kablam! Sep 17 21:02:15.032 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.032 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.032 INFO kablam! | Sep 17 21:02:15.032 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.032 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.032 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.032 INFO kablam! Sep 17 21:02:15.033 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.033 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.033 INFO kablam! | Sep 17 21:02:15.038 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.039 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.039 INFO kablam! Sep 17 21:02:15.039 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.039 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.039 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.039 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.039 INFO kablam! Sep 17 21:02:15.039 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.039 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.039 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.039 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.039 INFO kablam! Sep 17 21:02:15.039 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.039 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.039 INFO kablam! Sep 17 21:02:15.039 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.039 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.039 INFO kablam! | Sep 17 21:02:15.039 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.039 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.039 INFO kablam! Sep 17 21:02:15.039 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.040 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.040 INFO kablam! | Sep 17 21:02:15.040 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.040 INFO kablam! | Sep 17 21:02:15.040 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.040 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.040 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.040 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.040 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.040 INFO kablam! Sep 17 21:02:15.040 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.040 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.040 INFO kablam! | Sep 17 21:02:15.040 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.040 INFO kablam! | Sep 17 21:02:15.040 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.046 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.047 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.047 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.047 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.047 INFO kablam! Sep 17 21:02:15.047 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.047 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.047 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.047 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.047 INFO kablam! Sep 17 21:02:15.047 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.047 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.047 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.047 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.047 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.047 INFO kablam! Sep 17 21:02:15.047 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.047 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.047 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.047 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.047 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.047 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.047 INFO kablam! Sep 17 21:02:15.047 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.047 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.047 INFO kablam! | Sep 17 21:02:15.047 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.047 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.047 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.055 INFO kablam! Sep 17 21:02:15.055 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.055 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.055 INFO kablam! Sep 17 21:02:15.055 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.055 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.055 INFO kablam! Sep 17 21:02:15.055 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.055 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.055 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.055 INFO kablam! Sep 17 21:02:15.055 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.055 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.055 INFO kablam! | Sep 17 21:02:15.055 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.055 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.055 INFO kablam! Sep 17 21:02:15.055 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.056 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.056 INFO kablam! Sep 17 21:02:15.056 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.056 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.056 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.056 INFO kablam! Sep 17 21:02:15.056 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.056 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.056 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.056 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.056 INFO kablam! Sep 17 21:02:15.056 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.056 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.056 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.056 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.056 INFO kablam! Sep 17 21:02:15.056 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.056 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.056 INFO kablam! | Sep 17 21:02:15.056 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.057 INFO kablam! Sep 17 21:02:15.057 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.057 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.057 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.057 INFO kablam! Sep 17 21:02:15.057 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.057 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.057 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.057 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.057 INFO kablam! Sep 17 21:02:15.057 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.057 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.057 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.057 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.057 INFO kablam! Sep 17 21:02:15.057 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.057 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.057 INFO kablam! | Sep 17 21:02:15.057 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.058 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.058 INFO kablam! Sep 17 21:02:15.058 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.058 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.058 INFO kablam! | Sep 17 21:02:15.058 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.059 INFO kablam! | Sep 17 21:02:15.059 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.059 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.059 INFO kablam! Sep 17 21:02:15.059 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.059 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.059 INFO kablam! | Sep 17 21:02:15.059 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.059 INFO kablam! | Sep 17 21:02:15.059 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.059 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.059 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.059 INFO kablam! Sep 17 21:02:15.059 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.059 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.059 INFO kablam! | Sep 17 21:02:15.059 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.059 INFO kablam! | Sep 17 21:02:15.059 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.059 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.059 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.059 INFO kablam! Sep 17 21:02:15.078 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:15.078 INFO kablam! --> src/core/allocator.rs:53:31 Sep 17 21:02:15.078 INFO kablam! | Sep 17 21:02:15.078 INFO kablam! 53 | pub type SameShapeR = >::Representative; Sep 17 21:02:15.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.079 INFO kablam! | Sep 17 21:02:15.079 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:02:15.079 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:15.079 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.079 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.079 INFO kablam! Sep 17 21:02:15.079 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:15.079 INFO kablam! --> src/core/allocator.rs:56:31 Sep 17 21:02:15.079 INFO kablam! | Sep 17 21:02:15.080 INFO kablam! 56 | pub type SameShapeC = >::Representative; Sep 17 21:02:15.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.080 INFO kablam! | Sep 17 21:02:15.080 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:15.080 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.080 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.080 INFO kablam! Sep 17 21:02:15.086 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:15.086 INFO kablam! --> src/core/storage.rs:16:5 Sep 17 21:02:15.086 INFO kablam! | Sep 17 21:02:15.086 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:15.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.086 INFO kablam! | Sep 17 21:02:15.086 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:15.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.086 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.086 INFO kablam! Sep 17 21:02:15.087 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:15.087 INFO kablam! --> src/core/storage.rs:16:5 Sep 17 21:02:15.087 INFO kablam! | Sep 17 21:02:15.087 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:15.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.087 INFO kablam! | Sep 17 21:02:15.087 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:15.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.087 INFO kablam! Sep 17 21:02:15.087 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:15.087 INFO kablam! --> src/core/storage.rs:16:5 Sep 17 21:02:15.087 INFO kablam! | Sep 17 21:02:15.087 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 17 21:02:15.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.087 INFO kablam! | Sep 17 21:02:15.087 INFO kablam! = help: the following implementations were found: Sep 17 21:02:15.088 INFO kablam! > Sep 17 21:02:15.088 INFO kablam! > Sep 17 21:02:15.088 INFO kablam! > Sep 17 21:02:15.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.088 INFO kablam! Sep 17 21:02:15.089 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:15.089 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:15.089 INFO kablam! | Sep 17 21:02:15.089 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:15.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:15.089 INFO kablam! | Sep 17 21:02:15.089 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:15.089 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.089 INFO kablam! Sep 17 21:02:15.090 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:15.090 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:15.090 INFO kablam! | Sep 17 21:02:15.090 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:15.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:15.090 INFO kablam! | Sep 17 21:02:15.090 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:15.090 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.090 INFO kablam! Sep 17 21:02:15.091 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.091 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:15.091 INFO kablam! | Sep 17 21:02:15.091 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:15.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.091 INFO kablam! | Sep 17 21:02:15.091 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.091 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.091 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.091 INFO kablam! Sep 17 21:02:15.092 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.092 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:15.092 INFO kablam! | Sep 17 21:02:15.092 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:15.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.092 INFO kablam! | Sep 17 21:02:15.092 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.092 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.092 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.092 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.093 INFO kablam! Sep 17 21:02:15.093 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.093 INFO kablam! --> src/core/storage.rs:20:32 Sep 17 21:02:15.093 INFO kablam! | Sep 17 21:02:15.093 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 17 21:02:15.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.093 INFO kablam! | Sep 17 21:02:15.093 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.093 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.093 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.093 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.094 INFO kablam! Sep 17 21:02:15.095 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:15.095 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:15.095 INFO kablam! | Sep 17 21:02:15.095 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:15.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:15.095 INFO kablam! | Sep 17 21:02:15.095 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:15.095 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.095 INFO kablam! Sep 17 21:02:15.096 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:15.096 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:15.096 INFO kablam! | Sep 17 21:02:15.096 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:15.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:15.096 INFO kablam! | Sep 17 21:02:15.096 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:15.096 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.096 INFO kablam! Sep 17 21:02:15.097 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.097 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:15.097 INFO kablam! | Sep 17 21:02:15.097 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:15.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.097 INFO kablam! | Sep 17 21:02:15.097 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.097 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.097 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.097 INFO kablam! Sep 17 21:02:15.098 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.098 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:15.098 INFO kablam! | Sep 17 21:02:15.098 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:15.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.098 INFO kablam! | Sep 17 21:02:15.098 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.098 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.098 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.098 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.098 INFO kablam! Sep 17 21:02:15.099 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.099 INFO kablam! --> src/core/storage.rs:24:5 Sep 17 21:02:15.099 INFO kablam! | Sep 17 21:02:15.099 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 17 21:02:15.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.099 INFO kablam! | Sep 17 21:02:15.099 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.099 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.099 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.099 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.099 INFO kablam! Sep 17 21:02:15.100 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:15.100 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:15.100 INFO kablam! | Sep 17 21:02:15.100 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:15.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:15.100 INFO kablam! | Sep 17 21:02:15.100 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:15.100 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.101 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.101 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.101 INFO kablam! Sep 17 21:02:15.101 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:15.101 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:15.101 INFO kablam! | Sep 17 21:02:15.101 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:15.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:15.101 INFO kablam! | Sep 17 21:02:15.101 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:15.101 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.102 INFO kablam! Sep 17 21:02:15.102 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.102 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:15.102 INFO kablam! | Sep 17 21:02:15.102 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:15.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.102 INFO kablam! | Sep 17 21:02:15.102 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.102 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.103 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.103 INFO kablam! Sep 17 21:02:15.103 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.103 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:15.103 INFO kablam! | Sep 17 21:02:15.103 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:15.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.103 INFO kablam! | Sep 17 21:02:15.103 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.103 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.104 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.104 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.104 INFO kablam! Sep 17 21:02:15.104 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.104 INFO kablam! --> src/core/storage.rs:28:5 Sep 17 21:02:15.104 INFO kablam! | Sep 17 21:02:15.104 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 17 21:02:15.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.104 INFO kablam! | Sep 17 21:02:15.104 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.105 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.105 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.105 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.105 INFO kablam! Sep 17 21:02:15.145 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.145 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:15.145 INFO kablam! | Sep 17 21:02:15.145 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:15.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.145 INFO kablam! | Sep 17 21:02:15.145 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.145 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.145 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.145 INFO kablam! Sep 17 21:02:15.146 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.146 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:15.146 INFO kablam! | Sep 17 21:02:15.146 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:15.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.146 INFO kablam! | Sep 17 21:02:15.146 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.146 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.146 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.146 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.146 INFO kablam! Sep 17 21:02:15.147 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.147 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:15.147 INFO kablam! | Sep 17 21:02:15.147 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:15.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.147 INFO kablam! | Sep 17 21:02:15.147 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.147 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.147 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.147 INFO kablam! Sep 17 21:02:15.148 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.148 INFO kablam! --> src/core/matrix.rs:28:34 Sep 17 21:02:15.148 INFO kablam! | Sep 17 21:02:15.148 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 17 21:02:15.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.148 INFO kablam! | Sep 17 21:02:15.148 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.148 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.148 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.148 INFO kablam! Sep 17 21:02:15.149 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.149 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:15.149 INFO kablam! | Sep 17 21:02:15.149 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:15.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.149 INFO kablam! | Sep 17 21:02:15.149 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.149 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.149 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.150 INFO kablam! Sep 17 21:02:15.150 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.150 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:15.150 INFO kablam! | Sep 17 21:02:15.150 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:15.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.150 INFO kablam! | Sep 17 21:02:15.150 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.150 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.150 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.150 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.150 INFO kablam! Sep 17 21:02:15.151 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.151 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:15.151 INFO kablam! | Sep 17 21:02:15.151 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:15.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.151 INFO kablam! | Sep 17 21:02:15.151 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.151 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.151 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.151 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.152 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.152 INFO kablam! Sep 17 21:02:15.152 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.152 INFO kablam! --> src/core/matrix.rs:31:28 Sep 17 21:02:15.152 INFO kablam! | Sep 17 21:02:15.152 INFO kablam! 31 | pub type Vector = Matrix; Sep 17 21:02:15.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.152 INFO kablam! | Sep 17 21:02:15.152 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.152 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.152 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.153 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.153 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.153 INFO kablam! Sep 17 21:02:15.153 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.153 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:15.153 INFO kablam! | Sep 17 21:02:15.153 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:15.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.154 INFO kablam! | Sep 17 21:02:15.154 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.154 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.154 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.154 INFO kablam! Sep 17 21:02:15.154 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.154 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:15.154 INFO kablam! | Sep 17 21:02:15.154 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:15.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.155 INFO kablam! | Sep 17 21:02:15.155 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.155 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.155 INFO kablam! Sep 17 21:02:15.155 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.155 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:15.155 INFO kablam! | Sep 17 21:02:15.155 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:15.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.156 INFO kablam! | Sep 17 21:02:15.156 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.156 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.156 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.156 INFO kablam! Sep 17 21:02:15.157 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.157 INFO kablam! --> src/core/matrix.rs:34:31 Sep 17 21:02:15.157 INFO kablam! | Sep 17 21:02:15.157 INFO kablam! 34 | pub type RowVector = Matrix; Sep 17 21:02:15.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.157 INFO kablam! | Sep 17 21:02:15.157 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.157 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.157 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.158 INFO kablam! Sep 17 21:02:15.159 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:15.159 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:15.159 INFO kablam! | Sep 17 21:02:15.159 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.159 INFO kablam! | Sep 17 21:02:15.159 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:15.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.159 INFO kablam! Sep 17 21:02:15.160 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:15.160 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:15.160 INFO kablam! | Sep 17 21:02:15.160 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.160 INFO kablam! | Sep 17 21:02:15.160 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:15.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.160 INFO kablam! Sep 17 21:02:15.161 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:15.161 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:15.161 INFO kablam! | Sep 17 21:02:15.161 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.161 INFO kablam! | Sep 17 21:02:15.161 INFO kablam! = help: the following implementations were found: Sep 17 21:02:15.161 INFO kablam! > Sep 17 21:02:15.161 INFO kablam! > Sep 17 21:02:15.161 INFO kablam! > Sep 17 21:02:15.161 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.161 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.161 INFO kablam! Sep 17 21:02:15.162 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.162 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:15.162 INFO kablam! | Sep 17 21:02:15.162 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.162 INFO kablam! | Sep 17 21:02:15.162 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.162 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.162 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.163 INFO kablam! Sep 17 21:02:15.163 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.163 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:15.163 INFO kablam! | Sep 17 21:02:15.163 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.163 INFO kablam! | Sep 17 21:02:15.163 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.164 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.164 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.164 INFO kablam! Sep 17 21:02:15.164 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.164 INFO kablam! --> src/core/matrix.rs:38:5 Sep 17 21:02:15.164 INFO kablam! | Sep 17 21:02:15.164 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.165 INFO kablam! | Sep 17 21:02:15.165 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.165 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.165 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.165 INFO kablam! Sep 17 21:02:15.166 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:15.166 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:15.166 INFO kablam! | Sep 17 21:02:15.166 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:15.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.167 INFO kablam! | Sep 17 21:02:15.167 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:15.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.167 INFO kablam! Sep 17 21:02:15.167 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:15.167 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:15.167 INFO kablam! | Sep 17 21:02:15.168 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:15.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.168 INFO kablam! | Sep 17 21:02:15.168 INFO kablam! = help: the following implementations were found: Sep 17 21:02:15.168 INFO kablam! > Sep 17 21:02:15.168 INFO kablam! > Sep 17 21:02:15.168 INFO kablam! > Sep 17 21:02:15.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.168 INFO kablam! Sep 17 21:02:15.169 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.169 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:15.169 INFO kablam! | Sep 17 21:02:15.169 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:15.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.169 INFO kablam! | Sep 17 21:02:15.169 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.169 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.170 INFO kablam! Sep 17 21:02:15.170 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.170 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:15.170 INFO kablam! | Sep 17 21:02:15.170 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:15.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.170 INFO kablam! | Sep 17 21:02:15.170 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.171 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.171 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.171 INFO kablam! Sep 17 21:02:15.171 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.171 INFO kablam! --> src/core/matrix.rs:42:5 Sep 17 21:02:15.171 INFO kablam! | Sep 17 21:02:15.171 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 17 21:02:15.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.172 INFO kablam! | Sep 17 21:02:15.172 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.172 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.172 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.172 INFO kablam! Sep 17 21:02:15.173 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:15.173 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:15.173 INFO kablam! | Sep 17 21:02:15.173 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.173 INFO kablam! | Sep 17 21:02:15.174 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:15.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.174 INFO kablam! Sep 17 21:02:15.174 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:15.174 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:15.174 INFO kablam! | Sep 17 21:02:15.174 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.175 INFO kablam! | Sep 17 21:02:15.175 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:15.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.175 INFO kablam! Sep 17 21:02:15.175 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:15.175 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:15.175 INFO kablam! | Sep 17 21:02:15.175 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.176 INFO kablam! | Sep 17 21:02:15.176 INFO kablam! = help: the following implementations were found: Sep 17 21:02:15.176 INFO kablam! > Sep 17 21:02:15.176 INFO kablam! > Sep 17 21:02:15.176 INFO kablam! > Sep 17 21:02:15.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.176 INFO kablam! Sep 17 21:02:15.177 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.177 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:15.177 INFO kablam! | Sep 17 21:02:15.177 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.177 INFO kablam! | Sep 17 21:02:15.177 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.177 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.178 INFO kablam! Sep 17 21:02:15.178 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.178 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:15.178 INFO kablam! | Sep 17 21:02:15.178 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.178 INFO kablam! | Sep 17 21:02:15.178 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.179 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.179 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.179 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.179 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.179 INFO kablam! Sep 17 21:02:15.179 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.179 INFO kablam! --> src/core/matrix.rs:46:5 Sep 17 21:02:15.179 INFO kablam! | Sep 17 21:02:15.179 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 21:02:15.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.180 INFO kablam! | Sep 17 21:02:15.180 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.180 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.180 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.180 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.180 INFO kablam! Sep 17 21:02:15.208 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:15.208 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.208 INFO kablam! | Sep 17 21:02:15.208 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.208 INFO kablam! | Sep 17 21:02:15.208 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:15.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.208 INFO kablam! Sep 17 21:02:15.208 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:15.208 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.208 INFO kablam! | Sep 17 21:02:15.208 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.208 INFO kablam! | Sep 17 21:02:15.209 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:15.209 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.209 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.209 INFO kablam! Sep 17 21:02:15.209 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:15.209 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.209 INFO kablam! | Sep 17 21:02:15.209 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.209 INFO kablam! | Sep 17 21:02:15.209 INFO kablam! = help: the following implementations were found: Sep 17 21:02:15.209 INFO kablam! > Sep 17 21:02:15.209 INFO kablam! > Sep 17 21:02:15.209 INFO kablam! > Sep 17 21:02:15.209 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.209 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.209 INFO kablam! Sep 17 21:02:15.209 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.209 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.209 INFO kablam! | Sep 17 21:02:15.209 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.210 INFO kablam! | Sep 17 21:02:15.210 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.210 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.210 INFO kablam! Sep 17 21:02:15.210 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.210 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.210 INFO kablam! | Sep 17 21:02:15.210 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.210 INFO kablam! | Sep 17 21:02:15.210 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.210 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.210 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.210 INFO kablam! Sep 17 21:02:15.211 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.211 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.211 INFO kablam! | Sep 17 21:02:15.211 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.211 INFO kablam! | Sep 17 21:02:15.211 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.211 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.211 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.211 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.211 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.211 INFO kablam! Sep 17 21:02:15.216 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:15.216 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:15.216 INFO kablam! | Sep 17 21:02:15.216 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:15.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:15.216 INFO kablam! | Sep 17 21:02:15.216 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:15.216 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.217 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.217 INFO kablam! Sep 17 21:02:15.217 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:15.217 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:15.217 INFO kablam! | Sep 17 21:02:15.217 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:15.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:15.217 INFO kablam! | Sep 17 21:02:15.217 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:15.218 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.218 INFO kablam! Sep 17 21:02:15.218 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.218 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:15.218 INFO kablam! | Sep 17 21:02:15.218 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:15.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.219 INFO kablam! | Sep 17 21:02:15.219 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.219 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.219 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.219 INFO kablam! Sep 17 21:02:15.220 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.220 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:15.220 INFO kablam! | Sep 17 21:02:15.220 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:15.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.220 INFO kablam! | Sep 17 21:02:15.220 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.220 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.220 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.220 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.221 INFO kablam! Sep 17 21:02:15.221 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.221 INFO kablam! --> src/core/alias.rs:15:30 Sep 17 21:02:15.221 INFO kablam! | Sep 17 21:02:15.221 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 21:02:15.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.221 INFO kablam! | Sep 17 21:02:15.222 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.222 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.222 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.222 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.222 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.222 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.222 INFO kablam! Sep 17 21:02:15.224 INFO kablam! error: the trait bound `R: core::dimension::DimName` is not satisfied Sep 17 21:02:15.224 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:15.224 INFO kablam! | Sep 17 21:02:15.224 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:15.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 17 21:02:15.224 INFO kablam! | Sep 17 21:02:15.224 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 17 21:02:15.224 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.224 INFO kablam! Sep 17 21:02:15.225 INFO kablam! error: the trait bound `C: core::dimension::DimName` is not satisfied Sep 17 21:02:15.225 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:15.225 INFO kablam! | Sep 17 21:02:15.225 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:15.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 17 21:02:15.225 INFO kablam! | Sep 17 21:02:15.225 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 17 21:02:15.225 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.225 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.226 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.226 INFO kablam! Sep 17 21:02:15.226 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.226 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:15.226 INFO kablam! | Sep 17 21:02:15.226 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:15.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.226 INFO kablam! | Sep 17 21:02:15.226 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.226 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.227 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.227 INFO kablam! Sep 17 21:02:15.227 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.227 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:15.227 INFO kablam! | Sep 17 21:02:15.227 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:15.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.228 INFO kablam! | Sep 17 21:02:15.228 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.228 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.228 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.228 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.228 INFO kablam! Sep 17 21:02:15.229 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.229 INFO kablam! --> src/core/alias.rs:18:30 Sep 17 21:02:15.229 INFO kablam! | Sep 17 21:02:15.229 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 21:02:15.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.229 INFO kablam! | Sep 17 21:02:15.229 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.229 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.229 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.230 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.230 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.230 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.230 INFO kablam! Sep 17 21:02:15.231 INFO kablam! error: the trait bound `D: core::dimension::DimName` is not satisfied Sep 17 21:02:15.231 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:15.231 INFO kablam! | Sep 17 21:02:15.231 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:15.231 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 17 21:02:15.231 INFO kablam! | Sep 17 21:02:15.231 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 17 21:02:15.231 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.231 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.232 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.232 INFO kablam! Sep 17 21:02:15.232 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.232 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:15.232 INFO kablam! | Sep 17 21:02:15.232 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:15.232 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.232 INFO kablam! | Sep 17 21:02:15.232 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.232 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.233 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.233 INFO kablam! Sep 17 21:02:15.233 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.233 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:15.233 INFO kablam! | Sep 17 21:02:15.233 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:15.233 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.233 INFO kablam! | Sep 17 21:02:15.233 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.234 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.234 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.234 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.234 INFO kablam! Sep 17 21:02:15.234 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.234 INFO kablam! --> src/core/alias.rs:21:26 Sep 17 21:02:15.235 INFO kablam! | Sep 17 21:02:15.235 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 21:02:15.235 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.235 INFO kablam! | Sep 17 21:02:15.235 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.235 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.235 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.235 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.235 INFO kablam! Sep 17 21:02:15.236 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:15.236 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:15.236 INFO kablam! | Sep 17 21:02:15.236 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:15.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.237 INFO kablam! | Sep 17 21:02:15.237 INFO kablam! = help: consider adding a `where core::default_allocator::DefaultAllocator: core::allocator::Allocator` bound Sep 17 21:02:15.237 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.237 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.237 INFO kablam! Sep 17 21:02:15.237 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.237 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:15.237 INFO kablam! | Sep 17 21:02:15.237 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:15.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.237 INFO kablam! | Sep 17 21:02:15.238 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.238 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.238 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.238 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.238 INFO kablam! Sep 17 21:02:15.238 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.238 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:15.238 INFO kablam! | Sep 17 21:02:15.238 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:15.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.238 INFO kablam! | Sep 17 21:02:15.238 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.239 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.239 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.239 INFO kablam! Sep 17 21:02:15.239 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.239 INFO kablam! --> src/core/alias.rs:24:23 Sep 17 21:02:15.239 INFO kablam! | Sep 17 21:02:15.239 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 21:02:15.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.239 INFO kablam! | Sep 17 21:02:15.239 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.239 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.239 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.240 INFO kablam! Sep 17 21:02:15.241 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.241 INFO kablam! --> src/core/alias.rs:27:23 Sep 17 21:02:15.241 INFO kablam! | Sep 17 21:02:15.241 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 21:02:15.241 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.241 INFO kablam! | Sep 17 21:02:15.241 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.241 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.241 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.241 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.241 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.241 INFO kablam! Sep 17 21:02:15.242 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.242 INFO kablam! --> src/core/alias.rs:27:23 Sep 17 21:02:15.242 INFO kablam! | Sep 17 21:02:15.242 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 21:02:15.242 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.242 INFO kablam! | Sep 17 21:02:15.242 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.242 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.242 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.242 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.242 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.242 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.242 INFO kablam! Sep 17 21:02:15.243 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.243 INFO kablam! --> src/core/alias.rs:27:23 Sep 17 21:02:15.243 INFO kablam! | Sep 17 21:02:15.243 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 21:02:15.243 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.243 INFO kablam! | Sep 17 21:02:15.243 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.243 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.243 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.243 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.244 INFO kablam! Sep 17 21:02:15.245 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.245 INFO kablam! --> src/core/alias.rs:29:23 Sep 17 21:02:15.245 INFO kablam! | Sep 17 21:02:15.245 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 21:02:15.245 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.245 INFO kablam! | Sep 17 21:02:15.245 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.245 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.245 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.245 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.245 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.245 INFO kablam! Sep 17 21:02:15.246 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.246 INFO kablam! --> src/core/alias.rs:29:23 Sep 17 21:02:15.246 INFO kablam! | Sep 17 21:02:15.246 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 21:02:15.246 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.246 INFO kablam! | Sep 17 21:02:15.246 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.246 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.246 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.246 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.246 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.247 INFO kablam! Sep 17 21:02:15.247 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.247 INFO kablam! --> src/core/alias.rs:29:23 Sep 17 21:02:15.247 INFO kablam! | Sep 17 21:02:15.247 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 21:02:15.247 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.247 INFO kablam! | Sep 17 21:02:15.247 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.247 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.247 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.247 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.248 INFO kablam! Sep 17 21:02:15.249 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.249 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:15.249 INFO kablam! | Sep 17 21:02:15.249 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:15.249 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.249 INFO kablam! | Sep 17 21:02:15.249 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.249 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.249 INFO kablam! Sep 17 21:02:15.250 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.250 INFO kablam! --> src/core/alias.rs:31:23 Sep 17 21:02:15.250 INFO kablam! | Sep 17 21:02:15.250 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 21:02:15.250 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.250 INFO kablam! | Sep 17 21:02:15.250 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.250 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.250 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.250 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.251 INFO kablam! Sep 17 21:02:15.251 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.251 INFO kablam! --> src/core/alias.rs:31:23 Sep 17 21:02:15.251 INFO kablam! | Sep 17 21:02:15.251 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 21:02:15.251 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.251 INFO kablam! | Sep 17 21:02:15.251 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.251 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.251 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.251 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.252 INFO kablam! Sep 17 21:02:15.252 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.252 INFO kablam! --> src/core/alias.rs:31:23 Sep 17 21:02:15.252 INFO kablam! | Sep 17 21:02:15.252 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 21:02:15.252 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.252 INFO kablam! | Sep 17 21:02:15.252 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.252 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.252 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.253 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.253 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.253 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:15.253 INFO kablam! | Sep 17 21:02:15.253 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:15.253 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.253 INFO kablam! | Sep 17 21:02:15.253 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.253 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.253 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.253 INFO kablam! Sep 17 21:02:15.253 INFO kablam! Sep 17 21:02:15.254 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.254 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:15.254 INFO kablam! | Sep 17 21:02:15.254 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:15.254 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.254 INFO kablam! | Sep 17 21:02:15.254 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.254 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.254 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.254 INFO kablam! Sep 17 21:02:15.255 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.255 INFO kablam! --> src/core/alias.rs:33:23 Sep 17 21:02:15.255 INFO kablam! | Sep 17 21:02:15.255 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 21:02:15.255 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.255 INFO kablam! | Sep 17 21:02:15.255 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.256 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.256 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.256 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.256 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.256 INFO kablam! Sep 17 21:02:15.256 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.256 INFO kablam! --> src/core/alias.rs:33:23 Sep 17 21:02:15.256 INFO kablam! | Sep 17 21:02:15.256 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 21:02:15.256 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.256 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.256 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:15.256 INFO kablam! | Sep 17 21:02:15.256 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:15.256 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.256 INFO kablam! | Sep 17 21:02:15.257 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.257 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.257 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.257 INFO kablam! | Sep 17 21:02:15.257 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.257 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.257 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.257 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.257 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.257 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.257 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.257 INFO kablam! Sep 17 21:02:15.257 INFO kablam! Sep 17 21:02:15.258 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.258 INFO kablam! --> src/core/alias.rs:33:23 Sep 17 21:02:15.258 INFO kablam! | Sep 17 21:02:15.258 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 21:02:15.258 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.258 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.258 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:15.258 INFO kablam! | Sep 17 21:02:15.258 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:15.258 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.258 INFO kablam! | Sep 17 21:02:15.258 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.258 INFO kablam! | Sep 17 21:02:15.258 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.258 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.258 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.258 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.258 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.258 INFO kablam! Sep 17 21:02:15.258 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.259 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.259 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.259 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.259 INFO kablam! Sep 17 21:02:15.259 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:15.259 INFO kablam! | Sep 17 21:02:15.259 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:15.259 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.259 INFO kablam! | Sep 17 21:02:15.259 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.259 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.259 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.259 INFO kablam! Sep 17 21:02:15.262 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.262 INFO kablam! --> src/core/alias.rs:35:23 Sep 17 21:02:15.262 INFO kablam! | Sep 17 21:02:15.262 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 21:02:15.262 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.262 INFO kablam! | Sep 17 21:02:15.262 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.262 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.262 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.262 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.262 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.262 INFO kablam! Sep 17 21:02:15.262 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.262 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:15.262 INFO kablam! | Sep 17 21:02:15.262 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:15.263 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.263 INFO kablam! | Sep 17 21:02:15.263 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.263 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.263 INFO kablam! Sep 17 21:02:15.263 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.263 INFO kablam! --> src/core/alias.rs:35:23 Sep 17 21:02:15.263 INFO kablam! | Sep 17 21:02:15.263 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 21:02:15.263 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.263 INFO kablam! | Sep 17 21:02:15.263 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.263 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:15.263 INFO kablam! | Sep 17 21:02:15.263 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:15.263 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.263 INFO kablam! | Sep 17 21:02:15.263 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.263 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.263 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.263 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.264 INFO kablam! Sep 17 21:02:15.264 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.264 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.264 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.264 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.264 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:15.264 INFO kablam! | Sep 17 21:02:15.264 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:15.264 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.264 INFO kablam! | Sep 17 21:02:15.264 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.264 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.264 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.265 INFO kablam! Sep 17 21:02:15.265 INFO kablam! Sep 17 21:02:15.265 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.265 INFO kablam! --> src/core/alias.rs:35:23 Sep 17 21:02:15.265 INFO kablam! | Sep 17 21:02:15.265 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 21:02:15.265 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.265 INFO kablam! | Sep 17 21:02:15.265 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.265 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.265 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.265 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.266 INFO kablam! Sep 17 21:02:15.268 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.268 INFO kablam! --> src/core/alias.rs:37:23 Sep 17 21:02:15.268 INFO kablam! | Sep 17 21:02:15.268 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 21:02:15.268 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.268 INFO kablam! | Sep 17 21:02:15.268 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.268 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.268 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.268 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.268 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:15.268 INFO kablam! | Sep 17 21:02:15.268 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:15.268 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.268 INFO kablam! | Sep 17 21:02:15.268 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.268 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.269 INFO kablam! Sep 17 21:02:15.269 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.269 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:15.269 INFO kablam! | Sep 17 21:02:15.269 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:15.269 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.269 INFO kablam! | Sep 17 21:02:15.269 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.269 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.269 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.269 INFO kablam! Sep 17 21:02:15.269 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.269 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:15.269 INFO kablam! | Sep 17 21:02:15.269 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:15.269 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.269 INFO kablam! | Sep 17 21:02:15.269 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.269 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.269 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.269 INFO kablam! Sep 17 21:02:15.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.270 INFO kablam! Sep 17 21:02:15.270 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.270 INFO kablam! --> src/core/alias.rs:37:23 Sep 17 21:02:15.270 INFO kablam! | Sep 17 21:02:15.270 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 21:02:15.270 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.270 INFO kablam! | Sep 17 21:02:15.270 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.270 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.270 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.270 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.271 INFO kablam! Sep 17 21:02:15.271 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.271 INFO kablam! --> src/core/alias.rs:37:23 Sep 17 21:02:15.271 INFO kablam! | Sep 17 21:02:15.271 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 21:02:15.271 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.271 INFO kablam! | Sep 17 21:02:15.271 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.271 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.271 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.272 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.272 INFO kablam! Sep 17 21:02:15.273 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.273 INFO kablam! --> src/core/alias.rs:40:25 Sep 17 21:02:15.273 INFO kablam! | Sep 17 21:02:15.273 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:15.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.273 INFO kablam! | Sep 17 21:02:15.273 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.273 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.273 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:15.273 INFO kablam! | Sep 17 21:02:15.273 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:15.274 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.274 INFO kablam! | Sep 17 21:02:15.274 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.274 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.274 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.274 INFO kablam! Sep 17 21:02:15.274 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.274 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:15.274 INFO kablam! | Sep 17 21:02:15.274 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:15.274 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.274 INFO kablam! | Sep 17 21:02:15.274 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.274 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.274 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.274 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.274 INFO kablam! Sep 17 21:02:15.274 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.274 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.275 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.275 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:15.275 INFO kablam! | Sep 17 21:02:15.275 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:15.275 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.275 INFO kablam! | Sep 17 21:02:15.275 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.275 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.275 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.275 INFO kablam! Sep 17 21:02:15.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.275 INFO kablam! Sep 17 21:02:15.275 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.275 INFO kablam! --> src/core/alias.rs:40:25 Sep 17 21:02:15.275 INFO kablam! | Sep 17 21:02:15.275 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:15.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.275 INFO kablam! | Sep 17 21:02:15.276 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.276 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.276 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.276 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.276 INFO kablam! Sep 17 21:02:15.277 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.277 INFO kablam! --> src/core/alias.rs:40:25 Sep 17 21:02:15.277 INFO kablam! | Sep 17 21:02:15.277 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 21:02:15.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.277 INFO kablam! | Sep 17 21:02:15.277 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.277 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.277 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.277 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.277 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.277 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.277 INFO kablam! Sep 17 21:02:15.278 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.278 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:15.278 INFO kablam! | Sep 17 21:02:15.278 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:15.278 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.278 INFO kablam! | Sep 17 21:02:15.278 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.278 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.278 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.278 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.278 INFO kablam! Sep 17 21:02:15.279 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.279 INFO kablam! --> src/core/alias.rs:42:25 Sep 17 21:02:15.279 INFO kablam! | Sep 17 21:02:15.279 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:15.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.279 INFO kablam! | Sep 17 21:02:15.279 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.279 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.279 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.279 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:15.279 INFO kablam! | Sep 17 21:02:15.279 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:15.279 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.280 INFO kablam! | Sep 17 21:02:15.280 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.280 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.280 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.280 INFO kablam! Sep 17 21:02:15.280 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.280 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.280 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:15.280 INFO kablam! | Sep 17 21:02:15.280 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:15.280 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.280 INFO kablam! | Sep 17 21:02:15.280 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.280 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.280 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.280 INFO kablam! Sep 17 21:02:15.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.281 INFO kablam! Sep 17 21:02:15.281 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.281 INFO kablam! --> src/core/alias.rs:42:25 Sep 17 21:02:15.281 INFO kablam! | Sep 17 21:02:15.281 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:15.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.281 INFO kablam! | Sep 17 21:02:15.281 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.281 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.281 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.281 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.282 INFO kablam! Sep 17 21:02:15.282 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.282 INFO kablam! --> src/core/alias.rs:42:25 Sep 17 21:02:15.282 INFO kablam! | Sep 17 21:02:15.282 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 21:02:15.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.282 INFO kablam! | Sep 17 21:02:15.282 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.282 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.282 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.282 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.283 INFO kablam! Sep 17 21:02:15.284 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.284 INFO kablam! --> src/core/alias.rs:44:25 Sep 17 21:02:15.284 INFO kablam! | Sep 17 21:02:15.284 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:15.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.284 INFO kablam! | Sep 17 21:02:15.284 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.284 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.284 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.284 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.284 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.285 INFO kablam! Sep 17 21:02:15.285 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.285 INFO kablam! --> src/core/alias.rs:44:25 Sep 17 21:02:15.285 INFO kablam! | Sep 17 21:02:15.285 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:15.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.285 INFO kablam! | Sep 17 21:02:15.285 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.285 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.285 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.285 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.286 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.286 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.286 INFO kablam! Sep 17 21:02:15.286 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.286 INFO kablam! --> src/core/alias.rs:44:25 Sep 17 21:02:15.286 INFO kablam! | Sep 17 21:02:15.286 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 21:02:15.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.286 INFO kablam! | Sep 17 21:02:15.286 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.286 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.286 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.287 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.287 INFO kablam! Sep 17 21:02:15.288 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.288 INFO kablam! --> src/core/alias.rs:46:25 Sep 17 21:02:15.288 INFO kablam! | Sep 17 21:02:15.288 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:15.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.288 INFO kablam! | Sep 17 21:02:15.288 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.288 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.288 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.288 INFO kablam! Sep 17 21:02:15.289 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.289 INFO kablam! --> src/core/alias.rs:46:25 Sep 17 21:02:15.289 INFO kablam! | Sep 17 21:02:15.289 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:15.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.289 INFO kablam! | Sep 17 21:02:15.289 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.289 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.289 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.289 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.290 INFO kablam! Sep 17 21:02:15.290 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.290 INFO kablam! --> src/core/alias.rs:46:25 Sep 17 21:02:15.290 INFO kablam! | Sep 17 21:02:15.290 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 21:02:15.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.290 INFO kablam! | Sep 17 21:02:15.290 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.290 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.290 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.290 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.291 INFO kablam! Sep 17 21:02:15.292 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.292 INFO kablam! --> src/core/alias.rs:48:25 Sep 17 21:02:15.292 INFO kablam! | Sep 17 21:02:15.292 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:15.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.292 INFO kablam! | Sep 17 21:02:15.292 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.292 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.292 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.293 INFO kablam! Sep 17 21:02:15.293 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.293 INFO kablam! --> src/core/alias.rs:48:25 Sep 17 21:02:15.293 INFO kablam! | Sep 17 21:02:15.293 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:15.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.293 INFO kablam! | Sep 17 21:02:15.293 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.293 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.293 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.293 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.294 INFO kablam! Sep 17 21:02:15.294 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.294 INFO kablam! --> src/core/alias.rs:48:25 Sep 17 21:02:15.294 INFO kablam! | Sep 17 21:02:15.294 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 21:02:15.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.294 INFO kablam! | Sep 17 21:02:15.294 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.294 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.294 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.295 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.295 INFO kablam! Sep 17 21:02:15.296 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.296 INFO kablam! --> src/core/alias.rs:51:25 Sep 17 21:02:15.296 INFO kablam! | Sep 17 21:02:15.296 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:15.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.296 INFO kablam! | Sep 17 21:02:15.296 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.296 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.296 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.296 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.297 INFO kablam! Sep 17 21:02:15.297 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.297 INFO kablam! --> src/core/alias.rs:51:25 Sep 17 21:02:15.297 INFO kablam! | Sep 17 21:02:15.297 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:15.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.297 INFO kablam! | Sep 17 21:02:15.297 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.297 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.297 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.297 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.298 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.298 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.298 INFO kablam! Sep 17 21:02:15.298 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.298 INFO kablam! --> src/core/alias.rs:51:25 Sep 17 21:02:15.298 INFO kablam! | Sep 17 21:02:15.298 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 21:02:15.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.298 INFO kablam! | Sep 17 21:02:15.298 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.298 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.298 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.299 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.299 INFO kablam! Sep 17 21:02:15.300 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.300 INFO kablam! --> src/core/alias.rs:53:25 Sep 17 21:02:15.300 INFO kablam! | Sep 17 21:02:15.300 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:15.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.300 INFO kablam! | Sep 17 21:02:15.300 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.300 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.300 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.300 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.301 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.301 INFO kablam! Sep 17 21:02:15.301 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.301 INFO kablam! --> src/core/alias.rs:53:25 Sep 17 21:02:15.301 INFO kablam! | Sep 17 21:02:15.301 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:15.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.301 INFO kablam! | Sep 17 21:02:15.301 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.301 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.301 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.301 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.302 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.302 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.302 INFO kablam! Sep 17 21:02:15.302 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.302 INFO kablam! --> src/core/alias.rs:53:25 Sep 17 21:02:15.302 INFO kablam! | Sep 17 21:02:15.302 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 21:02:15.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.302 INFO kablam! | Sep 17 21:02:15.302 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.302 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.302 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.303 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.303 INFO kablam! Sep 17 21:02:15.304 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.304 INFO kablam! --> src/core/alias.rs:55:25 Sep 17 21:02:15.304 INFO kablam! | Sep 17 21:02:15.304 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:15.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.304 INFO kablam! | Sep 17 21:02:15.304 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.304 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.304 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.305 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.305 INFO kablam! Sep 17 21:02:15.305 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.305 INFO kablam! --> src/core/alias.rs:55:25 Sep 17 21:02:15.305 INFO kablam! | Sep 17 21:02:15.305 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:15.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.305 INFO kablam! | Sep 17 21:02:15.305 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.305 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.305 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.306 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.306 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.306 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.306 INFO kablam! Sep 17 21:02:15.306 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.306 INFO kablam! --> src/core/alias.rs:55:25 Sep 17 21:02:15.306 INFO kablam! | Sep 17 21:02:15.306 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 21:02:15.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.306 INFO kablam! | Sep 17 21:02:15.306 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.306 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.307 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.307 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.307 INFO kablam! Sep 17 21:02:15.308 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.308 INFO kablam! --> src/core/alias.rs:57:25 Sep 17 21:02:15.308 INFO kablam! | Sep 17 21:02:15.308 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:15.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.308 INFO kablam! | Sep 17 21:02:15.309 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.309 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.309 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.309 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.309 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.309 INFO kablam! Sep 17 21:02:15.310 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.310 INFO kablam! --> src/core/alias.rs:57:25 Sep 17 21:02:15.310 INFO kablam! | Sep 17 21:02:15.310 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:15.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.310 INFO kablam! | Sep 17 21:02:15.310 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.310 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.310 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.310 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.310 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.310 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.310 INFO kablam! Sep 17 21:02:15.311 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.311 INFO kablam! --> src/core/alias.rs:57:25 Sep 17 21:02:15.311 INFO kablam! | Sep 17 21:02:15.311 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 21:02:15.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.311 INFO kablam! | Sep 17 21:02:15.311 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.311 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.311 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.311 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.312 INFO kablam! Sep 17 21:02:15.313 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.313 INFO kablam! --> src/core/alias.rs:60:25 Sep 17 21:02:15.313 INFO kablam! | Sep 17 21:02:15.313 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:15.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.313 INFO kablam! | Sep 17 21:02:15.314 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.314 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.314 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.314 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.314 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.314 INFO kablam! Sep 17 21:02:15.314 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.314 INFO kablam! --> src/core/alias.rs:60:25 Sep 17 21:02:15.314 INFO kablam! | Sep 17 21:02:15.314 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:15.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.314 INFO kablam! | Sep 17 21:02:15.315 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.315 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.315 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.315 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.315 INFO kablam! Sep 17 21:02:15.315 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.315 INFO kablam! --> src/core/alias.rs:60:25 Sep 17 21:02:15.315 INFO kablam! | Sep 17 21:02:15.316 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 21:02:15.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.316 INFO kablam! | Sep 17 21:02:15.316 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.316 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.316 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.316 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.316 INFO kablam! Sep 17 21:02:15.318 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.318 INFO kablam! --> src/core/alias.rs:62:25 Sep 17 21:02:15.318 INFO kablam! | Sep 17 21:02:15.318 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:15.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.318 INFO kablam! | Sep 17 21:02:15.318 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.318 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.318 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.318 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.318 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.318 INFO kablam! Sep 17 21:02:15.319 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.319 INFO kablam! --> src/core/alias.rs:62:25 Sep 17 21:02:15.319 INFO kablam! | Sep 17 21:02:15.319 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:15.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.320 INFO kablam! | Sep 17 21:02:15.320 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.320 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.320 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.320 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.320 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.320 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.320 INFO kablam! Sep 17 21:02:15.320 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.321 INFO kablam! --> src/core/alias.rs:62:25 Sep 17 21:02:15.321 INFO kablam! | Sep 17 21:02:15.321 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 21:02:15.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.321 INFO kablam! | Sep 17 21:02:15.321 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.321 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.321 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.321 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.321 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.321 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.321 INFO kablam! Sep 17 21:02:15.322 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.322 INFO kablam! --> src/core/alias.rs:64:25 Sep 17 21:02:15.322 INFO kablam! | Sep 17 21:02:15.322 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:15.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.322 INFO kablam! | Sep 17 21:02:15.322 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.322 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.322 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.323 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.323 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.323 INFO kablam! Sep 17 21:02:15.323 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.323 INFO kablam! --> src/core/alias.rs:64:25 Sep 17 21:02:15.323 INFO kablam! | Sep 17 21:02:15.323 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:15.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.323 INFO kablam! | Sep 17 21:02:15.323 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.325 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.325 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.325 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.325 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.325 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.325 INFO kablam! Sep 17 21:02:15.326 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.326 INFO kablam! --> src/core/alias.rs:64:25 Sep 17 21:02:15.326 INFO kablam! | Sep 17 21:02:15.326 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 21:02:15.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.326 INFO kablam! | Sep 17 21:02:15.326 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.326 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.330 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.330 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.331 INFO kablam! Sep 17 21:02:15.331 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.331 INFO kablam! --> src/core/alias.rs:67:25 Sep 17 21:02:15.331 INFO kablam! | Sep 17 21:02:15.331 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:15.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.331 INFO kablam! | Sep 17 21:02:15.331 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.331 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.331 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.331 INFO kablam! Sep 17 21:02:15.331 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.331 INFO kablam! --> src/core/alias.rs:67:25 Sep 17 21:02:15.331 INFO kablam! | Sep 17 21:02:15.331 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:15.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.331 INFO kablam! | Sep 17 21:02:15.331 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.331 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.331 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.331 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.331 INFO kablam! Sep 17 21:02:15.331 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.331 INFO kablam! --> src/core/alias.rs:67:25 Sep 17 21:02:15.331 INFO kablam! | Sep 17 21:02:15.331 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 21:02:15.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.331 INFO kablam! | Sep 17 21:02:15.331 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.331 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.331 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.331 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.331 INFO kablam! Sep 17 21:02:15.334 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.334 INFO kablam! --> src/core/alias.rs:69:25 Sep 17 21:02:15.335 INFO kablam! | Sep 17 21:02:15.335 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:15.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.335 INFO kablam! | Sep 17 21:02:15.335 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.335 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.335 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.335 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.335 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.335 INFO kablam! Sep 17 21:02:15.335 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.335 INFO kablam! --> src/core/alias.rs:69:25 Sep 17 21:02:15.335 INFO kablam! | Sep 17 21:02:15.335 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:15.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.335 INFO kablam! | Sep 17 21:02:15.335 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.335 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.335 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.335 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.335 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.335 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.335 INFO kablam! Sep 17 21:02:15.335 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.335 INFO kablam! --> src/core/alias.rs:69:25 Sep 17 21:02:15.335 INFO kablam! | Sep 17 21:02:15.335 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 21:02:15.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.335 INFO kablam! | Sep 17 21:02:15.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.335 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.335 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.346 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.347 INFO kablam! Sep 17 21:02:15.347 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.347 INFO kablam! --> src/core/alias.rs:72:25 Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:15.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.347 INFO kablam! Sep 17 21:02:15.347 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.347 INFO kablam! --> src/core/alias.rs:72:25 Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:15.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.347 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.347 INFO kablam! Sep 17 21:02:15.347 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.347 INFO kablam! --> src/core/alias.rs:72:25 Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 21:02:15.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.347 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.347 INFO kablam! Sep 17 21:02:15.347 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.347 INFO kablam! --> src/core/alias.rs:75:25 Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:15.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.347 INFO kablam! Sep 17 21:02:15.347 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.347 INFO kablam! --> src/core/alias.rs:75:25 Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:15.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.347 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.347 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.347 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.347 INFO kablam! Sep 17 21:02:15.347 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.347 INFO kablam! --> src/core/alias.rs:75:25 Sep 17 21:02:15.347 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 17 21:02:15.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.348 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.348 INFO kablam! Sep 17 21:02:15.348 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.348 INFO kablam! --> src/core/alias.rs:77:25 Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:15.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.348 INFO kablam! Sep 17 21:02:15.348 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.348 INFO kablam! --> src/core/alias.rs:77:25 Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:15.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.348 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.348 INFO kablam! Sep 17 21:02:15.348 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.348 INFO kablam! --> src/core/alias.rs:77:25 Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 17 21:02:15.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.348 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.348 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.348 INFO kablam! Sep 17 21:02:15.348 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.348 INFO kablam! --> src/core/alias.rs:79:25 Sep 17 21:02:15.348 INFO kablam! | Sep 17 21:02:15.348 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:15.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.351 INFO kablam! | Sep 17 21:02:15.351 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.351 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.351 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.351 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.351 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.351 INFO kablam! Sep 17 21:02:15.351 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.351 INFO kablam! --> src/core/alias.rs:79:25 Sep 17 21:02:15.351 INFO kablam! | Sep 17 21:02:15.351 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:15.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.351 INFO kablam! | Sep 17 21:02:15.351 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.351 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.351 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.351 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.351 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.351 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.351 INFO kablam! Sep 17 21:02:15.351 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.351 INFO kablam! --> src/core/alias.rs:79:25 Sep 17 21:02:15.351 INFO kablam! | Sep 17 21:02:15.351 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 17 21:02:15.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.351 INFO kablam! | Sep 17 21:02:15.351 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.351 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.351 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.351 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.351 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.351 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.351 INFO kablam! Sep 17 21:02:15.351 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.351 INFO kablam! --> src/core/alias.rs:81:25 Sep 17 21:02:15.351 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:15.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.352 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.352 INFO kablam! Sep 17 21:02:15.352 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.352 INFO kablam! --> src/core/alias.rs:81:25 Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:15.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.352 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.352 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.352 INFO kablam! Sep 17 21:02:15.352 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.352 INFO kablam! --> src/core/alias.rs:81:25 Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 17 21:02:15.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.352 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.352 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.352 INFO kablam! Sep 17 21:02:15.352 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.352 INFO kablam! --> src/core/alias.rs:83:25 Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:15.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.352 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.352 INFO kablam! Sep 17 21:02:15.352 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.352 INFO kablam! --> src/core/alias.rs:83:25 Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:15.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.352 INFO kablam! | Sep 17 21:02:15.352 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.352 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.352 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.353 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.353 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.353 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.353 INFO kablam! Sep 17 21:02:15.353 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.353 INFO kablam! --> src/core/alias.rs:83:25 Sep 17 21:02:15.353 INFO kablam! | Sep 17 21:02:15.353 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 17 21:02:15.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.353 INFO kablam! | Sep 17 21:02:15.353 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.353 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.353 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.353 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.353 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.353 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.353 INFO kablam! Sep 17 21:02:15.362 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.363 INFO kablam! --> src/core/alias.rs:86:25 Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:15.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.363 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.363 INFO kablam! Sep 17 21:02:15.363 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.363 INFO kablam! --> src/core/alias.rs:86:25 Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:15.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.363 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.363 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.363 INFO kablam! Sep 17 21:02:15.363 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.363 INFO kablam! --> src/core/alias.rs:86:25 Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 17 21:02:15.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.363 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.363 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.363 INFO kablam! Sep 17 21:02:15.363 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.363 INFO kablam! --> src/core/alias.rs:88:25 Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:15.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.363 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.363 INFO kablam! Sep 17 21:02:15.363 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.363 INFO kablam! --> src/core/alias.rs:88:25 Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:15.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.363 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.363 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.363 INFO kablam! Sep 17 21:02:15.363 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.363 INFO kablam! --> src/core/alias.rs:88:25 Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 17 21:02:15.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.363 INFO kablam! | Sep 17 21:02:15.363 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.363 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.363 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.363 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.363 INFO kablam! Sep 17 21:02:15.364 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.364 INFO kablam! --> src/core/alias.rs:90:25 Sep 17 21:02:15.364 INFO kablam! | Sep 17 21:02:15.364 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.364 INFO kablam! | Sep 17 21:02:15.364 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.364 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.364 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.364 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.364 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.364 INFO kablam! Sep 17 21:02:15.364 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.364 INFO kablam! --> src/core/alias.rs:90:25 Sep 17 21:02:15.364 INFO kablam! | Sep 17 21:02:15.364 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.364 INFO kablam! | Sep 17 21:02:15.364 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.364 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.364 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.364 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.364 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.364 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.364 INFO kablam! Sep 17 21:02:15.364 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.364 INFO kablam! --> src/core/alias.rs:90:25 Sep 17 21:02:15.364 INFO kablam! | Sep 17 21:02:15.364 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 17 21:02:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.364 INFO kablam! | Sep 17 21:02:15.364 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.366 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.367 INFO kablam! Sep 17 21:02:15.367 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.367 INFO kablam! --> src/core/alias.rs:92:25 Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:15.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.367 INFO kablam! Sep 17 21:02:15.367 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.367 INFO kablam! --> src/core/alias.rs:92:25 Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:15.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.367 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.367 INFO kablam! Sep 17 21:02:15.367 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.367 INFO kablam! --> src/core/alias.rs:92:25 Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 17 21:02:15.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.367 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.367 INFO kablam! Sep 17 21:02:15.367 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.367 INFO kablam! --> src/core/alias.rs:95:25 Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:15.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.367 INFO kablam! | Sep 17 21:02:15.367 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.367 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.368 INFO kablam! Sep 17 21:02:15.368 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.368 INFO kablam! --> src/core/alias.rs:95:25 Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:15.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.368 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.368 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.368 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.368 INFO kablam! Sep 17 21:02:15.368 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.368 INFO kablam! --> src/core/alias.rs:95:25 Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 17 21:02:15.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.368 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.368 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.368 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.368 INFO kablam! Sep 17 21:02:15.368 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.368 INFO kablam! --> src/core/alias.rs:97:25 Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:15.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.368 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.368 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.368 INFO kablam! Sep 17 21:02:15.368 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.368 INFO kablam! --> src/core/alias.rs:97:25 Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:15.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.368 INFO kablam! | Sep 17 21:02:15.368 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.368 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.368 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.368 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.368 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.369 INFO kablam! Sep 17 21:02:15.369 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.369 INFO kablam! --> src/core/alias.rs:97:25 Sep 17 21:02:15.369 INFO kablam! | Sep 17 21:02:15.369 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 17 21:02:15.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.369 INFO kablam! | Sep 17 21:02:15.369 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.369 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.369 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.369 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.369 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.369 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.369 INFO kablam! Sep 17 21:02:15.369 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.369 INFO kablam! --> src/core/alias.rs:99:25 Sep 17 21:02:15.369 INFO kablam! | Sep 17 21:02:15.369 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:15.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.369 INFO kablam! | Sep 17 21:02:15.369 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.369 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.369 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.369 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.370 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.370 INFO kablam! Sep 17 21:02:15.370 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.370 INFO kablam! --> src/core/alias.rs:99:25 Sep 17 21:02:15.370 INFO kablam! | Sep 17 21:02:15.370 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:15.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.370 INFO kablam! | Sep 17 21:02:15.370 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.378 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.379 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.379 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.379 INFO kablam! Sep 17 21:02:15.379 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.379 INFO kablam! --> src/core/alias.rs:99:25 Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 17 21:02:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.379 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.379 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.379 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.379 INFO kablam! Sep 17 21:02:15.379 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.379 INFO kablam! --> src/core/alias.rs:102:25 Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.379 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.379 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.379 INFO kablam! Sep 17 21:02:15.379 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.379 INFO kablam! --> src/core/alias.rs:102:25 Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.379 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.379 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.379 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.379 INFO kablam! Sep 17 21:02:15.379 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.379 INFO kablam! --> src/core/alias.rs:102:25 Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 17 21:02:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.379 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.379 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.379 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.379 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.379 INFO kablam! Sep 17 21:02:15.379 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.379 INFO kablam! --> src/core/alias.rs:104:25 Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.379 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.379 INFO kablam! | Sep 17 21:02:15.380 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.380 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.380 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.380 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.380 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.380 INFO kablam! Sep 17 21:02:15.380 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.380 INFO kablam! --> src/core/alias.rs:104:25 Sep 17 21:02:15.380 INFO kablam! | Sep 17 21:02:15.380 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:15.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.380 INFO kablam! | Sep 17 21:02:15.380 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.380 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.380 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.380 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.380 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.380 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.380 INFO kablam! Sep 17 21:02:15.380 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.380 INFO kablam! --> src/core/alias.rs:104:25 Sep 17 21:02:15.380 INFO kablam! | Sep 17 21:02:15.380 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 17 21:02:15.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.380 INFO kablam! | Sep 17 21:02:15.380 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.380 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.380 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.380 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.380 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.380 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.380 INFO kablam! Sep 17 21:02:15.383 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.383 INFO kablam! --> src/core/alias.rs:107:25 Sep 17 21:02:15.383 INFO kablam! | Sep 17 21:02:15.383 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:15.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.383 INFO kablam! | Sep 17 21:02:15.383 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.383 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.383 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.383 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.383 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.383 INFO kablam! Sep 17 21:02:15.383 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.384 INFO kablam! --> src/core/alias.rs:107:25 Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:15.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.384 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.384 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.384 INFO kablam! Sep 17 21:02:15.384 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.384 INFO kablam! --> src/core/alias.rs:107:25 Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 17 21:02:15.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.384 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.384 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.384 INFO kablam! Sep 17 21:02:15.384 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.384 INFO kablam! --> src/core/alias.rs:117:23 Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! 117 | pub type DVector = Matrix>; Sep 17 21:02:15.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.384 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.384 INFO kablam! Sep 17 21:02:15.384 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.384 INFO kablam! --> src/core/alias.rs:117:23 Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! 117 | pub type DVector = Matrix>; Sep 17 21:02:15.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.384 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.384 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.384 INFO kablam! Sep 17 21:02:15.384 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.384 INFO kablam! --> src/core/alias.rs:117:23 Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! 117 | pub type DVector = Matrix>; Sep 17 21:02:15.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.384 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.384 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.384 INFO kablam! Sep 17 21:02:15.384 INFO kablam! error: the trait bound `D: core::dimension::DimName` is not satisfied Sep 17 21:02:15.384 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:15.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.384 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.384 INFO kablam! Sep 17 21:02:15.384 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.384 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:15.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.384 INFO kablam! | Sep 17 21:02:15.384 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.384 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.385 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.385 INFO kablam! Sep 17 21:02:15.385 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.385 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:15.385 INFO kablam! | Sep 17 21:02:15.385 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:15.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.385 INFO kablam! | Sep 17 21:02:15.385 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.385 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.385 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.385 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.385 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.385 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.385 INFO kablam! Sep 17 21:02:15.385 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.385 INFO kablam! --> src/core/alias.rs:120:26 Sep 17 21:02:15.385 INFO kablam! | Sep 17 21:02:15.385 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 17 21:02:15.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.385 INFO kablam! | Sep 17 21:02:15.390 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.391 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.391 INFO kablam! Sep 17 21:02:15.391 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.391 INFO kablam! --> src/core/alias.rs:123:23 Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 17 21:02:15.391 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.391 INFO kablam! Sep 17 21:02:15.391 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.391 INFO kablam! --> src/core/alias.rs:123:23 Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 17 21:02:15.391 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.391 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.391 INFO kablam! Sep 17 21:02:15.391 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.391 INFO kablam! --> src/core/alias.rs:123:23 Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 17 21:02:15.391 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.391 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.391 INFO kablam! Sep 17 21:02:15.391 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.391 INFO kablam! --> src/core/alias.rs:125:23 Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 17 21:02:15.391 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.391 INFO kablam! Sep 17 21:02:15.391 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.391 INFO kablam! --> src/core/alias.rs:125:23 Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 17 21:02:15.391 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.391 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.391 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.391 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.391 INFO kablam! Sep 17 21:02:15.391 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.391 INFO kablam! --> src/core/alias.rs:125:23 Sep 17 21:02:15.391 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 17 21:02:15.392 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.392 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.392 INFO kablam! Sep 17 21:02:15.392 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.392 INFO kablam! --> src/core/alias.rs:127:23 Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 17 21:02:15.392 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.392 INFO kablam! Sep 17 21:02:15.392 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.392 INFO kablam! --> src/core/alias.rs:127:23 Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 17 21:02:15.392 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.392 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.392 INFO kablam! Sep 17 21:02:15.392 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.392 INFO kablam! --> src/core/alias.rs:127:23 Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 17 21:02:15.392 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.392 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.392 INFO kablam! Sep 17 21:02:15.392 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.392 INFO kablam! --> src/core/alias.rs:129:23 Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 17 21:02:15.392 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.392 INFO kablam! | Sep 17 21:02:15.392 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.392 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.392 INFO kablam! Sep 17 21:02:15.392 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.392 INFO kablam! --> src/core/alias.rs:129:23 Sep 17 21:02:15.393 INFO kablam! | Sep 17 21:02:15.393 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 17 21:02:15.393 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.393 INFO kablam! | Sep 17 21:02:15.393 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.393 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.393 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.393 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.393 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.393 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.393 INFO kablam! Sep 17 21:02:15.398 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.399 INFO kablam! --> src/core/alias.rs:129:23 Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 17 21:02:15.399 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.399 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.399 INFO kablam! Sep 17 21:02:15.399 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.399 INFO kablam! --> src/core/alias.rs:131:23 Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 17 21:02:15.399 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.399 INFO kablam! Sep 17 21:02:15.399 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.399 INFO kablam! --> src/core/alias.rs:131:23 Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 17 21:02:15.399 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.399 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.399 INFO kablam! Sep 17 21:02:15.399 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.399 INFO kablam! --> src/core/alias.rs:131:23 Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 17 21:02:15.399 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.399 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.399 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.399 INFO kablam! Sep 17 21:02:15.399 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.399 INFO kablam! --> src/core/alias.rs:133:23 Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 17 21:02:15.399 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.399 INFO kablam! | Sep 17 21:02:15.399 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.400 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.400 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.400 INFO kablam! Sep 17 21:02:15.400 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.400 INFO kablam! --> src/core/alias.rs:133:23 Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 17 21:02:15.400 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.400 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.400 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.400 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.400 INFO kablam! Sep 17 21:02:15.400 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.400 INFO kablam! --> src/core/alias.rs:133:23 Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 17 21:02:15.400 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.400 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.400 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.400 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.400 INFO kablam! Sep 17 21:02:15.400 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.400 INFO kablam! --> src/core/alias.rs:143:26 Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 17 21:02:15.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.400 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.400 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.400 INFO kablam! Sep 17 21:02:15.400 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.400 INFO kablam! --> src/core/alias.rs:143:26 Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 17 21:02:15.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.400 INFO kablam! | Sep 17 21:02:15.400 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.400 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.400 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.400 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.400 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.400 INFO kablam! Sep 17 21:02:15.400 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.401 INFO kablam! --> src/core/alias.rs:143:26 Sep 17 21:02:15.401 INFO kablam! | Sep 17 21:02:15.401 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 17 21:02:15.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.401 INFO kablam! | Sep 17 21:02:15.401 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.401 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.401 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.401 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.401 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.401 INFO kablam! Sep 17 21:02:15.401 INFO kablam! error: the trait bound `D: core::dimension::DimName` is not satisfied Sep 17 21:02:15.401 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:15.401 INFO kablam! | Sep 17 21:02:15.401 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:15.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 17 21:02:15.401 INFO kablam! | Sep 17 21:02:15.401 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 17 21:02:15.401 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.401 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.401 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.401 INFO kablam! Sep 17 21:02:15.401 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.401 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:15.401 INFO kablam! | Sep 17 21:02:15.401 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:15.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.401 INFO kablam! | Sep 17 21:02:15.401 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.401 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.401 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.401 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.401 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.401 INFO kablam! Sep 17 21:02:15.401 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.401 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:15.401 INFO kablam! | Sep 17 21:02:15.401 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:15.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.403 INFO kablam! | Sep 17 21:02:15.403 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.403 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.403 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.403 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.403 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.403 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.403 INFO kablam! Sep 17 21:02:15.403 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.403 INFO kablam! --> src/core/alias.rs:146:29 Sep 17 21:02:15.403 INFO kablam! | Sep 17 21:02:15.403 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 17 21:02:15.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.403 INFO kablam! | Sep 17 21:02:15.403 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.403 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.403 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.403 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.403 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.403 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.403 INFO kablam! Sep 17 21:02:15.403 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.403 INFO kablam! --> src/core/alias.rs:149:26 Sep 17 21:02:15.403 INFO kablam! | Sep 17 21:02:15.403 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 17 21:02:15.403 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.403 INFO kablam! | Sep 17 21:02:15.403 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.403 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.403 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.406 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.406 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.406 INFO kablam! Sep 17 21:02:15.407 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.407 INFO kablam! --> src/core/alias.rs:149:26 Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 17 21:02:15.407 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.407 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.407 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.407 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.407 INFO kablam! Sep 17 21:02:15.407 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.407 INFO kablam! --> src/core/alias.rs:149:26 Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 17 21:02:15.407 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.407 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.407 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.407 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.407 INFO kablam! Sep 17 21:02:15.407 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.407 INFO kablam! --> src/core/alias.rs:151:26 Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 17 21:02:15.407 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.407 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.407 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.407 INFO kablam! Sep 17 21:02:15.407 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.407 INFO kablam! --> src/core/alias.rs:151:26 Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 17 21:02:15.407 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.407 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.407 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.407 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.407 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.407 INFO kablam! Sep 17 21:02:15.407 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.407 INFO kablam! --> src/core/alias.rs:151:26 Sep 17 21:02:15.407 INFO kablam! | Sep 17 21:02:15.407 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 17 21:02:15.408 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.408 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.408 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.408 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.408 INFO kablam! Sep 17 21:02:15.408 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.408 INFO kablam! --> src/core/alias.rs:153:26 Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 17 21:02:15.408 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.408 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.408 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.408 INFO kablam! Sep 17 21:02:15.408 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.408 INFO kablam! --> src/core/alias.rs:153:26 Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 17 21:02:15.408 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.408 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.408 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.408 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.408 INFO kablam! Sep 17 21:02:15.408 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.408 INFO kablam! --> src/core/alias.rs:153:26 Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 17 21:02:15.408 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.408 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.408 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.408 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.408 INFO kablam! Sep 17 21:02:15.408 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.408 INFO kablam! --> src/core/alias.rs:155:26 Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 17 21:02:15.408 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.408 INFO kablam! | Sep 17 21:02:15.408 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.408 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.408 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.408 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.409 INFO kablam! Sep 17 21:02:15.409 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.409 INFO kablam! --> src/core/alias.rs:155:26 Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 17 21:02:15.409 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.409 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.409 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.409 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.409 INFO kablam! Sep 17 21:02:15.409 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.409 INFO kablam! --> src/core/alias.rs:155:26 Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 17 21:02:15.409 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.409 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.409 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.409 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.409 INFO kablam! Sep 17 21:02:15.409 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.409 INFO kablam! --> src/core/alias.rs:157:26 Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 17 21:02:15.409 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.409 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.409 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.409 INFO kablam! Sep 17 21:02:15.409 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.409 INFO kablam! --> src/core/alias.rs:157:26 Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 17 21:02:15.409 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.409 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.409 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.409 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.409 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.409 INFO kablam! Sep 17 21:02:15.409 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.409 INFO kablam! --> src/core/alias.rs:157:26 Sep 17 21:02:15.409 INFO kablam! | Sep 17 21:02:15.409 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 17 21:02:15.409 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.410 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.410 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.410 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.410 INFO kablam! Sep 17 21:02:15.410 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.410 INFO kablam! --> src/core/alias.rs:159:26 Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 17 21:02:15.410 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.410 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.410 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.410 INFO kablam! Sep 17 21:02:15.410 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.410 INFO kablam! --> src/core/alias.rs:159:26 Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 17 21:02:15.410 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.410 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.410 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.410 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.410 INFO kablam! Sep 17 21:02:15.410 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.410 INFO kablam! --> src/core/alias.rs:159:26 Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 17 21:02:15.410 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.410 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.410 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.410 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.410 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.410 INFO kablam! Sep 17 21:02:15.410 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:15.410 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! 14 | Matrix>; Sep 17 21:02:15.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:15.410 INFO kablam! | Sep 17 21:02:15.410 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 17 21:02:15.410 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.410 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.410 INFO kablam! Sep 17 21:02:15.410 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:15.411 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! 14 | Matrix>; Sep 17 21:02:15.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 17 21:02:15.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.411 INFO kablam! Sep 17 21:02:15.411 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.411 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! 14 | Matrix>; Sep 17 21:02:15.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.411 INFO kablam! Sep 17 21:02:15.411 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.411 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! 14 | Matrix>; Sep 17 21:02:15.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.411 INFO kablam! Sep 17 21:02:15.411 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.411 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! 14 | Matrix>; Sep 17 21:02:15.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.411 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.411 INFO kablam! Sep 17 21:02:15.411 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.411 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! 14 | Matrix>; Sep 17 21:02:15.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.411 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.411 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.411 INFO kablam! Sep 17 21:02:15.411 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.411 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! 14 | Matrix>; Sep 17 21:02:15.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.411 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.411 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.411 INFO kablam! Sep 17 21:02:15.411 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.411 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.411 INFO kablam! | Sep 17 21:02:15.411 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.412 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.412 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.412 INFO kablam! Sep 17 21:02:15.412 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.412 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.412 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.412 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.412 INFO kablam! Sep 17 21:02:15.412 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.412 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.412 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.412 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.412 INFO kablam! Sep 17 21:02:15.412 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.412 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.412 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.412 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.412 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.412 INFO kablam! Sep 17 21:02:15.412 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.412 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.412 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.412 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.412 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.412 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.412 INFO kablam! Sep 17 21:02:15.412 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.412 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.412 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.412 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.412 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.412 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.412 INFO kablam! Sep 17 21:02:15.412 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.412 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:15.412 INFO kablam! | Sep 17 21:02:15.412 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.413 INFO kablam! | Sep 17 21:02:15.413 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.413 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.413 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.413 INFO kablam! Sep 17 21:02:15.413 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.413 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:15.413 INFO kablam! | Sep 17 21:02:15.413 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.413 INFO kablam! | Sep 17 21:02:15.413 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.413 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.413 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.413 INFO kablam! Sep 17 21:02:15.413 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.414 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:15.414 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.415 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.415 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.415 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.415 INFO kablam! Sep 17 21:02:15.415 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.415 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.415 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.415 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.415 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.415 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.415 INFO kablam! Sep 17 21:02:15.415 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.415 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.415 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.415 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.415 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.415 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.415 INFO kablam! Sep 17 21:02:15.415 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.415 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.415 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.415 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.415 INFO kablam! Sep 17 21:02:15.415 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.415 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.415 INFO kablam! | Sep 17 21:02:15.415 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.416 INFO kablam! Sep 17 21:02:15.416 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.416 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.416 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.416 INFO kablam! Sep 17 21:02:15.416 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.416 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.416 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.416 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.416 INFO kablam! Sep 17 21:02:15.416 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.416 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.416 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.416 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.416 INFO kablam! Sep 17 21:02:15.416 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.416 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.416 INFO kablam! Sep 17 21:02:15.416 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.416 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:15.416 INFO kablam! | Sep 17 21:02:15.416 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.417 INFO kablam! | Sep 17 21:02:15.417 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.417 INFO kablam! Sep 17 21:02:15.417 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.417 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:15.417 INFO kablam! | Sep 17 21:02:15.417 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.417 INFO kablam! | Sep 17 21:02:15.417 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.417 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.417 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.417 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.417 INFO kablam! Sep 17 21:02:15.417 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.417 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:15.417 INFO kablam! | Sep 17 21:02:15.417 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.422 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.423 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.423 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.423 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.423 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.423 INFO kablam! Sep 17 21:02:15.423 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.423 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.423 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.423 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.423 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.423 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.423 INFO kablam! Sep 17 21:02:15.423 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.423 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.423 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.423 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.423 INFO kablam! Sep 17 21:02:15.423 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.423 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.423 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.423 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.423 INFO kablam! Sep 17 21:02:15.423 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.423 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.423 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.423 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.423 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.423 INFO kablam! Sep 17 21:02:15.423 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.423 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:15.423 INFO kablam! | Sep 17 21:02:15.423 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.424 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.424 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.424 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.424 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.424 INFO kablam! Sep 17 21:02:15.424 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.424 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.424 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.424 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.424 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.424 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.424 INFO kablam! Sep 17 21:02:15.424 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.424 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.424 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.424 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.424 INFO kablam! Sep 17 21:02:15.424 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.424 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.424 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.424 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.424 INFO kablam! Sep 17 21:02:15.424 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.424 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.424 INFO kablam! | Sep 17 21:02:15.424 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.424 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.424 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.424 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.424 INFO kablam! Sep 17 21:02:15.425 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.425 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.425 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.425 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.425 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.425 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.425 INFO kablam! Sep 17 21:02:15.425 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.425 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.425 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.425 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.425 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.425 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.425 INFO kablam! Sep 17 21:02:15.425 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.425 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.425 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.425 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.425 INFO kablam! Sep 17 21:02:15.425 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.425 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.425 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.425 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.425 INFO kablam! Sep 17 21:02:15.425 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.425 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.425 INFO kablam! | Sep 17 21:02:15.425 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.427 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.427 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.427 INFO kablam! Sep 17 21:02:15.427 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.427 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.427 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.427 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.427 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.427 INFO kablam! Sep 17 21:02:15.427 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.427 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.427 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.427 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.427 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.427 INFO kablam! Sep 17 21:02:15.427 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.427 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.427 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.427 INFO kablam! Sep 17 21:02:15.427 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.427 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.427 INFO kablam! | Sep 17 21:02:15.427 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.427 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.427 INFO kablam! Sep 17 21:02:15.427 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.428 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.428 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.428 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.428 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.428 INFO kablam! Sep 17 21:02:15.428 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.428 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.428 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.428 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.428 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.428 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.428 INFO kablam! Sep 17 21:02:15.428 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.428 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.428 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.428 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.428 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.428 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.428 INFO kablam! Sep 17 21:02:15.428 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.428 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.428 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.428 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.428 INFO kablam! Sep 17 21:02:15.428 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.428 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.428 INFO kablam! | Sep 17 21:02:15.428 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.428 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.428 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.429 INFO kablam! Sep 17 21:02:15.429 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.429 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.429 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.429 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.429 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.429 INFO kablam! Sep 17 21:02:15.429 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.429 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.429 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.429 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.429 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.429 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.429 INFO kablam! Sep 17 21:02:15.429 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.429 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.429 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.429 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.429 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.429 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.429 INFO kablam! Sep 17 21:02:15.429 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.429 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.429 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.429 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.429 INFO kablam! Sep 17 21:02:15.429 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.429 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.429 INFO kablam! | Sep 17 21:02:15.429 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.430 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.430 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.430 INFO kablam! Sep 17 21:02:15.434 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.435 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:15.435 INFO kablam! | Sep 17 21:02:15.435 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.435 INFO kablam! | Sep 17 21:02:15.435 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.435 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.435 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.435 INFO kablam! Sep 17 21:02:15.435 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.435 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:15.435 INFO kablam! | Sep 17 21:02:15.435 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.435 INFO kablam! | Sep 17 21:02:15.435 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.435 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.435 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.435 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.435 INFO kablam! Sep 17 21:02:15.435 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.435 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 17 21:02:15.435 INFO kablam! | Sep 17 21:02:15.435 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.435 INFO kablam! | Sep 17 21:02:15.435 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.435 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.435 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.435 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.435 INFO kablam! Sep 17 21:02:15.438 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.439 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.439 INFO kablam! Sep 17 21:02:15.439 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.439 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.439 INFO kablam! Sep 17 21:02:15.439 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.439 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.439 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.439 INFO kablam! Sep 17 21:02:15.439 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.439 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.439 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.439 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.439 INFO kablam! Sep 17 21:02:15.439 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.439 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:15.439 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.439 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.439 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.439 INFO kablam! | Sep 17 21:02:15.439 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.439 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.439 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.440 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.440 INFO kablam! Sep 17 21:02:15.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.440 INFO kablam! Sep 17 21:02:15.440 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.440 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:15.440 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.440 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.440 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.440 INFO kablam! Sep 17 21:02:15.440 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.440 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:15.440 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.440 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.440 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.440 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.440 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.440 INFO kablam! Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.440 INFO kablam! Sep 17 21:02:15.440 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.440 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.440 INFO kablam! Sep 17 21:02:15.440 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.440 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:15.440 INFO kablam! | Sep 17 21:02:15.440 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.441 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.441 INFO kablam! Sep 17 21:02:15.441 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.441 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.441 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:15.441 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.441 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.441 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.441 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.441 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.441 INFO kablam! Sep 17 21:02:15.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.441 INFO kablam! Sep 17 21:02:15.441 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.441 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:15.441 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.441 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.441 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.441 INFO kablam! Sep 17 21:02:15.441 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.441 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.441 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.441 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.441 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.441 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:15.441 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:15.441 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.441 INFO kablam! | Sep 17 21:02:15.441 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.441 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.441 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.441 INFO kablam! Sep 17 21:02:15.442 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.442 INFO kablam! Sep 17 21:02:15.442 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.442 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.442 INFO kablam! Sep 17 21:02:15.442 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.442 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.442 INFO kablam! Sep 17 21:02:15.442 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.442 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.442 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.442 INFO kablam! Sep 17 21:02:15.442 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.442 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.442 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.442 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.442 INFO kablam! Sep 17 21:02:15.442 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.442 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.442 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.442 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.442 INFO kablam! Sep 17 21:02:15.442 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.442 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:15.442 INFO kablam! | Sep 17 21:02:15.442 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.443 INFO kablam! | Sep 17 21:02:15.443 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.447 INFO kablam! Sep 17 21:02:15.447 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.447 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.447 INFO kablam! Sep 17 21:02:15.447 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.447 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.447 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.447 INFO kablam! Sep 17 21:02:15.447 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.447 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.447 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.447 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.447 INFO kablam! Sep 17 21:02:15.447 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.447 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.447 INFO kablam! | Sep 17 21:02:15.447 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.447 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.447 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.447 INFO kablam! Sep 17 21:02:15.448 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.448 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.448 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.448 INFO kablam! Sep 17 21:02:15.448 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.448 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.448 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.448 INFO kablam! Sep 17 21:02:15.448 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.448 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.448 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.448 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.448 INFO kablam! Sep 17 21:02:15.448 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.448 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.448 INFO kablam! | Sep 17 21:02:15.448 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.448 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.448 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.449 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.449 INFO kablam! Sep 17 21:02:15.449 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.449 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.449 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.449 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.449 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.449 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.449 INFO kablam! Sep 17 21:02:15.449 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.449 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.449 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.449 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.449 INFO kablam! Sep 17 21:02:15.449 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.449 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.449 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.449 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.449 INFO kablam! Sep 17 21:02:15.449 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.449 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.449 INFO kablam! | Sep 17 21:02:15.449 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.449 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.449 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.449 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.449 INFO kablam! Sep 17 21:02:15.449 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.450 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.450 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.450 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.450 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.450 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.450 INFO kablam! Sep 17 21:02:15.450 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.450 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.450 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.450 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.450 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.450 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.450 INFO kablam! Sep 17 21:02:15.450 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.450 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.450 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.450 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.450 INFO kablam! Sep 17 21:02:15.450 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.450 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.450 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.450 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.450 INFO kablam! Sep 17 21:02:15.450 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.450 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:15.450 INFO kablam! | Sep 17 21:02:15.450 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.451 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.451 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.451 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.451 INFO kablam! Sep 17 21:02:15.451 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.451 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.451 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.451 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.451 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.451 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.451 INFO kablam! Sep 17 21:02:15.451 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.451 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.451 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.451 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.451 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.451 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.451 INFO kablam! Sep 17 21:02:15.451 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.451 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.451 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.451 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.451 INFO kablam! Sep 17 21:02:15.451 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.451 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.451 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.451 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.452 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.452 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.452 INFO kablam! Sep 17 21:02:15.452 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.452 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.452 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.452 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.452 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.452 INFO kablam! Sep 17 21:02:15.452 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.452 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.452 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.452 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.452 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.452 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.452 INFO kablam! Sep 17 21:02:15.452 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.452 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.452 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.452 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.452 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.452 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.452 INFO kablam! Sep 17 21:02:15.452 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.452 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.452 INFO kablam! | Sep 17 21:02:15.452 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.452 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.452 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.452 INFO kablam! Sep 17 21:02:15.453 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.453 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.453 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.453 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.453 INFO kablam! Sep 17 21:02:15.453 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.453 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.453 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.453 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.453 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.453 INFO kablam! Sep 17 21:02:15.453 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.453 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.453 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.453 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.453 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:15.453 INFO kablam! --> src/geometry/quaternion.rs:333:30 Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! 333 | pub type UnitQuaternion = Unit>; Sep 17 21:02:15.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:15.453 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.453 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.453 INFO kablam! Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:15.453 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.453 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.453 INFO kablam! Sep 17 21:02:15.453 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.453 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 17 21:02:15.453 INFO kablam! | Sep 17 21:02:15.453 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.454 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.454 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.454 INFO kablam! Sep 17 21:02:15.454 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.454 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.454 INFO kablam! Sep 17 21:02:15.454 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.454 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.454 INFO kablam! Sep 17 21:02:15.454 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.454 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.454 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.454 INFO kablam! Sep 17 21:02:15.454 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.454 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:15.454 INFO kablam! | Sep 17 21:02:15.454 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.455 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.455 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.455 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.455 INFO kablam! Sep 17 21:02:15.455 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.455 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.455 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.455 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.455 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.455 INFO kablam! Sep 17 21:02:15.455 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.455 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.455 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.455 INFO kablam! Sep 17 21:02:15.455 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.455 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.455 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.455 INFO kablam! Sep 17 21:02:15.455 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.455 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.455 INFO kablam! | Sep 17 21:02:15.455 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.455 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.455 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.455 INFO kablam! Sep 17 21:02:15.455 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.455 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:15.456 INFO kablam! | Sep 17 21:02:15.456 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.456 INFO kablam! | Sep 17 21:02:15.456 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.456 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.456 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.456 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.456 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.456 INFO kablam! Sep 17 21:02:15.463 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.463 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.463 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.463 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.463 INFO kablam! Sep 17 21:02:15.463 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.463 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.463 INFO kablam! Sep 17 21:02:15.463 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.463 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.463 INFO kablam! Sep 17 21:02:15.463 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.463 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.463 INFO kablam! | Sep 17 21:02:15.463 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.463 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.463 INFO kablam! Sep 17 21:02:15.464 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.464 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.464 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.464 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.464 INFO kablam! Sep 17 21:02:15.464 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.464 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.464 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.464 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.464 INFO kablam! Sep 17 21:02:15.464 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.464 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.464 INFO kablam! Sep 17 21:02:15.464 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.464 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.464 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.464 INFO kablam! Sep 17 21:02:15.464 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.464 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:15.464 INFO kablam! | Sep 17 21:02:15.464 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.465 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.465 INFO kablam! Sep 17 21:02:15.465 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.465 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.465 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.465 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.465 INFO kablam! Sep 17 21:02:15.465 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.465 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.465 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.465 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.465 INFO kablam! Sep 17 21:02:15.465 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.465 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.465 INFO kablam! Sep 17 21:02:15.465 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.465 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.465 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.465 INFO kablam! Sep 17 21:02:15.465 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.465 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:15.465 INFO kablam! | Sep 17 21:02:15.466 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.466 INFO kablam! | Sep 17 21:02:15.466 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.466 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.466 INFO kablam! Sep 17 21:02:15.466 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.466 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:15.466 INFO kablam! | Sep 17 21:02:15.468 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.469 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.469 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.469 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.469 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.469 INFO kablam! Sep 17 21:02:15.469 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.469 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.469 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.469 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.469 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.469 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.469 INFO kablam! Sep 17 21:02:15.469 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.469 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.469 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.469 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.469 INFO kablam! Sep 17 21:02:15.469 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.469 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.469 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.469 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.469 INFO kablam! Sep 17 21:02:15.469 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.469 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.469 INFO kablam! | Sep 17 21:02:15.469 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.469 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.469 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.469 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.469 INFO kablam! Sep 17 21:02:15.470 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.470 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.470 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.470 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.470 INFO kablam! Sep 17 21:02:15.470 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.470 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.470 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.470 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.470 INFO kablam! Sep 17 21:02:15.470 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.470 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.470 INFO kablam! Sep 17 21:02:15.470 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.470 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.470 INFO kablam! Sep 17 21:02:15.470 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.470 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.470 INFO kablam! | Sep 17 21:02:15.470 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.470 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.471 INFO kablam! Sep 17 21:02:15.471 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.471 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.471 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.471 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.471 INFO kablam! Sep 17 21:02:15.471 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.471 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.471 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.471 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.471 INFO kablam! Sep 17 21:02:15.471 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.471 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.471 INFO kablam! Sep 17 21:02:15.471 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.471 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.471 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.471 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.471 INFO kablam! Sep 17 21:02:15.471 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.471 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.471 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.471 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.472 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.472 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.472 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.472 INFO kablam! Sep 17 21:02:15.472 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.472 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.472 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.472 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.472 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.472 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.472 INFO kablam! Sep 17 21:02:15.472 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.472 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.472 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.472 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.472 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.472 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.472 INFO kablam! Sep 17 21:02:15.472 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.472 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.472 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.472 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.472 INFO kablam! Sep 17 21:02:15.472 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.472 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.472 INFO kablam! | Sep 17 21:02:15.472 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.472 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.472 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.472 INFO kablam! Sep 17 21:02:15.472 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.473 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.473 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.473 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.473 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.473 INFO kablam! Sep 17 21:02:15.473 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.473 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.473 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.473 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.473 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.473 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.473 INFO kablam! Sep 17 21:02:15.473 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.473 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.473 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.473 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.473 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.473 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.473 INFO kablam! Sep 17 21:02:15.473 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.473 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.473 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.473 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.473 INFO kablam! Sep 17 21:02:15.473 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.473 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.473 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.473 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.474 INFO kablam! Sep 17 21:02:15.474 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.474 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.474 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.474 INFO kablam! Sep 17 21:02:15.474 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.474 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.474 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.474 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.474 INFO kablam! Sep 17 21:02:15.474 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.474 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.474 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.474 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.474 INFO kablam! Sep 17 21:02:15.474 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.474 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.474 INFO kablam! | Sep 17 21:02:15.474 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.474 INFO kablam! Sep 17 21:02:15.474 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.474 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.475 INFO kablam! Sep 17 21:02:15.475 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.475 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.475 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.475 INFO kablam! Sep 17 21:02:15.475 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.475 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.475 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.475 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.475 INFO kablam! Sep 17 21:02:15.475 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.475 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.475 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.475 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.475 INFO kablam! Sep 17 21:02:15.475 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.475 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.475 INFO kablam! | Sep 17 21:02:15.475 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.476 INFO kablam! Sep 17 21:02:15.476 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.476 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.476 INFO kablam! Sep 17 21:02:15.476 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.476 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.476 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.476 INFO kablam! Sep 17 21:02:15.476 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.476 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.476 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.476 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.476 INFO kablam! Sep 17 21:02:15.476 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.476 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.476 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.476 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.476 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.476 INFO kablam! Sep 17 21:02:15.476 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.476 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:15.476 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.477 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.477 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.477 INFO kablam! Sep 17 21:02:15.477 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.477 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.477 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.477 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.477 INFO kablam! Sep 17 21:02:15.477 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.477 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.477 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.477 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.477 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.477 INFO kablam! Sep 17 21:02:15.477 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.477 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.477 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.477 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.477 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.477 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.477 INFO kablam! Sep 17 21:02:15.477 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.477 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.477 INFO kablam! | Sep 17 21:02:15.477 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.477 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.477 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.477 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.477 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.477 INFO kablam! Sep 17 21:02:15.478 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.478 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.478 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.478 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.478 INFO kablam! Sep 17 21:02:15.478 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.478 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.478 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.478 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.478 INFO kablam! Sep 17 21:02:15.478 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.478 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.478 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.478 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.478 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.478 INFO kablam! Sep 17 21:02:15.478 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.478 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.478 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.478 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.478 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.478 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.478 INFO kablam! Sep 17 21:02:15.478 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.478 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 17 21:02:15.478 INFO kablam! | Sep 17 21:02:15.478 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.482 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.483 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.483 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.483 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.483 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.483 INFO kablam! Sep 17 21:02:15.483 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.483 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.483 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.483 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.483 INFO kablam! Sep 17 21:02:15.483 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.483 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.483 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.483 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.483 INFO kablam! Sep 17 21:02:15.483 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.483 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.483 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.483 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.483 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.483 INFO kablam! Sep 17 21:02:15.483 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.483 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.483 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.483 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.483 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.483 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.483 INFO kablam! Sep 17 21:02:15.483 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.483 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 17 21:02:15.483 INFO kablam! | Sep 17 21:02:15.483 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.484 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.484 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.484 INFO kablam! Sep 17 21:02:15.484 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.484 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.484 INFO kablam! Sep 17 21:02:15.484 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.484 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.484 INFO kablam! Sep 17 21:02:15.484 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.484 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.484 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.484 INFO kablam! Sep 17 21:02:15.484 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.484 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.484 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.484 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.484 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.484 INFO kablam! Sep 17 21:02:15.484 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.484 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 17 21:02:15.484 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.485 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.485 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.485 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.485 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.485 INFO kablam! Sep 17 21:02:15.485 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.485 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.485 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.485 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.485 INFO kablam! Sep 17 21:02:15.485 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.485 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.485 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.485 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.485 INFO kablam! Sep 17 21:02:15.485 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.485 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.485 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.485 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.485 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.485 INFO kablam! Sep 17 21:02:15.485 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.485 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.485 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.485 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.485 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.485 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.485 INFO kablam! Sep 17 21:02:15.485 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.485 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 17 21:02:15.485 INFO kablam! | Sep 17 21:02:15.485 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.486 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.486 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.486 INFO kablam! Sep 17 21:02:15.486 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.486 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.486 INFO kablam! Sep 17 21:02:15.486 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.486 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.486 INFO kablam! Sep 17 21:02:15.486 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.486 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.486 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.486 INFO kablam! Sep 17 21:02:15.486 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.486 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.486 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.486 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.486 INFO kablam! Sep 17 21:02:15.486 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.486 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 17 21:02:15.486 INFO kablam! | Sep 17 21:02:15.486 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.487 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.487 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.487 INFO kablam! Sep 17 21:02:15.487 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.487 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.487 INFO kablam! Sep 17 21:02:15.487 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.487 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.487 INFO kablam! Sep 17 21:02:15.487 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.487 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.487 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.487 INFO kablam! Sep 17 21:02:15.487 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.487 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.487 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.487 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.487 INFO kablam! Sep 17 21:02:15.487 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.487 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 17 21:02:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.487 INFO kablam! | Sep 17 21:02:15.487 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.487 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.487 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.487 INFO kablam! Sep 17 21:02:15.487 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.488 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:15.488 INFO kablam! | Sep 17 21:02:15.488 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.488 INFO kablam! | Sep 17 21:02:15.488 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.488 INFO kablam! Sep 17 21:02:15.488 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.488 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:15.488 INFO kablam! | Sep 17 21:02:15.488 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.488 INFO kablam! | Sep 17 21:02:15.488 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.488 INFO kablam! Sep 17 21:02:15.488 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.488 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:15.488 INFO kablam! | Sep 17 21:02:15.488 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.488 INFO kablam! | Sep 17 21:02:15.488 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.488 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.488 INFO kablam! Sep 17 21:02:15.488 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.488 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:15.488 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.489 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.489 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.489 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.489 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.489 INFO kablam! Sep 17 21:02:15.489 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.489 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.489 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.489 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.489 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.489 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.489 INFO kablam! Sep 17 21:02:15.489 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.489 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.489 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.489 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.489 INFO kablam! Sep 17 21:02:15.489 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.489 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.489 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.489 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.489 INFO kablam! Sep 17 21:02:15.489 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.489 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.489 INFO kablam! | Sep 17 21:02:15.489 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.489 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.489 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.489 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.490 INFO kablam! Sep 17 21:02:15.490 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.490 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.490 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.490 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.490 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.490 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.490 INFO kablam! Sep 17 21:02:15.490 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.490 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.490 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.490 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.490 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.490 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.490 INFO kablam! Sep 17 21:02:15.490 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.490 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.490 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.490 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.490 INFO kablam! Sep 17 21:02:15.490 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.490 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.490 INFO kablam! | Sep 17 21:02:15.490 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.490 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.490 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.490 INFO kablam! Sep 17 21:02:15.494 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.494 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:15.494 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.495 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.495 INFO kablam! Sep 17 21:02:15.495 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.495 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.495 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.495 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.495 INFO kablam! Sep 17 21:02:15.495 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.495 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.495 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.495 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.495 INFO kablam! Sep 17 21:02:15.495 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.495 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.495 INFO kablam! Sep 17 21:02:15.495 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.495 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.495 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.495 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.496 INFO kablam! Sep 17 21:02:15.496 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.496 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.496 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.496 INFO kablam! Sep 17 21:02:15.496 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.496 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.496 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.496 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.496 INFO kablam! Sep 17 21:02:15.496 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.496 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.496 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.496 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.496 INFO kablam! Sep 17 21:02:15.496 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.496 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.496 INFO kablam! | Sep 17 21:02:15.496 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.496 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.496 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.496 INFO kablam! Sep 17 21:02:15.496 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.496 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.497 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.497 INFO kablam! Sep 17 21:02:15.497 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.497 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.497 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.497 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.497 INFO kablam! Sep 17 21:02:15.497 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.497 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.497 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.497 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.497 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.497 INFO kablam! Sep 17 21:02:15.497 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.497 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.497 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.497 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.497 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.497 INFO kablam! Sep 17 21:02:15.497 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.497 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.497 INFO kablam! | Sep 17 21:02:15.497 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.497 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.497 INFO kablam! Sep 17 21:02:15.497 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.498 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.498 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.498 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.498 INFO kablam! Sep 17 21:02:15.498 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.498 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.498 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.498 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.498 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.498 INFO kablam! Sep 17 21:02:15.498 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.498 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.498 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.498 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.498 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.498 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.498 INFO kablam! Sep 17 21:02:15.498 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.498 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.498 INFO kablam! | Sep 17 21:02:15.498 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.498 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.498 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.498 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.498 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.498 INFO kablam! Sep 17 21:02:15.502 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.503 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.503 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.503 INFO kablam! Sep 17 21:02:15.503 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.503 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.503 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.503 INFO kablam! Sep 17 21:02:15.503 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.503 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.503 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.503 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.503 INFO kablam! Sep 17 21:02:15.503 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.503 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.503 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.503 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.503 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.503 INFO kablam! Sep 17 21:02:15.503 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.503 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.503 INFO kablam! | Sep 17 21:02:15.503 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.503 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.503 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.503 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.503 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.503 INFO kablam! Sep 17 21:02:15.504 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.504 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.504 INFO kablam! Sep 17 21:02:15.504 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.504 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.504 INFO kablam! Sep 17 21:02:15.504 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.504 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.504 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.504 INFO kablam! Sep 17 21:02:15.504 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.504 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.504 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.504 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.504 INFO kablam! Sep 17 21:02:15.504 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.504 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.504 INFO kablam! | Sep 17 21:02:15.504 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.504 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.504 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.504 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.504 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.505 INFO kablam! Sep 17 21:02:15.505 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.505 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.505 INFO kablam! Sep 17 21:02:15.505 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.505 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.505 INFO kablam! Sep 17 21:02:15.505 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.505 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.505 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.505 INFO kablam! Sep 17 21:02:15.505 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.505 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.505 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.505 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.505 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.505 INFO kablam! Sep 17 21:02:15.505 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.505 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 17 21:02:15.505 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.509 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.509 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.509 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.509 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.509 INFO kablam! Sep 17 21:02:15.509 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.509 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.509 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.509 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.509 INFO kablam! Sep 17 21:02:15.509 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.509 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.509 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.509 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.509 INFO kablam! Sep 17 21:02:15.509 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.509 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.509 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.509 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.509 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.509 INFO kablam! Sep 17 21:02:15.509 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.509 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.509 INFO kablam! | Sep 17 21:02:15.509 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.510 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.510 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.510 INFO kablam! Sep 17 21:02:15.510 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.510 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.510 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.510 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.510 INFO kablam! Sep 17 21:02:15.510 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.510 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.510 INFO kablam! Sep 17 21:02:15.510 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.510 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.510 INFO kablam! Sep 17 21:02:15.510 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.510 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.510 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.510 INFO kablam! Sep 17 21:02:15.510 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.510 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:15.510 INFO kablam! | Sep 17 21:02:15.510 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.511 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.511 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.511 INFO kablam! Sep 17 21:02:15.511 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.511 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.511 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.511 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.511 INFO kablam! Sep 17 21:02:15.511 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.511 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.511 INFO kablam! Sep 17 21:02:15.511 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.511 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.511 INFO kablam! Sep 17 21:02:15.511 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.511 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.511 INFO kablam! | Sep 17 21:02:15.511 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.511 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.511 INFO kablam! Sep 17 21:02:15.512 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.512 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.512 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.512 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.512 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.512 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.512 INFO kablam! Sep 17 21:02:15.512 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.512 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.512 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.512 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.512 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.512 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.512 INFO kablam! Sep 17 21:02:15.512 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.512 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! 179 | Matrix>; Sep 17 21:02:15.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.512 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.512 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.512 INFO kablam! Sep 17 21:02:15.512 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.512 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! 179 | Matrix>; Sep 17 21:02:15.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.512 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.512 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.512 INFO kablam! Sep 17 21:02:15.512 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.512 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.512 INFO kablam! 179 | Matrix>; Sep 17 21:02:15.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.512 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.513 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.513 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.513 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.513 INFO kablam! Sep 17 21:02:15.513 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.513 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! 179 | Matrix>; Sep 17 21:02:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.513 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.513 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.513 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.513 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.513 INFO kablam! Sep 17 21:02:15.513 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.513 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! 179 | Matrix>; Sep 17 21:02:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.513 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.513 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.513 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.513 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.513 INFO kablam! Sep 17 21:02:15.513 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.513 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.513 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.513 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.513 INFO kablam! Sep 17 21:02:15.513 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.513 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.513 INFO kablam! | Sep 17 21:02:15.513 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.513 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.513 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.513 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.513 INFO kablam! Sep 17 21:02:15.514 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.514 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.514 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.514 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.514 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.514 INFO kablam! Sep 17 21:02:15.514 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.514 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.514 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.514 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.514 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.514 INFO kablam! Sep 17 21:02:15.514 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.514 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:15.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.514 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.514 INFO kablam! Sep 17 21:02:15.514 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.514 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:15.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.514 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.514 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.514 INFO kablam! Sep 17 21:02:15.514 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.514 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:15.514 INFO kablam! | Sep 17 21:02:15.514 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:15.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.515 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.515 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.515 INFO kablam! Sep 17 21:02:15.515 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.515 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 17 21:02:15.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.515 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.515 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.515 INFO kablam! Sep 17 21:02:15.515 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.515 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:15.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.515 INFO kablam! Sep 17 21:02:15.515 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.515 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:15.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.515 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.515 INFO kablam! Sep 17 21:02:15.515 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.515 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:15.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.515 INFO kablam! | Sep 17 21:02:15.515 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.515 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.515 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.515 INFO kablam! Sep 17 21:02:15.515 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.515 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 17 21:02:15.516 INFO kablam! | Sep 17 21:02:15.516 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 17 21:02:15.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.522 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.523 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.523 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.523 INFO kablam! Sep 17 21:02:15.523 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.523 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:15.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.523 INFO kablam! Sep 17 21:02:15.523 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.523 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:15.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.523 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.523 INFO kablam! Sep 17 21:02:15.523 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.523 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:15.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.523 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.523 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.523 INFO kablam! Sep 17 21:02:15.523 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.523 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 17 21:02:15.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.523 INFO kablam! | Sep 17 21:02:15.523 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.523 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.523 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.523 INFO kablam! Sep 17 21:02:15.523 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.523 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:15.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.524 INFO kablam! Sep 17 21:02:15.524 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.524 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:15.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.524 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.524 INFO kablam! Sep 17 21:02:15.524 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.524 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:15.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.524 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.524 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.524 INFO kablam! Sep 17 21:02:15.524 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.524 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 17 21:02:15.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.524 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.524 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.524 INFO kablam! Sep 17 21:02:15.524 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.524 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:15.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.524 INFO kablam! | Sep 17 21:02:15.524 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.524 INFO kablam! Sep 17 21:02:15.524 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.525 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.525 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:15.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.525 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.525 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.525 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.525 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.525 INFO kablam! Sep 17 21:02:15.525 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.525 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.525 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:15.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.525 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.525 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.525 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.525 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.525 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.525 INFO kablam! Sep 17 21:02:15.525 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.525 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.525 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 17 21:02:15.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.525 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.525 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.525 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.525 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.525 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.525 INFO kablam! Sep 17 21:02:15.525 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.525 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.525 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:15.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.525 INFO kablam! | Sep 17 21:02:15.528 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.528 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.528 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.528 INFO kablam! Sep 17 21:02:15.528 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.528 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:15.528 INFO kablam! | Sep 17 21:02:15.528 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:15.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.528 INFO kablam! | Sep 17 21:02:15.528 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.528 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.528 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.528 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.528 INFO kablam! Sep 17 21:02:15.528 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.528 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:15.528 INFO kablam! | Sep 17 21:02:15.528 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:15.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.529 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.529 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.529 INFO kablam! Sep 17 21:02:15.529 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.529 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 17 21:02:15.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.529 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.529 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.529 INFO kablam! Sep 17 21:02:15.529 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:15.529 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! 206 | Matrix>; Sep 17 21:02:15.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 17 21:02:15.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.529 INFO kablam! Sep 17 21:02:15.529 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:15.529 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! 206 | Matrix>; Sep 17 21:02:15.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 17 21:02:15.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.529 INFO kablam! Sep 17 21:02:15.529 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.529 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! 206 | Matrix>; Sep 17 21:02:15.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.529 INFO kablam! Sep 17 21:02:15.529 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.529 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! 206 | Matrix>; Sep 17 21:02:15.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.529 INFO kablam! | Sep 17 21:02:15.529 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.530 INFO kablam! Sep 17 21:02:15.530 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.530 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! 206 | Matrix>; Sep 17 21:02:15.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.530 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.530 INFO kablam! Sep 17 21:02:15.530 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.530 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! 206 | Matrix>; Sep 17 21:02:15.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.530 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.530 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.530 INFO kablam! Sep 17 21:02:15.530 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.530 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! 206 | Matrix>; Sep 17 21:02:15.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.530 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.530 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.530 INFO kablam! Sep 17 21:02:15.530 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.530 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.530 INFO kablam! Sep 17 21:02:15.530 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.530 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:15.530 INFO kablam! | Sep 17 21:02:15.530 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.531 INFO kablam! Sep 17 21:02:15.531 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.531 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.531 INFO kablam! Sep 17 21:02:15.531 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.531 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.531 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.531 INFO kablam! Sep 17 21:02:15.531 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.531 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.531 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.531 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.531 INFO kablam! Sep 17 21:02:15.531 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.531 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 17 21:02:15.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.531 INFO kablam! | Sep 17 21:02:15.531 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.531 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.531 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.531 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.531 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.532 INFO kablam! Sep 17 21:02:15.532 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.532 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.532 INFO kablam! Sep 17 21:02:15.532 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.532 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.532 INFO kablam! Sep 17 21:02:15.532 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.532 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.532 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.532 INFO kablam! Sep 17 21:02:15.532 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.532 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.532 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.532 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.532 INFO kablam! Sep 17 21:02:15.532 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.532 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.532 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 17 21:02:15.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.532 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.533 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.533 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.533 INFO kablam! Sep 17 21:02:15.533 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.533 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.533 INFO kablam! Sep 17 21:02:15.533 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.533 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.533 INFO kablam! Sep 17 21:02:15.533 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.533 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.533 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.533 INFO kablam! Sep 17 21:02:15.533 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.533 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.533 INFO kablam! | Sep 17 21:02:15.533 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.533 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.533 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.533 INFO kablam! Sep 17 21:02:15.533 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.534 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 17 21:02:15.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.534 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.534 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.534 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.534 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.534 INFO kablam! Sep 17 21:02:15.534 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.534 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.534 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.534 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.534 INFO kablam! Sep 17 21:02:15.534 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.534 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.534 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.534 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.534 INFO kablam! Sep 17 21:02:15.534 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.534 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.534 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.534 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.534 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.534 INFO kablam! Sep 17 21:02:15.534 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.534 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.534 INFO kablam! | Sep 17 21:02:15.534 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.534 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.534 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.535 INFO kablam! Sep 17 21:02:15.535 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.535 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 17 21:02:15.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.535 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.535 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.535 INFO kablam! Sep 17 21:02:15.535 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.535 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.535 INFO kablam! Sep 17 21:02:15.535 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.535 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.535 INFO kablam! Sep 17 21:02:15.535 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.535 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.535 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.535 INFO kablam! Sep 17 21:02:15.535 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.535 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.535 INFO kablam! | Sep 17 21:02:15.535 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.535 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.535 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.536 INFO kablam! Sep 17 21:02:15.536 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.536 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 17 21:02:15.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.536 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.536 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.536 INFO kablam! Sep 17 21:02:15.536 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.536 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.536 INFO kablam! Sep 17 21:02:15.536 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.536 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.536 INFO kablam! Sep 17 21:02:15.536 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.536 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.536 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.536 INFO kablam! Sep 17 21:02:15.536 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.536 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:15.536 INFO kablam! | Sep 17 21:02:15.536 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.537 INFO kablam! | Sep 17 21:02:15.537 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.540 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.540 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.540 INFO kablam! Sep 17 21:02:15.540 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.540 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 17 21:02:15.540 INFO kablam! | Sep 17 21:02:15.540 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 17 21:02:15.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.540 INFO kablam! | Sep 17 21:02:15.540 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.540 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.540 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.540 INFO kablam! Sep 17 21:02:15.540 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.540 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:15.540 INFO kablam! | Sep 17 21:02:15.540 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.540 INFO kablam! | Sep 17 21:02:15.540 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.540 INFO kablam! Sep 17 21:02:15.540 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.540 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:15.540 INFO kablam! | Sep 17 21:02:15.540 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.540 INFO kablam! | Sep 17 21:02:15.540 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.540 INFO kablam! Sep 17 21:02:15.540 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.540 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:15.540 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.541 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.541 INFO kablam! Sep 17 21:02:15.541 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.541 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.541 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.541 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.541 INFO kablam! Sep 17 21:02:15.541 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.541 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 17 21:02:15.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.541 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.541 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.541 INFO kablam! Sep 17 21:02:15.541 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.541 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.541 INFO kablam! Sep 17 21:02:15.541 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.541 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.541 INFO kablam! | Sep 17 21:02:15.541 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.541 INFO kablam! Sep 17 21:02:15.542 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.542 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.542 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.542 INFO kablam! Sep 17 21:02:15.542 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.542 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.542 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.542 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.542 INFO kablam! Sep 17 21:02:15.542 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.542 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 17 21:02:15.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.542 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.542 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.542 INFO kablam! Sep 17 21:02:15.542 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.542 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.542 INFO kablam! Sep 17 21:02:15.542 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.542 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.542 INFO kablam! | Sep 17 21:02:15.542 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.543 INFO kablam! Sep 17 21:02:15.543 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.543 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.543 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.543 INFO kablam! Sep 17 21:02:15.543 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.543 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.543 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.543 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.543 INFO kablam! Sep 17 21:02:15.543 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.543 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 17 21:02:15.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.543 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.543 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.543 INFO kablam! Sep 17 21:02:15.543 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.543 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.543 INFO kablam! Sep 17 21:02:15.543 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.543 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.543 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.543 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.544 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.544 INFO kablam! Sep 17 21:02:15.544 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.544 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.544 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.544 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.544 INFO kablam! Sep 17 21:02:15.544 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.544 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.544 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.544 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.544 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.544 INFO kablam! Sep 17 21:02:15.544 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.544 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 17 21:02:15.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.544 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.544 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.544 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.544 INFO kablam! Sep 17 21:02:15.544 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.544 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.544 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.544 INFO kablam! Sep 17 21:02:15.544 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.544 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:15.544 INFO kablam! | Sep 17 21:02:15.544 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.545 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.545 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.545 INFO kablam! Sep 17 21:02:15.545 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.545 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.545 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.545 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.545 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.545 INFO kablam! Sep 17 21:02:15.545 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.545 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.545 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.545 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.545 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.545 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.545 INFO kablam! Sep 17 21:02:15.545 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.545 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 17 21:02:15.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.545 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.545 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.545 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.545 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.545 INFO kablam! Sep 17 21:02:15.545 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.545 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.545 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.545 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.545 INFO kablam! Sep 17 21:02:15.545 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.545 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.545 INFO kablam! | Sep 17 21:02:15.545 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.545 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.545 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.546 INFO kablam! Sep 17 21:02:15.546 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.546 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.546 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.546 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.546 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.546 INFO kablam! Sep 17 21:02:15.546 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.546 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.546 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.546 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.546 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.546 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.546 INFO kablam! Sep 17 21:02:15.546 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.546 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 17 21:02:15.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.546 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.546 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.546 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.546 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.546 INFO kablam! Sep 17 21:02:15.546 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.546 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.546 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.546 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.546 INFO kablam! Sep 17 21:02:15.546 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.546 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:15.546 INFO kablam! | Sep 17 21:02:15.546 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.552 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.552 INFO kablam! Sep 17 21:02:15.552 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.552 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.552 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.552 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.552 INFO kablam! Sep 17 21:02:15.552 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.552 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.552 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.552 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.552 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.552 INFO kablam! Sep 17 21:02:15.552 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.552 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 17 21:02:15.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.552 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.552 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.552 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.552 INFO kablam! Sep 17 21:02:15.552 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.552 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.552 INFO kablam! | Sep 17 21:02:15.552 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.553 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.553 INFO kablam! Sep 17 21:02:15.553 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.553 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:15.553 INFO kablam! | Sep 17 21:02:15.553 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.553 INFO kablam! | Sep 17 21:02:15.553 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.553 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.553 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.553 INFO kablam! Sep 17 21:02:15.553 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.553 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:15.553 INFO kablam! | Sep 17 21:02:15.553 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.553 INFO kablam! | Sep 17 21:02:15.553 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.553 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.553 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.555 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.555 INFO kablam! Sep 17 21:02:15.555 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.555 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:15.555 INFO kablam! | Sep 17 21:02:15.555 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.555 INFO kablam! | Sep 17 21:02:15.555 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.555 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.555 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.555 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.555 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.555 INFO kablam! Sep 17 21:02:15.555 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.555 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 17 21:02:15.555 INFO kablam! | Sep 17 21:02:15.555 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 17 21:02:15.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.555 INFO kablam! | Sep 17 21:02:15.555 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.556 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.556 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.556 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.556 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.556 INFO kablam! Sep 17 21:02:15.556 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.556 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:15.556 INFO kablam! | Sep 17 21:02:15.556 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.556 INFO kablam! | Sep 17 21:02:15.556 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.556 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.556 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.556 INFO kablam! Sep 17 21:02:15.556 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.556 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:15.556 INFO kablam! | Sep 17 21:02:15.556 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.560 INFO kablam! Sep 17 21:02:15.560 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.560 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.560 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.560 INFO kablam! Sep 17 21:02:15.560 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.560 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.560 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.560 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.560 INFO kablam! Sep 17 21:02:15.560 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.560 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 17 21:02:15.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.560 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.560 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.560 INFO kablam! Sep 17 21:02:15.560 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.560 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:15.560 INFO kablam! | Sep 17 21:02:15.560 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.561 INFO kablam! Sep 17 21:02:15.561 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.561 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.561 INFO kablam! Sep 17 21:02:15.561 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.561 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.561 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.561 INFO kablam! Sep 17 21:02:15.561 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.561 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.561 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.561 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.561 INFO kablam! Sep 17 21:02:15.561 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.561 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 17 21:02:15.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.561 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.561 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.561 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.561 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.561 INFO kablam! Sep 17 21:02:15.561 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.561 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:15.561 INFO kablam! | Sep 17 21:02:15.561 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.562 INFO kablam! Sep 17 21:02:15.562 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.562 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.562 INFO kablam! Sep 17 21:02:15.562 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.562 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.562 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.562 INFO kablam! Sep 17 21:02:15.562 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.562 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.562 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.562 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.562 INFO kablam! Sep 17 21:02:15.562 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.562 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 17 21:02:15.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.562 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.562 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.562 INFO kablam! Sep 17 21:02:15.562 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.562 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.562 INFO kablam! | Sep 17 21:02:15.562 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.562 INFO kablam! Sep 17 21:02:15.563 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.563 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:15.563 INFO kablam! | Sep 17 21:02:15.563 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.563 INFO kablam! | Sep 17 21:02:15.563 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.563 INFO kablam! Sep 17 21:02:15.563 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.563 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:15.563 INFO kablam! | Sep 17 21:02:15.563 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.563 INFO kablam! | Sep 17 21:02:15.563 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.563 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.563 INFO kablam! Sep 17 21:02:15.563 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.563 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:15.563 INFO kablam! | Sep 17 21:02:15.563 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.563 INFO kablam! | Sep 17 21:02:15.563 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.563 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.563 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.564 INFO kablam! Sep 17 21:02:15.564 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.564 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 17 21:02:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.564 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.564 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.564 INFO kablam! Sep 17 21:02:15.564 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.564 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.564 INFO kablam! Sep 17 21:02:15.564 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.564 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.564 INFO kablam! Sep 17 21:02:15.564 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.564 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.564 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.564 INFO kablam! Sep 17 21:02:15.564 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.564 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.564 INFO kablam! | Sep 17 21:02:15.564 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.564 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.565 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.565 INFO kablam! Sep 17 21:02:15.565 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.565 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 17 21:02:15.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.565 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.565 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.565 INFO kablam! Sep 17 21:02:15.565 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.565 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.565 INFO kablam! Sep 17 21:02:15.565 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.565 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.565 INFO kablam! Sep 17 21:02:15.565 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.565 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.565 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.565 INFO kablam! Sep 17 21:02:15.565 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.565 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.565 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.565 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.565 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.565 INFO kablam! Sep 17 21:02:15.565 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.565 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 17 21:02:15.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.565 INFO kablam! | Sep 17 21:02:15.565 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.566 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.566 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.566 INFO kablam! Sep 17 21:02:15.566 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.566 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.566 INFO kablam! Sep 17 21:02:15.566 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.566 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.566 INFO kablam! Sep 17 21:02:15.566 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.566 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.566 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.566 INFO kablam! Sep 17 21:02:15.566 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.566 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.566 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.566 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.566 INFO kablam! Sep 17 21:02:15.566 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.566 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 17 21:02:15.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.566 INFO kablam! | Sep 17 21:02:15.566 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.566 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.566 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.567 INFO kablam! Sep 17 21:02:15.567 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.567 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.567 INFO kablam! Sep 17 21:02:15.567 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.567 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.567 INFO kablam! Sep 17 21:02:15.567 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.567 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.567 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.567 INFO kablam! Sep 17 21:02:15.567 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.567 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.567 INFO kablam! | Sep 17 21:02:15.567 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.570 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.570 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.570 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.570 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.571 INFO kablam! Sep 17 21:02:15.571 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.571 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 17 21:02:15.571 INFO kablam! | Sep 17 21:02:15.571 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 17 21:02:15.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.571 INFO kablam! | Sep 17 21:02:15.571 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.571 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.571 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.571 INFO kablam! Sep 17 21:02:15.571 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.571 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:15.571 INFO kablam! | Sep 17 21:02:15.571 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.571 INFO kablam! | Sep 17 21:02:15.571 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.571 INFO kablam! Sep 17 21:02:15.571 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.571 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:15.571 INFO kablam! | Sep 17 21:02:15.571 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.571 INFO kablam! | Sep 17 21:02:15.571 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.571 INFO kablam! Sep 17 21:02:15.571 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.572 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.572 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.572 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.572 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.572 INFO kablam! Sep 17 21:02:15.572 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.572 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.572 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.572 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.572 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.572 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.572 INFO kablam! Sep 17 21:02:15.572 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.572 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 17 21:02:15.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.572 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.572 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.572 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.572 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.572 INFO kablam! Sep 17 21:02:15.572 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.572 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.572 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.572 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.572 INFO kablam! Sep 17 21:02:15.572 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.572 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:15.572 INFO kablam! | Sep 17 21:02:15.572 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.573 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.573 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.573 INFO kablam! Sep 17 21:02:15.573 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.573 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.573 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.573 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.573 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.573 INFO kablam! Sep 17 21:02:15.573 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.573 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.573 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.573 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.573 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.573 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.573 INFO kablam! Sep 17 21:02:15.573 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.573 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 17 21:02:15.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.573 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.573 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.573 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.573 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.573 INFO kablam! Sep 17 21:02:15.573 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.573 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.573 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.573 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.573 INFO kablam! Sep 17 21:02:15.573 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.573 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.573 INFO kablam! | Sep 17 21:02:15.573 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.576 INFO kablam! Sep 17 21:02:15.576 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.576 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:15.576 INFO kablam! | Sep 17 21:02:15.576 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.576 INFO kablam! | Sep 17 21:02:15.576 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.576 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.576 INFO kablam! Sep 17 21:02:15.576 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.576 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:15.576 INFO kablam! | Sep 17 21:02:15.576 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.576 INFO kablam! | Sep 17 21:02:15.576 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.576 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.576 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.576 INFO kablam! Sep 17 21:02:15.576 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.576 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 17 21:02:15.576 INFO kablam! | Sep 17 21:02:15.576 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 17 21:02:15.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.576 INFO kablam! | Sep 17 21:02:15.576 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.576 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.576 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.577 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.577 INFO kablam! Sep 17 21:02:15.577 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.577 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.577 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.577 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.577 INFO kablam! Sep 17 21:02:15.577 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.577 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.577 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.577 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.577 INFO kablam! Sep 17 21:02:15.577 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.577 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.577 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.577 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.577 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.577 INFO kablam! Sep 17 21:02:15.577 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.577 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.577 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.577 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.577 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.577 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.577 INFO kablam! Sep 17 21:02:15.577 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.577 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 17 21:02:15.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.577 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.577 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.577 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.577 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.577 INFO kablam! Sep 17 21:02:15.577 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.577 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.577 INFO kablam! | Sep 17 21:02:15.577 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.578 INFO kablam! Sep 17 21:02:15.578 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.578 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.578 INFO kablam! Sep 17 21:02:15.578 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.578 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.578 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.578 INFO kablam! Sep 17 21:02:15.578 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.578 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.578 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.578 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.578 INFO kablam! Sep 17 21:02:15.578 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.578 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 17 21:02:15.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.578 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.578 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.578 INFO kablam! Sep 17 21:02:15.578 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.578 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.578 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.578 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.578 INFO kablam! Sep 17 21:02:15.578 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.578 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:15.578 INFO kablam! | Sep 17 21:02:15.578 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.579 INFO kablam! | Sep 17 21:02:15.579 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.579 INFO kablam! Sep 17 21:02:15.579 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.579 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:15.579 INFO kablam! | Sep 17 21:02:15.579 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.579 INFO kablam! | Sep 17 21:02:15.579 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.579 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.579 INFO kablam! Sep 17 21:02:15.579 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.579 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:15.579 INFO kablam! | Sep 17 21:02:15.584 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.584 INFO kablam! | Sep 17 21:02:15.584 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.584 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.584 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.584 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.584 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.584 INFO kablam! Sep 17 21:02:15.584 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.584 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 17 21:02:15.584 INFO kablam! | Sep 17 21:02:15.584 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 17 21:02:15.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.584 INFO kablam! | Sep 17 21:02:15.584 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.584 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.584 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.584 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.584 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.584 INFO kablam! Sep 17 21:02:15.584 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.584 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:15.584 INFO kablam! | Sep 17 21:02:15.584 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.584 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.585 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.585 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.585 INFO kablam! Sep 17 21:02:15.585 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.585 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.585 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.585 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.585 INFO kablam! Sep 17 21:02:15.585 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.585 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.585 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.585 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.585 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.585 INFO kablam! Sep 17 21:02:15.585 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.585 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.585 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.585 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.585 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.585 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.585 INFO kablam! Sep 17 21:02:15.585 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.585 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.585 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 17 21:02:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.585 INFO kablam! | Sep 17 21:02:15.587 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.587 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.587 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.588 INFO kablam! Sep 17 21:02:15.588 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.588 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.588 INFO kablam! Sep 17 21:02:15.588 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.588 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.588 INFO kablam! Sep 17 21:02:15.588 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.588 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.588 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.588 INFO kablam! Sep 17 21:02:15.588 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.588 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.588 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.588 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.588 INFO kablam! Sep 17 21:02:15.588 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.588 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 17 21:02:15.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.588 INFO kablam! | Sep 17 21:02:15.588 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.588 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.588 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.588 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.588 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.589 INFO kablam! Sep 17 21:02:15.589 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.589 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:15.589 INFO kablam! | Sep 17 21:02:15.589 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.589 INFO kablam! | Sep 17 21:02:15.589 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.589 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.589 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.589 INFO kablam! Sep 17 21:02:15.589 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.589 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:15.589 INFO kablam! | Sep 17 21:02:15.589 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.590 INFO kablam! | Sep 17 21:02:15.590 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.591 INFO kablam! Sep 17 21:02:15.591 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.591 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:15.591 INFO kablam! | Sep 17 21:02:15.591 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.591 INFO kablam! | Sep 17 21:02:15.591 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.591 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.591 INFO kablam! Sep 17 21:02:15.591 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.591 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:15.591 INFO kablam! | Sep 17 21:02:15.591 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.591 INFO kablam! | Sep 17 21:02:15.591 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.591 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.591 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.591 INFO kablam! Sep 17 21:02:15.591 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.591 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 17 21:02:15.591 INFO kablam! | Sep 17 21:02:15.591 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 17 21:02:15.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.591 INFO kablam! | Sep 17 21:02:15.591 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.591 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.591 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.592 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.592 INFO kablam! Sep 17 21:02:15.592 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.592 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:15.592 INFO kablam! | Sep 17 21:02:15.592 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.592 INFO kablam! | Sep 17 21:02:15.592 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.592 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.592 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.592 INFO kablam! Sep 17 21:02:15.592 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.592 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:15.592 INFO kablam! | Sep 17 21:02:15.592 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.592 INFO kablam! | Sep 17 21:02:15.592 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.592 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.592 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.592 INFO kablam! Sep 17 21:02:15.592 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.592 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:15.592 INFO kablam! | Sep 17 21:02:15.592 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.592 INFO kablam! | Sep 17 21:02:15.592 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.592 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.592 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.599 INFO kablam! Sep 17 21:02:15.599 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.599 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:15.599 INFO kablam! | Sep 17 21:02:15.599 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.599 INFO kablam! | Sep 17 21:02:15.599 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.599 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.599 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.599 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.599 INFO kablam! Sep 17 21:02:15.599 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.599 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 17 21:02:15.599 INFO kablam! | Sep 17 21:02:15.599 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 17 21:02:15.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.599 INFO kablam! | Sep 17 21:02:15.599 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.599 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.599 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.599 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.599 INFO kablam! Sep 17 21:02:15.599 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.599 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:15.599 INFO kablam! | Sep 17 21:02:15.600 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.600 INFO kablam! | Sep 17 21:02:15.600 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.600 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.600 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.600 INFO kablam! Sep 17 21:02:15.606 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.606 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.606 INFO kablam! Sep 17 21:02:15.606 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.606 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.606 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.606 INFO kablam! Sep 17 21:02:15.606 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.606 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.606 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.606 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.606 INFO kablam! Sep 17 21:02:15.606 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.606 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 17 21:02:15.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.606 INFO kablam! | Sep 17 21:02:15.606 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.607 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.607 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.607 INFO kablam! Sep 17 21:02:15.607 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.607 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.607 INFO kablam! Sep 17 21:02:15.607 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.607 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.607 INFO kablam! Sep 17 21:02:15.607 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.607 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.607 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.607 INFO kablam! Sep 17 21:02:15.607 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.607 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.607 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.607 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.607 INFO kablam! Sep 17 21:02:15.607 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.607 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 17 21:02:15.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.607 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.607 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.607 INFO kablam! Sep 17 21:02:15.607 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.607 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.607 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.607 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.608 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.608 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.608 INFO kablam! Sep 17 21:02:15.608 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.608 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.608 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.608 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.608 INFO kablam! Sep 17 21:02:15.608 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.608 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.608 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.608 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.608 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.608 INFO kablam! Sep 17 21:02:15.608 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.608 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.608 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.608 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.608 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.608 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.608 INFO kablam! Sep 17 21:02:15.608 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.608 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 17 21:02:15.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.608 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.608 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.608 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.608 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.608 INFO kablam! Sep 17 21:02:15.608 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.608 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.608 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.608 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.609 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.609 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.609 INFO kablam! Sep 17 21:02:15.609 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.609 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.609 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.609 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.609 INFO kablam! Sep 17 21:02:15.609 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.609 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.609 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.609 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.609 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.609 INFO kablam! Sep 17 21:02:15.609 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.609 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.609 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.609 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.609 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.609 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.609 INFO kablam! Sep 17 21:02:15.609 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.609 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 17 21:02:15.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.609 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.609 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.609 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.609 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.609 INFO kablam! Sep 17 21:02:15.609 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.609 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.609 INFO kablam! | Sep 17 21:02:15.609 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.609 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.609 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.609 INFO kablam! Sep 17 21:02:15.610 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.610 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.610 INFO kablam! Sep 17 21:02:15.610 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.610 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.610 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.610 INFO kablam! Sep 17 21:02:15.610 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.610 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.610 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.610 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.610 INFO kablam! Sep 17 21:02:15.610 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.610 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 17 21:02:15.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.610 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.610 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.610 INFO kablam! Sep 17 21:02:15.610 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.610 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:15.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.610 INFO kablam! | Sep 17 21:02:15.610 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.611 INFO kablam! Sep 17 21:02:15.611 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.611 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:15.611 INFO kablam! | Sep 17 21:02:15.611 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:15.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.611 INFO kablam! | Sep 17 21:02:15.611 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.611 INFO kablam! Sep 17 21:02:15.611 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.611 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:15.611 INFO kablam! | Sep 17 21:02:15.611 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:15.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.611 INFO kablam! | Sep 17 21:02:15.611 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.611 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.611 INFO kablam! Sep 17 21:02:15.611 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.611 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:15.611 INFO kablam! | Sep 17 21:02:15.611 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:15.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.611 INFO kablam! | Sep 17 21:02:15.611 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.611 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.611 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.611 INFO kablam! Sep 17 21:02:15.611 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.611 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 17 21:02:15.611 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 17 21:02:15.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.612 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.612 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.612 INFO kablam! Sep 17 21:02:15.612 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.612 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.612 INFO kablam! Sep 17 21:02:15.612 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.612 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.612 INFO kablam! Sep 17 21:02:15.612 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.612 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.612 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.612 INFO kablam! Sep 17 21:02:15.612 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.612 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.612 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.612 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.612 INFO kablam! Sep 17 21:02:15.612 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.612 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.612 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 17 21:02:15.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.612 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.613 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.613 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.613 INFO kablam! Sep 17 21:02:15.613 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.613 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.613 INFO kablam! Sep 17 21:02:15.613 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.613 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.613 INFO kablam! Sep 17 21:02:15.613 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.613 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.613 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.613 INFO kablam! Sep 17 21:02:15.613 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.613 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.613 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.613 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.613 INFO kablam! Sep 17 21:02:15.613 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.613 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 17 21:02:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.613 INFO kablam! | Sep 17 21:02:15.613 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.613 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.614 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.614 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.614 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.614 INFO kablam! Sep 17 21:02:15.614 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.614 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.614 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.614 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.614 INFO kablam! Sep 17 21:02:15.614 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.614 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.614 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.614 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.614 INFO kablam! Sep 17 21:02:15.614 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.614 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.614 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.614 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.614 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.614 INFO kablam! Sep 17 21:02:15.614 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.614 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.614 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.614 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.614 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.614 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.614 INFO kablam! Sep 17 21:02:15.614 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.614 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 17 21:02:15.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.614 INFO kablam! | Sep 17 21:02:15.614 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.614 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.614 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.615 INFO kablam! Sep 17 21:02:15.615 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.615 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.615 INFO kablam! Sep 17 21:02:15.615 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.615 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.615 INFO kablam! Sep 17 21:02:15.615 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.615 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.615 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.615 INFO kablam! Sep 17 21:02:15.615 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.615 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.615 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.615 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.615 INFO kablam! Sep 17 21:02:15.615 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.615 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 17 21:02:15.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.615 INFO kablam! | Sep 17 21:02:15.615 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.615 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.615 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.615 INFO kablam! Sep 17 21:02:15.616 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.616 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.616 INFO kablam! Sep 17 21:02:15.616 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.616 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.616 INFO kablam! Sep 17 21:02:15.616 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.616 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.616 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.616 INFO kablam! Sep 17 21:02:15.616 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.616 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.616 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.616 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.616 INFO kablam! Sep 17 21:02:15.616 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.616 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 17 21:02:15.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.616 INFO kablam! | Sep 17 21:02:15.616 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.616 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.616 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.616 INFO kablam! Sep 17 21:02:15.616 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.616 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.617 INFO kablam! Sep 17 21:02:15.617 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.617 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.617 INFO kablam! Sep 17 21:02:15.617 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.617 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.617 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.617 INFO kablam! Sep 17 21:02:15.617 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.617 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.617 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.617 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.617 INFO kablam! Sep 17 21:02:15.617 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.617 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 17 21:02:15.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.617 INFO kablam! | Sep 17 21:02:15.617 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.617 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.617 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.617 INFO kablam! Sep 17 21:02:15.617 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.617 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.618 INFO kablam! Sep 17 21:02:15.618 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.618 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.618 INFO kablam! Sep 17 21:02:15.618 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.618 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.618 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.618 INFO kablam! Sep 17 21:02:15.618 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.618 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.618 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.618 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.618 INFO kablam! Sep 17 21:02:15.618 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.618 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 17 21:02:15.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.618 INFO kablam! | Sep 17 21:02:15.618 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.618 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.618 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.618 INFO kablam! Sep 17 21:02:15.619 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.619 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.619 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.619 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.619 INFO kablam! Sep 17 21:02:15.619 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.619 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.619 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.619 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.619 INFO kablam! Sep 17 21:02:15.619 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.619 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.619 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.619 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.619 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.619 INFO kablam! Sep 17 21:02:15.619 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.619 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.619 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.619 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.619 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.619 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.619 INFO kablam! Sep 17 21:02:15.619 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.619 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.619 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 17 21:02:15.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.619 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.620 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.620 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.620 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.620 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.620 INFO kablam! Sep 17 21:02:15.620 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.620 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.620 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.620 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.620 INFO kablam! Sep 17 21:02:15.620 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.620 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.620 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.620 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.620 INFO kablam! Sep 17 21:02:15.620 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.620 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.620 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.620 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.620 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.620 INFO kablam! Sep 17 21:02:15.620 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.620 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.620 INFO kablam! | Sep 17 21:02:15.620 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.620 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.620 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.620 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.620 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.620 INFO kablam! Sep 17 21:02:15.620 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.620 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 17 21:02:15.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.621 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.621 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.621 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.621 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.621 INFO kablam! Sep 17 21:02:15.621 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.621 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.621 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.621 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.621 INFO kablam! Sep 17 21:02:15.621 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.621 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.621 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.621 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.621 INFO kablam! Sep 17 21:02:15.621 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.621 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.621 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.621 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.621 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.621 INFO kablam! Sep 17 21:02:15.621 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.621 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.621 INFO kablam! | Sep 17 21:02:15.621 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.621 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.621 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.621 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.621 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.621 INFO kablam! Sep 17 21:02:15.621 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.622 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 17 21:02:15.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.622 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.622 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.622 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.622 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.622 INFO kablam! Sep 17 21:02:15.622 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.622 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.622 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.622 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.622 INFO kablam! Sep 17 21:02:15.622 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.622 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.622 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.622 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.622 INFO kablam! Sep 17 21:02:15.622 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.622 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.622 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.622 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.622 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.622 INFO kablam! Sep 17 21:02:15.622 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.622 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.622 INFO kablam! | Sep 17 21:02:15.622 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.622 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.623 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.623 INFO kablam! Sep 17 21:02:15.623 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.623 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 17 21:02:15.623 INFO kablam! | Sep 17 21:02:15.623 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 17 21:02:15.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.623 INFO kablam! | Sep 17 21:02:15.623 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.623 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.623 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.623 INFO kablam! Sep 17 21:02:15.623 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.623 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.623 INFO kablam! | Sep 17 21:02:15.623 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:15.623 INFO kablam! | Sep 17 21:02:15.623 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:15.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.623 INFO kablam! Sep 17 21:02:15.623 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.623 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.623 INFO kablam! | Sep 17 21:02:15.623 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:15.623 INFO kablam! | Sep 17 21:02:15.623 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:15.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.623 INFO kablam! Sep 17 21:02:15.623 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.623 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.623 INFO kablam! | Sep 17 21:02:15.623 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.627 INFO kablam! | Sep 17 21:02:15.627 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.627 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.627 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.627 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.627 INFO kablam! Sep 17 21:02:15.627 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.627 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.627 INFO kablam! | Sep 17 21:02:15.627 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.627 INFO kablam! | Sep 17 21:02:15.627 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.627 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.627 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.627 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.627 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.627 INFO kablam! Sep 17 21:02:15.627 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.627 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 17 21:02:15.627 INFO kablam! | Sep 17 21:02:15.627 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 17 21:02:15.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.627 INFO kablam! | Sep 17 21:02:15.627 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.627 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.628 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.628 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.628 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.628 INFO kablam! Sep 17 21:02:15.628 INFO kablam! error: the trait bound `D: core::dimension::Dim` is not satisfied Sep 17 21:02:15.628 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 17 21:02:15.628 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.628 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.628 INFO kablam! Sep 17 21:02:15.628 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.628 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.628 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.628 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.628 INFO kablam! Sep 17 21:02:15.628 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.628 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.628 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.628 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.628 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.628 INFO kablam! Sep 17 21:02:15.628 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.628 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.628 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.628 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.628 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.628 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.628 INFO kablam! Sep 17 21:02:15.628 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.628 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! 371 | Matrix>; Sep 17 21:02:15.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.628 INFO kablam! | Sep 17 21:02:15.628 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.628 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.628 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.629 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.629 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.629 INFO kablam! Sep 17 21:02:15.629 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.629 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.629 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.629 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.629 INFO kablam! Sep 17 21:02:15.629 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.629 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.629 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.629 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.629 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.629 INFO kablam! Sep 17 21:02:15.629 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.629 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.629 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.629 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.629 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.629 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.629 INFO kablam! Sep 17 21:02:15.629 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.629 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 17 21:02:15.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.629 INFO kablam! | Sep 17 21:02:15.629 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.629 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.629 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.629 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.629 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.630 INFO kablam! Sep 17 21:02:15.630 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.630 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.630 INFO kablam! | Sep 17 21:02:15.630 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.630 INFO kablam! | Sep 17 21:02:15.630 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.630 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.630 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.630 INFO kablam! Sep 17 21:02:15.630 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.630 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.630 INFO kablam! | Sep 17 21:02:15.630 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.630 INFO kablam! | Sep 17 21:02:15.630 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.630 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.630 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.630 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.630 INFO kablam! Sep 17 21:02:15.630 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.630 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.630 INFO kablam! | Sep 17 21:02:15.630 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.630 INFO kablam! | Sep 17 21:02:15.630 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.630 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.630 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.630 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.630 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.630 INFO kablam! Sep 17 21:02:15.630 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.630 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 17 21:02:15.630 INFO kablam! | Sep 17 21:02:15.630 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 17 21:02:15.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.631 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.631 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.631 INFO kablam! Sep 17 21:02:15.631 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.631 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.631 INFO kablam! Sep 17 21:02:15.631 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.631 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.631 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.631 INFO kablam! Sep 17 21:02:15.631 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.631 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.631 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.631 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.631 INFO kablam! Sep 17 21:02:15.631 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.631 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 17 21:02:15.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.631 INFO kablam! | Sep 17 21:02:15.631 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.631 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.631 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.632 INFO kablam! Sep 17 21:02:15.632 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.632 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.632 INFO kablam! Sep 17 21:02:15.632 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.632 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.632 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.632 INFO kablam! Sep 17 21:02:15.632 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.632 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.632 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.632 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.632 INFO kablam! Sep 17 21:02:15.632 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.632 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 17 21:02:15.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.632 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.632 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.632 INFO kablam! Sep 17 21:02:15.632 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.632 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.632 INFO kablam! | Sep 17 21:02:15.632 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.633 INFO kablam! | Sep 17 21:02:15.633 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.633 INFO kablam! Sep 17 21:02:15.635 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.635 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.635 INFO kablam! | Sep 17 21:02:15.635 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.635 INFO kablam! | Sep 17 21:02:15.635 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.635 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.635 INFO kablam! Sep 17 21:02:15.635 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.635 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.635 INFO kablam! | Sep 17 21:02:15.635 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.635 INFO kablam! | Sep 17 21:02:15.635 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.635 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.635 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.635 INFO kablam! Sep 17 21:02:15.635 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.635 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 17 21:02:15.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.636 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.636 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.636 INFO kablam! Sep 17 21:02:15.636 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.636 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.636 INFO kablam! Sep 17 21:02:15.636 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.636 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.636 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.636 INFO kablam! Sep 17 21:02:15.636 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.636 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.636 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.636 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.636 INFO kablam! Sep 17 21:02:15.636 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.636 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 17 21:02:15.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.636 INFO kablam! | Sep 17 21:02:15.636 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.636 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.636 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.636 INFO kablam! Sep 17 21:02:15.637 INFO kablam! error: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 17 21:02:15.637 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 17 21:02:15.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.637 INFO kablam! Sep 17 21:02:15.637 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.637 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.637 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.637 INFO kablam! Sep 17 21:02:15.637 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.637 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.637 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.637 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.637 INFO kablam! Sep 17 21:02:15.637 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.637 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 17 21:02:15.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.637 INFO kablam! | Sep 17 21:02:15.637 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.637 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.637 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.637 INFO kablam! Sep 17 21:02:15.722 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 17 21:02:15.723 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.723 INFO kablam! | Sep 17 21:02:15.723 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.723 INFO kablam! | Sep 17 21:02:15.723 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 17 21:02:15.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.723 INFO kablam! Sep 17 21:02:15.723 INFO kablam! error: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 17 21:02:15.723 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.723 INFO kablam! | Sep 17 21:02:15.723 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 17 21:02:15.723 INFO kablam! | Sep 17 21:02:15.723 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 17 21:02:15.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.723 INFO kablam! Sep 17 21:02:15.723 INFO kablam! error: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 17 21:02:15.723 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.723 INFO kablam! | Sep 17 21:02:15.723 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 17 21:02:15.723 INFO kablam! | Sep 17 21:02:15.723 INFO kablam! = help: the following implementations were found: Sep 17 21:02:15.723 INFO kablam! > Sep 17 21:02:15.724 INFO kablam! > Sep 17 21:02:15.724 INFO kablam! > Sep 17 21:02:15.724 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.724 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.724 INFO kablam! Sep 17 21:02:15.725 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.725 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.725 INFO kablam! | Sep 17 21:02:15.730 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.731 INFO kablam! | Sep 17 21:02:15.731 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.731 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.731 INFO kablam! Sep 17 21:02:15.731 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.731 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.731 INFO kablam! | Sep 17 21:02:15.731 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.731 INFO kablam! | Sep 17 21:02:15.731 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.731 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.731 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.731 INFO kablam! Sep 17 21:02:15.731 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.731 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 17 21:02:15.731 INFO kablam! | Sep 17 21:02:15.731 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 21:02:15.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.731 INFO kablam! | Sep 17 21:02:15.731 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.734 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.734 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.735 INFO kablam! Sep 17 21:02:15.746 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.747 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:15.747 INFO kablam! | Sep 17 21:02:15.747 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:15.747 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.747 INFO kablam! | Sep 17 21:02:15.747 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.747 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.747 INFO kablam! Sep 17 21:02:15.747 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.747 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:15.747 INFO kablam! | Sep 17 21:02:15.747 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:15.747 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.747 INFO kablam! | Sep 17 21:02:15.750 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.751 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.751 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.751 INFO kablam! Sep 17 21:02:15.751 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.751 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 17 21:02:15.751 INFO kablam! | Sep 17 21:02:15.751 INFO kablam! 6 | pub type Point1 = Point; Sep 17 21:02:15.751 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.751 INFO kablam! | Sep 17 21:02:15.751 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.751 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.751 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.754 INFO kablam! Sep 17 21:02:15.755 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.755 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:15.755 INFO kablam! | Sep 17 21:02:15.755 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:15.755 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.755 INFO kablam! | Sep 17 21:02:15.755 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.755 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.755 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.755 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.755 INFO kablam! Sep 17 21:02:15.755 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.755 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:15.755 INFO kablam! | Sep 17 21:02:15.755 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:15.755 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.758 INFO kablam! | Sep 17 21:02:15.759 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.759 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.759 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.759 INFO kablam! Sep 17 21:02:15.759 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.759 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 17 21:02:15.759 INFO kablam! | Sep 17 21:02:15.759 INFO kablam! 8 | pub type Point2 = Point; Sep 17 21:02:15.759 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.759 INFO kablam! | Sep 17 21:02:15.759 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.759 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.759 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.759 INFO kablam! Sep 17 21:02:15.762 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.763 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:15.763 INFO kablam! | Sep 17 21:02:15.763 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:15.763 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.763 INFO kablam! | Sep 17 21:02:15.763 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.763 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.763 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.763 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.763 INFO kablam! Sep 17 21:02:15.763 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.763 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:15.763 INFO kablam! | Sep 17 21:02:15.763 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:15.763 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.763 INFO kablam! | Sep 17 21:02:15.763 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.764 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.764 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.764 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.764 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.764 INFO kablam! Sep 17 21:02:15.765 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.765 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 17 21:02:15.765 INFO kablam! | Sep 17 21:02:15.765 INFO kablam! 10 | pub type Point3 = Point; Sep 17 21:02:15.765 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.766 INFO kablam! | Sep 17 21:02:15.766 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.766 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.770 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.770 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.771 INFO kablam! Sep 17 21:02:15.771 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.771 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:15.771 INFO kablam! | Sep 17 21:02:15.771 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:15.771 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.771 INFO kablam! | Sep 17 21:02:15.771 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.771 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.771 INFO kablam! Sep 17 21:02:15.771 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.771 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:15.771 INFO kablam! | Sep 17 21:02:15.771 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:15.771 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.771 INFO kablam! | Sep 17 21:02:15.774 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.774 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.775 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.775 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.775 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.775 INFO kablam! Sep 17 21:02:15.775 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.775 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 17 21:02:15.775 INFO kablam! | Sep 17 21:02:15.775 INFO kablam! 12 | pub type Point4 = Point; Sep 17 21:02:15.775 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.775 INFO kablam! | Sep 17 21:02:15.775 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.775 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.775 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.775 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.775 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.775 INFO kablam! Sep 17 21:02:15.776 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.782 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:15.783 INFO kablam! | Sep 17 21:02:15.783 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:15.783 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.783 INFO kablam! | Sep 17 21:02:15.783 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.783 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.783 INFO kablam! Sep 17 21:02:15.783 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.783 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:15.783 INFO kablam! | Sep 17 21:02:15.783 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:15.783 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.783 INFO kablam! | Sep 17 21:02:15.783 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.783 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.783 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.783 INFO kablam! Sep 17 21:02:15.783 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.783 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 17 21:02:15.783 INFO kablam! | Sep 17 21:02:15.783 INFO kablam! 14 | pub type Point5 = Point; Sep 17 21:02:15.783 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.783 INFO kablam! | Sep 17 21:02:15.783 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.783 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.783 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.783 INFO kablam! Sep 17 21:02:15.784 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.784 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:15.784 INFO kablam! | Sep 17 21:02:15.784 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:15.785 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.785 INFO kablam! | Sep 17 21:02:15.785 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.785 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.786 INFO kablam! Sep 17 21:02:15.786 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.786 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:15.787 INFO kablam! | Sep 17 21:02:15.787 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:15.787 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.787 INFO kablam! | Sep 17 21:02:15.787 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.787 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.787 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.788 INFO kablam! Sep 17 21:02:15.788 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.788 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 17 21:02:15.788 INFO kablam! | Sep 17 21:02:15.788 INFO kablam! 16 | pub type Point6 = Point; Sep 17 21:02:15.788 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.789 INFO kablam! | Sep 17 21:02:15.789 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.789 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.790 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.795 INFO kablam! Sep 17 21:02:15.876 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.878 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:15.879 INFO kablam! | Sep 17 21:02:15.879 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:15.879 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.879 INFO kablam! | Sep 17 21:02:15.879 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.879 INFO kablam! Sep 17 21:02:15.879 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.879 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:15.879 INFO kablam! | Sep 17 21:02:15.879 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:15.879 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.879 INFO kablam! | Sep 17 21:02:15.879 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.880 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.880 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.882 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.883 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.883 INFO kablam! Sep 17 21:02:15.883 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.883 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 17 21:02:15.883 INFO kablam! | Sep 17 21:02:15.883 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 21:02:15.883 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.883 INFO kablam! | Sep 17 21:02:15.883 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.883 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.883 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.883 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.883 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.883 INFO kablam! Sep 17 21:02:15.885 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.885 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:15.885 INFO kablam! | Sep 17 21:02:15.885 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:15.885 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.885 INFO kablam! | Sep 17 21:02:15.885 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.886 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.886 INFO kablam! Sep 17 21:02:15.887 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.887 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:15.887 INFO kablam! | Sep 17 21:02:15.887 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:15.887 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.887 INFO kablam! | Sep 17 21:02:15.888 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.888 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.888 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.889 INFO kablam! Sep 17 21:02:15.890 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.890 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 17 21:02:15.890 INFO kablam! | Sep 17 21:02:15.890 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 21:02:15.890 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.890 INFO kablam! | Sep 17 21:02:15.890 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.890 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.890 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.891 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.891 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.891 INFO kablam! Sep 17 21:02:15.906 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:15.907 INFO kablam! --> src/geometry/quaternion.rs:333:30 Sep 17 21:02:15.907 INFO kablam! | Sep 17 21:02:15.907 INFO kablam! 333 | pub type UnitQuaternion = Unit>; Sep 17 21:02:15.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:15.907 INFO kablam! | Sep 17 21:02:15.907 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:15.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.911 INFO kablam! Sep 17 21:02:15.923 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.924 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:15.924 INFO kablam! | Sep 17 21:02:15.924 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:15.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.925 INFO kablam! | Sep 17 21:02:15.925 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.925 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.926 INFO kablam! Sep 17 21:02:15.926 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.926 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:15.926 INFO kablam! | Sep 17 21:02:15.926 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:15.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.927 INFO kablam! | Sep 17 21:02:15.927 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.927 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.928 INFO kablam! Sep 17 21:02:15.928 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.929 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:15.929 INFO kablam! | Sep 17 21:02:15.929 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:15.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.929 INFO kablam! | Sep 17 21:02:15.929 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.930 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.930 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.930 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.930 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.930 INFO kablam! Sep 17 21:02:15.934 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:15.934 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:15.935 INFO kablam! | Sep 17 21:02:15.935 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:15.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:15.935 INFO kablam! | Sep 17 21:02:15.935 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:15.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.935 INFO kablam! Sep 17 21:02:15.935 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:15.935 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:15.935 INFO kablam! | Sep 17 21:02:15.935 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:15.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:15.935 INFO kablam! | Sep 17 21:02:15.935 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:15.935 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:15.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.935 INFO kablam! Sep 17 21:02:15.935 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:15.935 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:15.935 INFO kablam! | Sep 17 21:02:15.935 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:15.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:15.935 INFO kablam! | Sep 17 21:02:15.936 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:15.936 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:15.936 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:15.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:15.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:15.936 INFO kablam! Sep 17 21:02:16.050 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.051 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 17 21:02:16.051 INFO kablam! | Sep 17 21:02:16.051 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 17 21:02:16.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.051 INFO kablam! | Sep 17 21:02:16.051 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.051 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.051 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.054 INFO kablam! Sep 17 21:02:16.074 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.075 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 17 21:02:16.075 INFO kablam! | Sep 17 21:02:16.075 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 17 21:02:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.075 INFO kablam! | Sep 17 21:02:16.075 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.075 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.075 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.075 INFO kablam! Sep 17 21:02:16.075 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.075 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 17 21:02:16.075 INFO kablam! | Sep 17 21:02:16.075 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 17 21:02:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.075 INFO kablam! | Sep 17 21:02:16.075 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.075 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.075 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.075 INFO kablam! Sep 17 21:02:16.075 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.075 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 17 21:02:16.075 INFO kablam! | Sep 17 21:02:16.075 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 17 21:02:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.075 INFO kablam! | Sep 17 21:02:16.075 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.075 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.075 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.075 INFO kablam! Sep 17 21:02:16.151 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.151 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 17 21:02:16.151 INFO kablam! | Sep 17 21:02:16.151 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 17 21:02:16.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.151 INFO kablam! | Sep 17 21:02:16.151 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.151 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.151 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.151 INFO kablam! Sep 17 21:02:16.154 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.155 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:16.155 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:16.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:16.155 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 17 21:02:16.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:16.155 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:16.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! Sep 17 21:02:16.155 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.155 INFO kablam! Sep 17 21:02:16.155 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:16.155 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:16.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:16.155 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:16.155 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:16.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.155 INFO kablam! Sep 17 21:02:16.155 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:16.155 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 21:02:16.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:16.155 INFO kablam! | Sep 17 21:02:16.155 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:16.155 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:16.155 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:16.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.155 INFO kablam! Sep 17 21:02:16.162 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:16.163 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:16.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:16.163 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:16.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.163 INFO kablam! Sep 17 21:02:16.163 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:16.163 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:16.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:16.163 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:16.163 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:16.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.163 INFO kablam! Sep 17 21:02:16.163 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:16.163 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 21:02:16.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:16.163 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:16.163 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:16.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.163 INFO kablam! Sep 17 21:02:16.163 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.163 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 17 21:02:16.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.163 INFO kablam! | Sep 17 21:02:16.163 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.163 INFO kablam! Sep 17 21:02:16.168 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.168 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 17 21:02:16.168 INFO kablam! | Sep 17 21:02:16.168 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 17 21:02:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.168 INFO kablam! | Sep 17 21:02:16.169 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.169 INFO kablam! Sep 17 21:02:16.238 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.239 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 17 21:02:16.239 INFO kablam! | Sep 17 21:02:16.239 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 17 21:02:16.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.239 INFO kablam! | Sep 17 21:02:16.239 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.239 INFO kablam! Sep 17 21:02:16.239 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.239 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 17 21:02:16.239 INFO kablam! | Sep 17 21:02:16.239 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 17 21:02:16.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.239 INFO kablam! | Sep 17 21:02:16.239 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.239 INFO kablam! Sep 17 21:02:16.239 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.239 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 17 21:02:16.239 INFO kablam! | Sep 17 21:02:16.239 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 17 21:02:16.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.239 INFO kablam! | Sep 17 21:02:16.239 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.242 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.243 INFO kablam! Sep 17 21:02:16.243 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.243 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 17 21:02:16.243 INFO kablam! | Sep 17 21:02:16.243 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 17 21:02:16.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.243 INFO kablam! | Sep 17 21:02:16.243 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.243 INFO kablam! Sep 17 21:02:16.286 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.287 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 17 21:02:16.287 INFO kablam! | Sep 17 21:02:16.287 INFO kablam! 6 | pub type Transform2 = Transform; Sep 17 21:02:16.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.287 INFO kablam! | Sep 17 21:02:16.299 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.314 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.315 INFO kablam! Sep 17 21:02:16.315 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.315 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 17 21:02:16.315 INFO kablam! | Sep 17 21:02:16.315 INFO kablam! 8 | pub type Projective2 = Transform; Sep 17 21:02:16.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.315 INFO kablam! | Sep 17 21:02:16.315 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.315 INFO kablam! Sep 17 21:02:16.315 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.315 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 17 21:02:16.315 INFO kablam! | Sep 17 21:02:16.315 INFO kablam! 10 | pub type Affine2 = Transform; Sep 17 21:02:16.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.315 INFO kablam! | Sep 17 21:02:16.315 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.315 INFO kablam! Sep 17 21:02:16.315 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.315 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 17 21:02:16.315 INFO kablam! | Sep 17 21:02:16.315 INFO kablam! 13 | pub type Transform3 = Transform; Sep 17 21:02:16.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.315 INFO kablam! | Sep 17 21:02:16.315 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.315 INFO kablam! Sep 17 21:02:16.315 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.315 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 17 21:02:16.315 INFO kablam! | Sep 17 21:02:16.330 INFO kablam! 15 | pub type Projective3 = Transform; Sep 17 21:02:16.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.331 INFO kablam! Sep 17 21:02:16.331 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.331 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 17 21:02:16.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.331 INFO kablam! Sep 17 21:02:16.331 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.331 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 17 21:02:16.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.331 INFO kablam! Sep 17 21:02:16.331 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.331 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 17 21:02:16.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.331 INFO kablam! Sep 17 21:02:16.331 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.331 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 17 21:02:16.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.331 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.331 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! 17 | pub type Affine3 = Transform; Sep 17 21:02:16.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.331 INFO kablam! | Sep 17 21:02:16.331 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.332 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.332 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.332 INFO kablam! Sep 17 21:02:16.332 INFO kablam! | Sep 17 21:02:16.332 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.332 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.332 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.332 INFO kablam! Sep 17 21:02:16.382 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.386 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! 6 | pub type Transform2 = Transform; Sep 17 21:02:16.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.387 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.387 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.387 INFO kablam! Sep 17 21:02:16.387 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.387 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! 8 | pub type Projective2 = Transform; Sep 17 21:02:16.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.387 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.387 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.387 INFO kablam! Sep 17 21:02:16.387 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.387 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! 10 | pub type Affine2 = Transform; Sep 17 21:02:16.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.387 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.387 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.387 INFO kablam! Sep 17 21:02:16.387 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.387 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! 13 | pub type Transform3 = Transform; Sep 17 21:02:16.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.387 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.387 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.387 INFO kablam! Sep 17 21:02:16.387 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.387 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! 15 | pub type Projective3 = Transform; Sep 17 21:02:16.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.387 INFO kablam! | Sep 17 21:02:16.387 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.391 INFO kablam! Sep 17 21:02:16.391 INFO kablam! error: the trait bound `N: alga::general::Real` is not satisfied Sep 17 21:02:16.391 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 17 21:02:16.391 INFO kablam! | Sep 17 21:02:16.391 INFO kablam! 17 | pub type Affine3 = Transform; Sep 17 21:02:16.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 17 21:02:16.391 INFO kablam! | Sep 17 21:02:16.391 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 17 21:02:16.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.391 INFO kablam! Sep 17 21:02:16.587 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.587 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.590 INFO kablam! | Sep 17 21:02:16.591 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.591 INFO kablam! ... Sep 17 21:02:16.591 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.591 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.591 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.591 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.591 INFO kablam! ... | Sep 17 21:02:16.591 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.591 INFO kablam! 189 | | ); Sep 17 21:02:16.591 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.591 INFO kablam! | Sep 17 21:02:16.591 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.591 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 17 21:02:16.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.591 INFO kablam! Sep 17 21:02:16.591 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.591 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.591 INFO kablam! | Sep 17 21:02:16.591 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.591 INFO kablam! ... Sep 17 21:02:16.591 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.591 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.594 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.595 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.595 INFO kablam! ... | Sep 17 21:02:16.595 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.595 INFO kablam! 189 | | ); Sep 17 21:02:16.595 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.595 INFO kablam! | Sep 17 21:02:16.595 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.595 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 17 21:02:16.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.595 INFO kablam! Sep 17 21:02:16.598 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.599 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.599 INFO kablam! | Sep 17 21:02:16.599 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.599 INFO kablam! ... Sep 17 21:02:16.599 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.599 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.599 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.599 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.599 INFO kablam! ... | Sep 17 21:02:16.599 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.599 INFO kablam! 189 | | ); Sep 17 21:02:16.599 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.599 INFO kablam! | Sep 17 21:02:16.599 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.599 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 17 21:02:16.599 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.599 INFO kablam! Sep 17 21:02:16.602 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.603 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.603 INFO kablam! | Sep 17 21:02:16.603 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.603 INFO kablam! ... Sep 17 21:02:16.603 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.603 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.603 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.603 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.603 INFO kablam! ... | Sep 17 21:02:16.603 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.603 INFO kablam! 189 | | ); Sep 17 21:02:16.603 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.603 INFO kablam! | Sep 17 21:02:16.603 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.603 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 17 21:02:16.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.603 INFO kablam! Sep 17 21:02:16.606 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.606 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.607 INFO kablam! | Sep 17 21:02:16.607 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.607 INFO kablam! ... Sep 17 21:02:16.607 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.607 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.607 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.607 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.607 INFO kablam! ... | Sep 17 21:02:16.607 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.607 INFO kablam! 189 | | ); Sep 17 21:02:16.607 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.607 INFO kablam! | Sep 17 21:02:16.607 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.607 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 17 21:02:16.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.611 INFO kablam! Sep 17 21:02:16.611 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.611 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.611 INFO kablam! | Sep 17 21:02:16.611 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.611 INFO kablam! ... Sep 17 21:02:16.611 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.611 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.611 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.611 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.611 INFO kablam! ... | Sep 17 21:02:16.611 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.611 INFO kablam! 189 | | ); Sep 17 21:02:16.611 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.611 INFO kablam! | Sep 17 21:02:16.611 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.611 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 17 21:02:16.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.611 INFO kablam! Sep 17 21:02:16.615 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.615 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.615 INFO kablam! | Sep 17 21:02:16.615 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.615 INFO kablam! ... Sep 17 21:02:16.615 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.615 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.615 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.615 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.615 INFO kablam! ... | Sep 17 21:02:16.615 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.615 INFO kablam! 189 | | ); Sep 17 21:02:16.615 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.615 INFO kablam! | Sep 17 21:02:16.615 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.615 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 17 21:02:16.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.615 INFO kablam! Sep 17 21:02:16.615 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.615 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.615 INFO kablam! | Sep 17 21:02:16.615 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.615 INFO kablam! ... Sep 17 21:02:16.615 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.615 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.615 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.615 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.616 INFO kablam! ... | Sep 17 21:02:16.616 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.616 INFO kablam! 189 | | ); Sep 17 21:02:16.616 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.616 INFO kablam! | Sep 17 21:02:16.616 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.616 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 17 21:02:16.616 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.616 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.622 INFO kablam! Sep 17 21:02:16.622 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.623 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.623 INFO kablam! | Sep 17 21:02:16.623 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.623 INFO kablam! ... Sep 17 21:02:16.623 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.623 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.623 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.623 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.623 INFO kablam! ... | Sep 17 21:02:16.623 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.623 INFO kablam! 189 | | ); Sep 17 21:02:16.623 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.623 INFO kablam! | Sep 17 21:02:16.623 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.623 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 17 21:02:16.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.623 INFO kablam! Sep 17 21:02:16.623 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.623 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.623 INFO kablam! | Sep 17 21:02:16.623 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.623 INFO kablam! ... Sep 17 21:02:16.623 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.623 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.623 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.623 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.623 INFO kablam! ... | Sep 17 21:02:16.623 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.623 INFO kablam! 189 | | ); Sep 17 21:02:16.623 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.623 INFO kablam! | Sep 17 21:02:16.623 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.623 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 17 21:02:16.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.623 INFO kablam! Sep 17 21:02:16.634 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.635 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.635 INFO kablam! | Sep 17 21:02:16.635 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.635 INFO kablam! ... Sep 17 21:02:16.635 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.635 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.635 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.635 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.635 INFO kablam! ... | Sep 17 21:02:16.635 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.635 INFO kablam! 189 | | ); Sep 17 21:02:16.635 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.635 INFO kablam! | Sep 17 21:02:16.635 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.635 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 17 21:02:16.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.635 INFO kablam! Sep 17 21:02:16.635 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.635 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.635 INFO kablam! | Sep 17 21:02:16.635 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.635 INFO kablam! ... Sep 17 21:02:16.635 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.635 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.635 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.635 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.635 INFO kablam! ... | Sep 17 21:02:16.635 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.635 INFO kablam! 189 | | ); Sep 17 21:02:16.635 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.635 INFO kablam! | Sep 17 21:02:16.635 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.635 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 17 21:02:16.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.635 INFO kablam! Sep 17 21:02:16.635 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.635 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.635 INFO kablam! | Sep 17 21:02:16.635 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.635 INFO kablam! ... Sep 17 21:02:16.635 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.635 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.635 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.635 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.635 INFO kablam! ... | Sep 17 21:02:16.635 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.635 INFO kablam! 189 | | ); Sep 17 21:02:16.635 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.635 INFO kablam! | Sep 17 21:02:16.635 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.635 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 17 21:02:16.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.636 INFO kablam! Sep 17 21:02:16.636 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.636 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.636 INFO kablam! | Sep 17 21:02:16.636 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.636 INFO kablam! ... Sep 17 21:02:16.636 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.636 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.636 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.636 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.636 INFO kablam! ... | Sep 17 21:02:16.636 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.636 INFO kablam! 189 | | ); Sep 17 21:02:16.636 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.636 INFO kablam! | Sep 17 21:02:16.636 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.636 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 17 21:02:16.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.636 INFO kablam! Sep 17 21:02:16.636 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.636 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.636 INFO kablam! | Sep 17 21:02:16.636 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.636 INFO kablam! ... Sep 17 21:02:16.636 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.636 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.636 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.636 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.636 INFO kablam! ... | Sep 17 21:02:16.636 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.636 INFO kablam! 189 | | ); Sep 17 21:02:16.636 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.636 INFO kablam! | Sep 17 21:02:16.636 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.636 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 17 21:02:16.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.636 INFO kablam! Sep 17 21:02:16.636 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.636 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.636 INFO kablam! | Sep 17 21:02:16.636 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.636 INFO kablam! ... Sep 17 21:02:16.636 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.636 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.636 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.636 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.636 INFO kablam! ... | Sep 17 21:02:16.636 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.636 INFO kablam! 189 | | ); Sep 17 21:02:16.636 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.636 INFO kablam! | Sep 17 21:02:16.636 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.636 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 17 21:02:16.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.637 INFO kablam! Sep 17 21:02:16.637 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.637 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.637 INFO kablam! | Sep 17 21:02:16.637 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.637 INFO kablam! ... Sep 17 21:02:16.637 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.637 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.637 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.637 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.637 INFO kablam! ... | Sep 17 21:02:16.637 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.637 INFO kablam! 189 | | ); Sep 17 21:02:16.637 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.637 INFO kablam! | Sep 17 21:02:16.637 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.637 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 17 21:02:16.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.637 INFO kablam! Sep 17 21:02:16.637 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.637 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.637 INFO kablam! | Sep 17 21:02:16.637 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.637 INFO kablam! ... Sep 17 21:02:16.637 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.637 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.637 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.637 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.637 INFO kablam! ... | Sep 17 21:02:16.637 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.637 INFO kablam! 189 | | ); Sep 17 21:02:16.637 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.637 INFO kablam! | Sep 17 21:02:16.637 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.637 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 17 21:02:16.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.637 INFO kablam! Sep 17 21:02:16.637 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.637 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.637 INFO kablam! | Sep 17 21:02:16.637 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.637 INFO kablam! ... Sep 17 21:02:16.637 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.637 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.637 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.637 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.637 INFO kablam! ... | Sep 17 21:02:16.637 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.638 INFO kablam! 189 | | ); Sep 17 21:02:16.638 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.638 INFO kablam! | Sep 17 21:02:16.638 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.638 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 17 21:02:16.638 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.638 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.638 INFO kablam! Sep 17 21:02:16.638 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.638 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.638 INFO kablam! | Sep 17 21:02:16.638 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.638 INFO kablam! ... Sep 17 21:02:16.638 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.638 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.638 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.638 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.638 INFO kablam! ... | Sep 17 21:02:16.642 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.643 INFO kablam! 189 | | ); Sep 17 21:02:16.643 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.643 INFO kablam! | Sep 17 21:02:16.643 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.643 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 17 21:02:16.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.643 INFO kablam! Sep 17 21:02:16.643 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.643 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.643 INFO kablam! | Sep 17 21:02:16.643 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.643 INFO kablam! ... Sep 17 21:02:16.643 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.643 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.643 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.643 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.643 INFO kablam! ... | Sep 17 21:02:16.643 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.643 INFO kablam! 189 | | ); Sep 17 21:02:16.643 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.643 INFO kablam! | Sep 17 21:02:16.643 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.643 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 17 21:02:16.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.643 INFO kablam! Sep 17 21:02:16.643 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.643 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.643 INFO kablam! | Sep 17 21:02:16.643 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.643 INFO kablam! ... Sep 17 21:02:16.643 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.643 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.643 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.643 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.643 INFO kablam! ... | Sep 17 21:02:16.643 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.643 INFO kablam! 189 | | ); Sep 17 21:02:16.643 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.643 INFO kablam! | Sep 17 21:02:16.643 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.643 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 17 21:02:16.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.643 INFO kablam! Sep 17 21:02:16.643 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.643 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.643 INFO kablam! | Sep 17 21:02:16.643 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.643 INFO kablam! ... Sep 17 21:02:16.643 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.644 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.644 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.644 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.644 INFO kablam! ... | Sep 17 21:02:16.644 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.644 INFO kablam! 189 | | ); Sep 17 21:02:16.644 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.644 INFO kablam! | Sep 17 21:02:16.644 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.644 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 17 21:02:16.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.644 INFO kablam! Sep 17 21:02:16.644 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.644 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.644 INFO kablam! | Sep 17 21:02:16.644 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.644 INFO kablam! ... Sep 17 21:02:16.644 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.644 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.644 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.644 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.644 INFO kablam! ... | Sep 17 21:02:16.644 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.644 INFO kablam! 189 | | ); Sep 17 21:02:16.644 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.644 INFO kablam! | Sep 17 21:02:16.644 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.644 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 17 21:02:16.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.644 INFO kablam! Sep 17 21:02:16.743 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.743 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.743 INFO kablam! | Sep 17 21:02:16.743 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.743 INFO kablam! ... Sep 17 21:02:16.743 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.743 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.743 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.743 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.743 INFO kablam! ... | Sep 17 21:02:16.743 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.743 INFO kablam! 189 | | ); Sep 17 21:02:16.743 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.743 INFO kablam! | Sep 17 21:02:16.743 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.743 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 17 21:02:16.743 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.743 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.743 INFO kablam! Sep 17 21:02:16.743 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.743 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.743 INFO kablam! | Sep 17 21:02:16.743 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.743 INFO kablam! ... Sep 17 21:02:16.743 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.743 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.744 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.744 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.744 INFO kablam! ... | Sep 17 21:02:16.744 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.744 INFO kablam! 189 | | ); Sep 17 21:02:16.744 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.744 INFO kablam! | Sep 17 21:02:16.744 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.744 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 17 21:02:16.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.744 INFO kablam! Sep 17 21:02:16.744 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.744 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.744 INFO kablam! | Sep 17 21:02:16.744 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.744 INFO kablam! ... Sep 17 21:02:16.744 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.744 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.744 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.744 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.744 INFO kablam! ... | Sep 17 21:02:16.744 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.744 INFO kablam! 189 | | ); Sep 17 21:02:16.744 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.744 INFO kablam! | Sep 17 21:02:16.744 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.744 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 17 21:02:16.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.744 INFO kablam! Sep 17 21:02:16.744 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.744 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.744 INFO kablam! | Sep 17 21:02:16.744 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.744 INFO kablam! ... Sep 17 21:02:16.744 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.744 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.744 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.744 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.744 INFO kablam! ... | Sep 17 21:02:16.744 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.744 INFO kablam! 189 | | ); Sep 17 21:02:16.744 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.744 INFO kablam! | Sep 17 21:02:16.744 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.744 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 17 21:02:16.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.745 INFO kablam! Sep 17 21:02:16.751 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.751 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.751 INFO kablam! | Sep 17 21:02:16.751 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.751 INFO kablam! ... Sep 17 21:02:16.751 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.751 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.751 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.751 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.751 INFO kablam! ... | Sep 17 21:02:16.751 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.751 INFO kablam! 189 | | ); Sep 17 21:02:16.751 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.751 INFO kablam! | Sep 17 21:02:16.751 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.751 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 17 21:02:16.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.751 INFO kablam! Sep 17 21:02:16.751 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.751 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.751 INFO kablam! | Sep 17 21:02:16.751 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.751 INFO kablam! ... Sep 17 21:02:16.751 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.751 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.751 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.751 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.752 INFO kablam! ... | Sep 17 21:02:16.752 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.752 INFO kablam! 189 | | ); Sep 17 21:02:16.752 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.752 INFO kablam! | Sep 17 21:02:16.752 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.752 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 17 21:02:16.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.752 INFO kablam! Sep 17 21:02:16.759 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.759 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.759 INFO kablam! | Sep 17 21:02:16.759 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.759 INFO kablam! ... Sep 17 21:02:16.759 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.759 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.759 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.759 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.759 INFO kablam! ... | Sep 17 21:02:16.759 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.759 INFO kablam! 189 | | ); Sep 17 21:02:16.759 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.759 INFO kablam! | Sep 17 21:02:16.759 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.759 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 17 21:02:16.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.759 INFO kablam! Sep 17 21:02:16.759 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.759 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.760 INFO kablam! | Sep 17 21:02:16.760 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.760 INFO kablam! ... Sep 17 21:02:16.760 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.760 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.760 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.760 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.760 INFO kablam! ... | Sep 17 21:02:16.760 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.760 INFO kablam! 189 | | ); Sep 17 21:02:16.760 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.760 INFO kablam! | Sep 17 21:02:16.760 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.760 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 17 21:02:16.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.760 INFO kablam! Sep 17 21:02:16.760 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.760 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.760 INFO kablam! | Sep 17 21:02:16.760 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.760 INFO kablam! ... Sep 17 21:02:16.760 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.760 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.760 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.760 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.760 INFO kablam! ... | Sep 17 21:02:16.760 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.760 INFO kablam! 189 | | ); Sep 17 21:02:16.760 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.760 INFO kablam! | Sep 17 21:02:16.760 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.760 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 17 21:02:16.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.760 INFO kablam! Sep 17 21:02:16.760 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.760 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.760 INFO kablam! | Sep 17 21:02:16.760 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.760 INFO kablam! ... Sep 17 21:02:16.760 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.760 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.760 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.760 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.760 INFO kablam! ... | Sep 17 21:02:16.760 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.760 INFO kablam! 189 | | ); Sep 17 21:02:16.761 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.761 INFO kablam! | Sep 17 21:02:16.761 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.761 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 17 21:02:16.761 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.761 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.761 INFO kablam! Sep 17 21:02:16.770 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.770 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.770 INFO kablam! | Sep 17 21:02:16.770 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.770 INFO kablam! ... Sep 17 21:02:16.770 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.770 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.770 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.770 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.770 INFO kablam! ... | Sep 17 21:02:16.770 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.770 INFO kablam! 189 | | ); Sep 17 21:02:16.770 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.770 INFO kablam! | Sep 17 21:02:16.770 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.770 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 17 21:02:16.770 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.770 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.770 INFO kablam! Sep 17 21:02:16.770 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.770 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.770 INFO kablam! | Sep 17 21:02:16.770 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.770 INFO kablam! ... Sep 17 21:02:16.770 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.770 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.770 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.771 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.771 INFO kablam! ... | Sep 17 21:02:16.771 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.771 INFO kablam! 189 | | ); Sep 17 21:02:16.771 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.771 INFO kablam! | Sep 17 21:02:16.771 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.771 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 17 21:02:16.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.771 INFO kablam! Sep 17 21:02:16.779 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.779 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.779 INFO kablam! | Sep 17 21:02:16.779 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.779 INFO kablam! ... Sep 17 21:02:16.779 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.779 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.779 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.779 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.779 INFO kablam! ... | Sep 17 21:02:16.779 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.779 INFO kablam! 189 | | ); Sep 17 21:02:16.779 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.779 INFO kablam! | Sep 17 21:02:16.779 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.779 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 17 21:02:16.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.779 INFO kablam! Sep 17 21:02:16.779 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.779 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.779 INFO kablam! | Sep 17 21:02:16.779 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.780 INFO kablam! ... Sep 17 21:02:16.780 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.780 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.780 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.780 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.780 INFO kablam! ... | Sep 17 21:02:16.780 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.780 INFO kablam! 189 | | ); Sep 17 21:02:16.780 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.780 INFO kablam! | Sep 17 21:02:16.780 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.780 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 17 21:02:16.780 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.780 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.780 INFO kablam! Sep 17 21:02:16.780 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.780 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.780 INFO kablam! | Sep 17 21:02:16.780 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.780 INFO kablam! ... Sep 17 21:02:16.780 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.780 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.780 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.780 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.780 INFO kablam! ... | Sep 17 21:02:16.780 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.780 INFO kablam! 189 | | ); Sep 17 21:02:16.780 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.780 INFO kablam! | Sep 17 21:02:16.780 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.780 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 17 21:02:16.780 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.780 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.780 INFO kablam! Sep 17 21:02:16.780 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.780 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.780 INFO kablam! | Sep 17 21:02:16.780 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.780 INFO kablam! ... Sep 17 21:02:16.780 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.780 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.780 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.780 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.780 INFO kablam! ... | Sep 17 21:02:16.780 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.780 INFO kablam! 189 | | ); Sep 17 21:02:16.780 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.780 INFO kablam! | Sep 17 21:02:16.780 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.781 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 17 21:02:16.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.791 INFO kablam! Sep 17 21:02:16.791 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.791 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.791 INFO kablam! | Sep 17 21:02:16.791 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.791 INFO kablam! ... Sep 17 21:02:16.791 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.791 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.791 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.791 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.791 INFO kablam! ... | Sep 17 21:02:16.791 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.791 INFO kablam! 189 | | ); Sep 17 21:02:16.791 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.791 INFO kablam! | Sep 17 21:02:16.791 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.791 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 17 21:02:16.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.791 INFO kablam! Sep 17 21:02:16.791 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.791 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.791 INFO kablam! | Sep 17 21:02:16.791 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.791 INFO kablam! ... Sep 17 21:02:16.791 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.791 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.791 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.791 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.791 INFO kablam! ... | Sep 17 21:02:16.791 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.791 INFO kablam! 189 | | ); Sep 17 21:02:16.791 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.791 INFO kablam! | Sep 17 21:02:16.791 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.792 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 17 21:02:16.792 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.792 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.792 INFO kablam! Sep 17 21:02:16.803 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.803 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.803 INFO kablam! | Sep 17 21:02:16.803 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.803 INFO kablam! ... Sep 17 21:02:16.803 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.803 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.803 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.803 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.803 INFO kablam! ... | Sep 17 21:02:16.803 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.803 INFO kablam! 189 | | ); Sep 17 21:02:16.803 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.803 INFO kablam! | Sep 17 21:02:16.803 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.803 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 17 21:02:16.803 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.803 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.803 INFO kablam! Sep 17 21:02:16.803 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.803 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.803 INFO kablam! | Sep 17 21:02:16.803 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.803 INFO kablam! ... Sep 17 21:02:16.803 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.803 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.803 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.803 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.803 INFO kablam! ... | Sep 17 21:02:16.803 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.803 INFO kablam! 189 | | ); Sep 17 21:02:16.803 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.803 INFO kablam! | Sep 17 21:02:16.803 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.804 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 17 21:02:16.804 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.804 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.804 INFO kablam! Sep 17 21:02:16.804 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.804 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.804 INFO kablam! | Sep 17 21:02:16.804 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.804 INFO kablam! ... Sep 17 21:02:16.804 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.804 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.804 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.804 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.804 INFO kablam! ... | Sep 17 21:02:16.804 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.804 INFO kablam! 189 | | ); Sep 17 21:02:16.804 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.804 INFO kablam! | Sep 17 21:02:16.804 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.804 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 17 21:02:16.804 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.804 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.804 INFO kablam! Sep 17 21:02:16.804 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.804 INFO kablam! --> src/core/dimension.rs:124:38 Sep 17 21:02:16.804 INFO kablam! | Sep 17 21:02:16.804 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 17 21:02:16.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.804 INFO kablam! ... Sep 17 21:02:16.804 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.805 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.805 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.805 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.805 INFO kablam! ... | Sep 17 21:02:16.805 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.805 INFO kablam! 189 | | ); Sep 17 21:02:16.805 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.805 INFO kablam! | Sep 17 21:02:16.805 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.805 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 17 21:02:16.805 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.805 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.805 INFO kablam! Sep 17 21:02:16.819 INFO kablam! error: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 17 21:02:16.819 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.819 INFO kablam! | Sep 17 21:02:16.819 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 17 21:02:16.819 INFO kablam! ... Sep 17 21:02:16.819 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.819 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.819 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.819 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.819 INFO kablam! ... | Sep 17 21:02:16.819 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.819 INFO kablam! 189 | | ); Sep 17 21:02:16.819 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.819 INFO kablam! | Sep 17 21:02:16.819 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 17 21:02:16.819 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 17 21:02:16.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.819 INFO kablam! Sep 17 21:02:16.819 INFO kablam! error: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 17 21:02:16.819 INFO kablam! --> src/core/dimension.rs:161:42 Sep 17 21:02:16.819 INFO kablam! | Sep 17 21:02:16.819 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 17 21:02:16.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 17 21:02:16.819 INFO kablam! ... Sep 17 21:02:16.819 INFO kablam! 182 | / dim_ops!( Sep 17 21:02:16.819 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 17 21:02:16.819 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 17 21:02:16.819 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 17 21:02:16.819 INFO kablam! ... | Sep 17 21:02:16.819 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 17 21:02:16.819 INFO kablam! 189 | | ); Sep 17 21:02:16.819 INFO kablam! | |__- in this macro invocation Sep 17 21:02:16.819 INFO kablam! | Sep 17 21:02:16.819 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 17 21:02:16.819 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 17 21:02:16.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:16.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:16.820 INFO kablam! Sep 17 21:02:18.816 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:18.817 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.824 INFO kablam! | Sep 17 21:02:18.824 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:18.824 INFO kablam! ... Sep 17 21:02:18.824 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:18.824 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:18.824 INFO kablam! 604 | | row, Sep 17 21:02:18.824 INFO kablam! 605 | | row_part, Sep 17 21:02:18.824 INFO kablam! ... | Sep 17 21:02:18.824 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:18.824 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:18.824 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:18.824 INFO kablam! | Sep 17 21:02:18.824 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 17 21:02:18.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.824 INFO kablam! Sep 17 21:02:18.824 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:18.824 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.824 INFO kablam! | Sep 17 21:02:18.824 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:18.824 INFO kablam! ... Sep 17 21:02:18.824 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:18.824 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:18.824 INFO kablam! 604 | | row, Sep 17 21:02:18.824 INFO kablam! 605 | | row_part, Sep 17 21:02:18.824 INFO kablam! ... | Sep 17 21:02:18.824 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:18.824 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:18.824 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:18.824 INFO kablam! | Sep 17 21:02:18.824 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 17 21:02:18.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.824 INFO kablam! Sep 17 21:02:18.824 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:18.824 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.824 INFO kablam! | Sep 17 21:02:18.824 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:18.824 INFO kablam! ... Sep 17 21:02:18.824 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:18.824 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:18.824 INFO kablam! 604 | | row, Sep 17 21:02:18.824 INFO kablam! 605 | | row_part, Sep 17 21:02:18.824 INFO kablam! ... | Sep 17 21:02:18.824 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:18.825 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:18.825 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:18.825 INFO kablam! | Sep 17 21:02:18.825 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:18.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.825 INFO kablam! Sep 17 21:02:18.825 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:18.825 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.825 INFO kablam! | Sep 17 21:02:18.825 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:18.825 INFO kablam! ... Sep 17 21:02:18.825 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:18.825 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:18.825 INFO kablam! 604 | | row, Sep 17 21:02:18.825 INFO kablam! 605 | | row_part, Sep 17 21:02:18.825 INFO kablam! ... | Sep 17 21:02:18.825 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:18.825 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:18.825 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:18.825 INFO kablam! | Sep 17 21:02:18.825 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:18.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.825 INFO kablam! Sep 17 21:02:18.825 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.825 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.825 INFO kablam! | Sep 17 21:02:18.825 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.825 INFO kablam! ... Sep 17 21:02:18.825 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:18.825 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:18.825 INFO kablam! 604 | | row, Sep 17 21:02:18.825 INFO kablam! 605 | | row_part, Sep 17 21:02:18.825 INFO kablam! ... | Sep 17 21:02:18.825 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:18.825 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:18.825 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:18.830 INFO kablam! | Sep 17 21:02:18.831 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.831 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:18.831 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.831 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.831 INFO kablam! Sep 17 21:02:18.831 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.831 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.831 INFO kablam! | Sep 17 21:02:18.831 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.831 INFO kablam! ... Sep 17 21:02:18.831 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:18.831 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:18.831 INFO kablam! 604 | | row, Sep 17 21:02:18.831 INFO kablam! 605 | | row_part, Sep 17 21:02:18.831 INFO kablam! ... | Sep 17 21:02:18.831 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:18.831 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:18.831 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:18.831 INFO kablam! | Sep 17 21:02:18.831 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.831 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.831 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:18.831 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.831 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.831 INFO kablam! Sep 17 21:02:18.832 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.832 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.832 INFO kablam! | Sep 17 21:02:18.832 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.832 INFO kablam! ... Sep 17 21:02:18.832 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:18.832 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:18.832 INFO kablam! 604 | | row, Sep 17 21:02:18.832 INFO kablam! 605 | | row_part, Sep 17 21:02:18.832 INFO kablam! ... | Sep 17 21:02:18.832 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:18.832 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:18.832 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:18.832 INFO kablam! | Sep 17 21:02:18.832 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.832 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.832 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:18.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.832 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.832 INFO kablam! Sep 17 21:02:18.833 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:18.833 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.833 INFO kablam! | Sep 17 21:02:18.833 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:18.833 INFO kablam! ... Sep 17 21:02:18.833 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:18.833 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:18.833 INFO kablam! 631 | | row_mut, Sep 17 21:02:18.833 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:18.833 INFO kablam! ... | Sep 17 21:02:18.834 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:18.834 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:18.834 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:18.834 INFO kablam! | Sep 17 21:02:18.834 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound 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.835 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:18.835 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.835 INFO kablam! | Sep 17 21:02:18.835 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:18.835 INFO kablam! ... Sep 17 21:02:18.835 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:18.835 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:18.835 INFO kablam! 631 | | row_mut, Sep 17 21:02:18.835 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:18.835 INFO kablam! ... | Sep 17 21:02:18.835 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:18.835 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:18.835 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:18.835 INFO kablam! | Sep 17 21:02:18.836 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 17 21:02:18.836 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.836 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.836 INFO kablam! Sep 17 21:02:18.836 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:18.836 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.836 INFO kablam! | Sep 17 21:02:18.836 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:18.836 INFO kablam! ... Sep 17 21:02:18.836 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:18.836 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:18.836 INFO kablam! 631 | | row_mut, Sep 17 21:02:18.836 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:18.836 INFO kablam! ... | Sep 17 21:02:18.836 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:18.836 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:18.836 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:18.836 INFO kablam! | Sep 17 21:02:18.837 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 17 21:02:18.837 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.837 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.837 INFO kablam! Sep 17 21:02:18.837 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:18.837 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.837 INFO kablam! | Sep 17 21:02:18.837 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:18.837 INFO kablam! ... Sep 17 21:02:18.837 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:18.837 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:18.837 INFO kablam! 631 | | row_mut, Sep 17 21:02:18.837 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:18.837 INFO kablam! ... | Sep 17 21:02:18.837 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:18.837 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:18.837 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:18.838 INFO kablam! | Sep 17 21:02:18.838 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:18.838 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.838 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.838 INFO kablam! Sep 17 21:02:18.838 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:18.838 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.838 INFO kablam! | Sep 17 21:02:18.838 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:18.838 INFO kablam! ... Sep 17 21:02:18.838 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:18.838 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:18.839 INFO kablam! 631 | | row_mut, Sep 17 21:02:18.839 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:18.839 INFO kablam! ... | Sep 17 21:02:18.839 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:18.839 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:18.839 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:18.839 INFO kablam! | Sep 17 21:02:18.839 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:18.839 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` 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.840 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:18.840 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.840 INFO kablam! | Sep 17 21:02:18.840 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:18.840 INFO kablam! ... Sep 17 21:02:18.840 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:18.840 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:18.840 INFO kablam! 631 | | row_mut, Sep 17 21:02:18.840 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:18.840 INFO kablam! ... | Sep 17 21:02:18.840 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:18.840 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:18.840 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:18.840 INFO kablam! | Sep 17 21:02:18.840 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:18.840 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:18.840 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:18.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.840 INFO kablam! Sep 17 21:02:18.841 INFO kablam! error: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:18.841 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:18.841 INFO kablam! | Sep 17 21:02:18.841 INFO kablam! 244 | = Matrix>; Sep 17 21:02:18.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:18.841 INFO kablam! ... Sep 17 21:02:18.841 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:18.841 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:18.841 INFO kablam! 631 | | row_mut, Sep 17 21:02:18.841 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:18.841 INFO kablam! ... | Sep 17 21:02:18.841 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:18.841 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:18.841 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:18.841 INFO kablam! | Sep 17 21:02:18.841 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:18.841 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:18.841 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:18.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:18.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:18.841 INFO kablam! Sep 17 21:02:19.307 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:19.307 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.307 INFO kablam! | Sep 17 21:02:19.307 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:19.307 INFO kablam! ... Sep 17 21:02:19.308 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:19.308 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:19.308 INFO kablam! 604 | | row, Sep 17 21:02:19.308 INFO kablam! 605 | | row_part, Sep 17 21:02:19.308 INFO kablam! ... | Sep 17 21:02:19.308 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:19.308 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:19.309 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:19.309 INFO kablam! | Sep 17 21:02:19.310 INFO kablam! = help: consider adding a `where R: core::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.311 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:19.311 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.311 INFO kablam! | Sep 17 21:02:19.311 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:19.311 INFO kablam! ... Sep 17 21:02:19.312 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:19.312 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:19.312 INFO kablam! 604 | | row, Sep 17 21:02:19.312 INFO kablam! 605 | | row_part, Sep 17 21:02:19.312 INFO kablam! ... | Sep 17 21:02:19.312 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:19.312 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:19.313 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:19.313 INFO kablam! | Sep 17 21:02:19.313 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 17 21:02:19.313 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.314 INFO kablam! error: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:19.315 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.315 INFO kablam! | Sep 17 21:02:19.315 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.316 INFO kablam! ... Sep 17 21:02:19.316 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:19.316 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:19.316 INFO kablam! 604 | | row, Sep 17 21:02:19.316 INFO kablam! 605 | | row_part, Sep 17 21:02:19.316 INFO kablam! ... | Sep 17 21:02:19.317 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:19.317 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:19.317 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:19.318 INFO kablam! | Sep 17 21:02:19.318 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound 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.320 INFO kablam! error: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:19.320 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.321 INFO kablam! | Sep 17 21:02:19.321 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.321 INFO kablam! ... Sep 17 21:02:19.322 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:19.322 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:19.322 INFO kablam! 604 | | row, Sep 17 21:02:19.322 INFO kablam! 605 | | row_part, Sep 17 21:02:19.322 INFO kablam! ... | Sep 17 21:02:19.323 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:19.323 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:19.323 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:19.323 INFO kablam! | Sep 17 21:02:19.323 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 17 21:02:19.323 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.324 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.324 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.324 INFO kablam! | Sep 17 21:02:19.324 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.324 INFO kablam! ... Sep 17 21:02:19.324 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:19.324 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:19.324 INFO kablam! 604 | | row, Sep 17 21:02:19.324 INFO kablam! 605 | | row_part, Sep 17 21:02:19.324 INFO kablam! ... | Sep 17 21:02:19.324 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:19.324 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:19.324 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:19.324 INFO kablam! | Sep 17 21:02:19.324 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.325 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:19.325 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.325 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.325 INFO kablam! Sep 17 21:02:19.326 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.326 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.326 INFO kablam! | Sep 17 21:02:19.326 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.326 INFO kablam! ... Sep 17 21:02:19.327 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:19.327 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:19.327 INFO kablam! 604 | | row, Sep 17 21:02:19.327 INFO kablam! 605 | | row_part, Sep 17 21:02:19.327 INFO kablam! ... | Sep 17 21:02:19.327 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:19.327 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:19.327 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:19.327 INFO kablam! | Sep 17 21:02:19.327 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.327 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.327 INFO kablam! = note: required because of the requirements on the impl of `core::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: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.328 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.328 INFO kablam! | Sep 17 21:02:19.328 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.328 INFO kablam! ... Sep 17 21:02:19.328 INFO kablam! 602 | / matrix_slice_impl!( Sep 17 21:02:19.328 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 21:02:19.328 INFO kablam! 604 | | row, Sep 17 21:02:19.328 INFO kablam! 605 | | row_part, Sep 17 21:02:19.328 INFO kablam! ... | Sep 17 21:02:19.328 INFO kablam! 626 | | rows_range_pair, Sep 17 21:02:19.328 INFO kablam! 627 | | columns_range_pair); Sep 17 21:02:19.328 INFO kablam! | |_________________________- in this macro invocation Sep 17 21:02:19.328 INFO kablam! | Sep 17 21:02:19.328 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.328 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.329 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:19.329 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.329 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.329 INFO kablam! Sep 17 21:02:19.330 INFO kablam! error: the trait bound `R: core::dimension::Dim` is not satisfied Sep 17 21:02:19.330 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.330 INFO kablam! | Sep 17 21:02:19.330 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 17 21:02:19.330 INFO kablam! ... Sep 17 21:02:19.330 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:19.330 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:19.330 INFO kablam! 631 | | row_mut, Sep 17 21:02:19.330 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:19.330 INFO kablam! ... | Sep 17 21:02:19.330 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:19.330 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:19.330 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:19.330 INFO kablam! | Sep 17 21:02:19.331 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 17 21:02:19.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.331 INFO kablam! Sep 17 21:02:19.331 INFO kablam! error: the trait bound `C: core::dimension::Dim` is not satisfied Sep 17 21:02:19.331 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.331 INFO kablam! | Sep 17 21:02:19.331 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 17 21:02:19.331 INFO kablam! ... Sep 17 21:02:19.331 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:19.331 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:19.331 INFO kablam! 631 | | row_mut, Sep 17 21:02:19.331 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:19.331 INFO kablam! ... | Sep 17 21:02:19.331 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:19.331 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:19.331 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:19.331 INFO kablam! | Sep 17 21:02:19.331 INFO kablam! = help: consider adding a `where C: core::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 `RStride: core::dimension::Dim` is not satisfied Sep 17 21:02:19.332 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.332 INFO kablam! | Sep 17 21:02:19.332 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 17 21:02:19.333 INFO kablam! ... Sep 17 21:02:19.333 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:19.333 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:19.333 INFO kablam! 631 | | row_mut, Sep 17 21:02:19.333 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:19.333 INFO kablam! ... | Sep 17 21:02:19.333 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:19.333 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:19.333 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:19.333 INFO kablam! | Sep 17 21:02:19.333 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound 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: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 17 21:02:19.334 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.334 INFO kablam! | Sep 17 21:02:19.334 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 17 21:02:19.334 INFO kablam! ... Sep 17 21:02:19.334 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:19.334 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:19.334 INFO kablam! 631 | | row_mut, Sep 17 21:02:19.334 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:19.334 INFO kablam! ... | Sep 17 21:02:19.334 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:19.334 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:19.334 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:19.335 INFO kablam! | Sep 17 21:02:19.335 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound 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.335 INFO kablam! error: the trait bound `N: std::marker::Copy` is not satisfied Sep 17 21:02:19.335 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.335 INFO kablam! | Sep 17 21:02:19.335 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 17 21:02:19.335 INFO kablam! ... Sep 17 21:02:19.335 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:19.335 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:19.336 INFO kablam! 631 | | row_mut, Sep 17 21:02:19.336 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:19.336 INFO kablam! ... | Sep 17 21:02:19.336 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:19.336 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:19.336 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:19.336 INFO kablam! | Sep 17 21:02:19.339 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 17 21:02:19.339 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 17 21:02:19.339 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:02:19.339 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:02:19.339 INFO kablam! Sep 17 21:02:19.339 INFO kablam! error: can't compare `N` with `N` Sep 17 21:02:19.339 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.339 INFO kablam! | Sep 17 21:02:19.339 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 17 21:02:19.340 INFO kablam! ... Sep 17 21:02:19.340 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:19.340 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:19.340 INFO kablam! 631 | | row_mut, Sep 17 21:02:19.340 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:19.340 INFO kablam! ... | Sep 17 21:02:19.340 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:19.340 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:19.340 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:19.340 INFO kablam! | Sep 17 21:02:19.347 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 17 21:02:19.347 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 17 21:02:19.347 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` 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: `N` doesn't implement `std::fmt::Debug` Sep 17 21:02:19.347 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 17 21:02:19.347 INFO kablam! | Sep 17 21:02:19.347 INFO kablam! 244 | = Matrix>; Sep 17 21:02:19.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 21:02:19.347 INFO kablam! ... Sep 17 21:02:19.347 INFO kablam! 629 | / matrix_slice_impl!( Sep 17 21:02:19.347 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 21:02:19.347 INFO kablam! 631 | | row_mut, Sep 17 21:02:19.347 INFO kablam! 632 | | row_part_mut, Sep 17 21:02:19.347 INFO kablam! ... | Sep 17 21:02:19.347 INFO kablam! 653 | | rows_range_pair_mut, Sep 17 21:02:19.347 INFO kablam! 654 | | columns_range_pair_mut); Sep 17 21:02:19.347 INFO kablam! | |_____________________________- in this macro invocation Sep 17 21:02:19.347 INFO kablam! | Sep 17 21:02:19.347 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 17 21:02:19.347 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 17 21:02:19.347 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` 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:26.707 INFO kablam! error: aborting due to 896 previous errors Sep 17 21:02:26.707 INFO kablam! Sep 17 21:02:26.711 INFO kablam! error: Could not compile `nalgebra`. Sep 17 21:02:26.712 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:02:27.275 INFO kablam! error: aborting due to 896 previous errors Sep 17 21:02:27.275 INFO kablam! Sep 17 21:02:27.289 INFO kablam! error: Could not compile `nalgebra`. Sep 17 21:02:27.289 INFO kablam! Sep 17 21:02:27.289 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:02:27.289 INFO kablam! su: No module specific data is present Sep 17 21:02:28.493 INFO running `"docker" "rm" "-f" "5a1398f1b88427994ba76c722db28466e6fae8f5a25ab0ae82a279869f6c9fc9"` Sep 17 21:02:28.823 INFO blam! 5a1398f1b88427994ba76c722db28466e6fae8f5a25ab0ae82a279869f6c9fc9